summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/horizontal_shard.py
Commit message (Expand)AuthorAgeFilesLines
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-4/+2
* add set_shard_id() loader option for horizontal shardMike Bayer2023-01-251-23/+81
* happy new year 2023Mike Bayer2023-01-031-1/+1
* reorganize pre_session_exec around do_orm_executeMike Bayer2022-12-261-58/+80
* Type annotations for sqlalchemy.ext.horizontal_shardGleb Kisenkov2022-12-111-50/+200
* Try running pyupgrade on the codeFederico Caselli2022-11-161-4/+4
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-1/+0
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-4/+4
* accommodate plain core textual statementsMike Bayer2021-07-271-3/+5
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-2/+2
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-3/+2
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-3/+0
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-3/+3
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+0
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-72/+23
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-15/+38
* Convert execution to move through SessionMike Bayer2020-05-251-75/+81
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-4/+10
* Integrate new Result into ORM queryMike Bayer2020-05-021-9/+16
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-3/+3
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-3/+5
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Move identity_lookup to sessionMike Bayer2019-09-271-34/+41
* Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-1/+2
* Run black -l 79 against all source filesMike Bayer2019-01-061-23/+38
* selectinload omit joinJayson Reis2018-10-101-1/+1
* Route bulk update/delete exec through new Query._execute_crud methodMike Bayer2018-10-041-0/+45
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-041-1/+4
* Change query._identity_lookup into a normal instance methodMike Bayer2018-05-161-13/+8
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-031-1/+3
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-12/+47
* happy new yearMike Bayer2018-01-121-1/+1
* Add an identity_token to the identity keyMike Bayer2017-12-221-4/+30
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-121-10/+14
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-7/+9
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-17/+17