summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-2/+5
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-54/+0
* Clean up most py3k compatFederico Caselli2021-11-241-11/+13
* Remove object in class definitionFederico Caselli2021-11-221-5/+5
* fully implement future engine and remove legacyMike Bayer2021-11-071-20/+89
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-40/+0
* process bulk_update_tuples before cache key or compilationMike Bayer2021-10-191-6/+17
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-7/+13
* coerce for multivalues keysMike Bayer2021-09-211-1/+5
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* document missing ColumnCollection methodsMike Bayer2021-06-131-25/+86
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-5/+3
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-101-3/+6
* Support filter_by() from columns, functions, Core SQLMike Bayer2021-05-011-1/+19
* Fix with_expression() cache leak; don't adapt singletonsMike Bayer2021-04-141-0/+9
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-1/+1
* Adapt loader_criteria params for current queryMike Bayer2021-03-261-3/+3
* Added back ``items`` and ``values`` to ``ColumnCollection`` class.Federico Caselli2021-03-171-0/+6
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-6/+4
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+25
* allow Executable to be accepted by Session.execute()Mike Bayer2021-01-141-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Fixes for lambda expressions and relationship loadersMike Bayer2020-12-111-0/+20
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-0/+1
* Convert to autoload_with internallyMike Bayer2020-11-071-1/+3
* Add deprecation for base Executable.bindMike Bayer2020-10-161-0/+4
* Merge "Deprecate bound metadata"mike bayer2020-10-121-0/+5
|\
| * Deprecate bound metadataMike Bayer2020-10-121-0/+5
* | Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-4/+14
|/
* upgrade to black 20.8b1Mike Bayer2020-09-281-21/+14
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-1/+39
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+74
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-0/+22
* introduce deferred lambdasMike Bayer2020-07-031-6/+21
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-9/+9
* perf tweaksMike Bayer2020-06-191-2/+8
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-6/+1
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-3/+7
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-1/+31
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-10/+4
* Convert execution to move through SessionMike Bayer2020-05-251-30/+50
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-8/+120
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+11
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-1/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-141-31/+52
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-1/+3
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-14/+4
* Merge "Add a third labeling mode for SELECT statements"mike bayer2020-03-301-0/+21
|\