summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Repair documentation issuesMike Bayer2020-09-091-3/+5
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-41/+40
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-11/+21
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-70/+96
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-110/+407
* introduce deferred lambdasMike Bayer2020-07-031-1/+1
* Provide example for existsFederico Caselli2020-06-271-1/+9
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-142/+154
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-11/+21
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-3/+3
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-14/+18
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-3/+9
* Convert execution to move through SessionMike Bayer2020-05-251-22/+42
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-112/+341
* fix typo in reference documentationFederico Caselli2020-05-231-1/+1
* Performance fixes for new result setMike Bayer2020-05-211-13/+16
* fix table.schema version to 1.3.18Mike Bayer2020-05-191-1/+1
* Streamline visitors.iterateMike Bayer2020-05-181-5/+6
* Add 'schema' parameter to tableDylan Modesitt2020-05-101-3/+14
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+3
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-442/+636
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-6/+6
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-30/+0
* Repair caching / traversals for valuesMike Bayer2020-04-011-16/+8
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-46/+86
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-38/+152
* Correct ambiguous func / class linksMike Bayer2020-03-251-32/+32
* Merge "Implement SQL VALUES in core."mike bayer2020-03-241-0/+122
|\
| * Implement SQL VALUES in core.Gord Thompson2020-03-241-0/+122
* | Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-2/+1
|\ \ | |/ |/|
| * Convert schema_translate to a post compileMike Bayer2020-03-241-2/+1
* | Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-231-33/+1
|/
* Merge "Rework select(), CompoundSelect() in terms of CompileState"mike bayer2020-03-111-432/+274
|\
| * Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-432/+274
* | Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-30/+29
|/
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-2/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-8/+14
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-3/+3
* Ensure descendants of mixins don't become cacheableMike Bayer2020-02-221-9/+13
* Merge remote-tracking branch 'origin/pr/5141'Mike Bayer2020-02-221-3/+3
|\
| * fix documentation typosFederico Caselli2020-02-081-3/+3
* | Result initial introductionMike Bayer2020-02-211-1/+32
* | Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-30/+95
|/
* apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-1/+1
* Enable F821Mike Bayer2020-01-041-2/+6
* happy new yearMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-2/+2
* Add CTE prefixesMarat Sharafutdinov2019-12-181-3/+17