summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/horizontal_shard.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - move ext to relative importsMike Bayer2012-07-171-11/+11
* typos in lib/sqlalchemy/extDiana Clarke2012-03-171-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - added Query.with_session() method, switchesMike Bayer2011-04-231-9/+10
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-52/+52
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-1/+1
* - Horizontal shard query places 'shard_id' inMike Bayer2011-01-231-0/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - clean up the batch insert thingMike Bayer2010-12-111-2/+2
* - The sqlalchemy.orm.shard module now becomes an extension,Mike Bayer2010-03-281-0/+125