summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/baked.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-6/+0
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-17/+13
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+3
* happy new year 2022Mike Bayer2022-01-061-1/+1
* remove 2.0-removed Query elementsMike Bayer2022-01-011-1/+1
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-67/+0
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+1
* Complete deprecation of from_self()Mike Bayer2020-09-181-1/+1
* See if the future is hereMike Bayer2020-08-281-1/+1
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-1/+7
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-12/+7
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+0
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-1/+1
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-37/+12
* Revert 903b18828461bb8cb8dca4acc56809b3df2b14d5Mike Bayer2020-05-251-7/+30
* Small callcount reductions and refinement for cached queriesMike Bayer2020-05-251-30/+7
* Convert execution to move through SessionMike Bayer2020-05-251-110/+60
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-35/+58
* Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-2/+2
* Integrate new Result into ORM queryMike Bayer2020-05-021-2/+5
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-4/+7
* Run search and replace of symbolic module namesMike Bayer2020-04-141-16/+17
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-1/+2
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-3/+6
* Result initial introductionMike Bayer2020-02-211-1/+2
* happy new yearMike Bayer2020-01-011-1/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+1
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-1/+11
* Squashed commit of the following:Mike Bayer2019-07-051-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-7/+10
* Run black -l 79 against all source filesMike Bayer2019-01-061-48/+87
* Add BakedQuery.to_query() methodMike Bayer2018-08-271-0/+51
* - pep8 cleanupMike Bayer2018-08-271-3/+1
* Include Session._query_cls as part of the cache keyMike Bayer2018-08-261-4/+17
* Ensure BakedQuery is cloned before we add options to itMike Bayer2018-06-261-0/+7
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-041-1/+1
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-9/+10
* Merge existing query params in baked lazy loadMike Bayer2018-02-281-3/+8
* happy new yearMike Bayer2018-01-121-1/+1
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-121-5/+42
* selectin polymorphic loadingMike Bayer2017-06-051-4/+7