summaryrefslogtreecommitdiff
path: root/test/ext/test_horizontal_shard.py
Commit message (Expand)AuthorAgeFilesLines
* add set_shard_id() loader option for horizontal shardMike Bayer2023-01-251-27/+113
* reorganize pre_session_exec around do_orm_executeMike Bayer2022-12-261-14/+93
* Type annotations for sqlalchemy.ext.horizontal_shardGleb Kisenkov2022-12-111-2/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-161-6/+6
* ORM bulk insert via executeMike Bayer2022-09-241-170/+42
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-15/+7
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-3/+1
* warnings: session.autocommit, subtransactionsMike Bayer2021-10-291-10/+1
* Modernize tests - session_query_getGord Thompson2021-10-281-7/+17
* Merge "Remove depractions:" into mainmike bayer2021-10-261-1/+2
|\
| * Remove depractions:Federico Caselli2021-10-261-1/+2
* | deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-1/+1
|/
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-24/+29
* Merge "Modernize tests - dml_values"mike bayer2021-08-071-1/+3
|\
| * Modernize tests - dml_valuesGord Thompson2021-07-261-1/+3
* | accommodate plain core textual statementsMike Bayer2021-07-271-1/+32
|/
* Modernize testsGord Thompson2021-07-031-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-15/+17
* remove metadata.bind use from test suiteMike Bayer2021-01-031-3/+3
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-7/+8
* upgrade to black 20.8b1Mike Bayer2020-09-281-8/+15
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-17/+15
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-10/+52
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-4/+164
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-12/+17
* Convert execution to move through SessionMike Bayer2020-05-251-14/+82
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-2/+2
* Integrate new Result into ORM queryMike Bayer2020-05-021-0/+9
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+1
* Fix test failures under WindowsFederico Caselli2019-12-311-0/+3
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-2/+2
* Merge "Modernize internal reflection"mike bayer2019-08-071-0/+43
|\
| * Modernize internal reflectionMike Bayer2019-08-061-0/+43
* | Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-1/+9
|/
* Enable F841Mike Bayer2019-06-201-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-5/+5
* Post black reformattingMike Bayer2019-01-061-8/+24
* Run black -l 79 against all source filesMike Bayer2019-01-061-161/+180
* selectinload omit joinJayson Reis2018-10-101-0/+2
* Route bulk update/delete exec through new Query._execute_crud methodMike Bayer2018-10-041-0/+51
* Include Session._query_cls as part of the cache keyMike Bayer2018-08-261-0/+26
* Correct sharding tests for provisioned followerMike Bayer2018-08-011-10/+19
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-041-15/+125
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-031-0/+51
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-0/+43
* Ensure _BundleEntity provides .mapperMike Bayer2018-01-291-1/+35
* Add an identity_token to the identity keyMike Bayer2017-12-221-4/+44