summaryrefslogtreecommitdiff
path: root/examples/sharding
Commit message (Expand)AuthorAgeFilesLines
* add set_shard_id() loader option for horizontal shardMike Bayer2023-01-254-230/+643
* reorganize pre_session_exec around do_orm_executeMike Bayer2022-12-263-17/+16
* fixes for doc buildsMike Bayer2022-10-133-3/+0
* use begin() for settting up first PKMike Bayer2022-03-212-2/+2
* note that horizontal sharding supports multi schema translatesMike Bayer2022-03-213-26/+269
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Documentation updates for 1.4Mike Bayer2020-08-053-53/+379
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-18/+2
* Post black reformattingMike Bayer2019-01-062-16/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-48/+69
* Add Query.lazy_load_from attribute for shardingMike Bayer2018-06-041-1/+7
* Add an identity_token to the identity keyMike Bayer2017-12-221-99/+106
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-091-0/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-4/+4
* trailing whitespace bonanzaMike Bayer2012-07-281-17/+17
* - Fixed the attribute shard example to checkMike Bayer2011-06-261-11/+13
* add example usage for shard_id in context feature [ticket:2031]Mike Bayer2011-01-231-2/+15
* - whitespace removal bonanzaMike Bayer2011-01-021-14/+14
* - gently push users towards entity name for simple casesMike Bayer2010-12-071-3/+13
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-2/+5
* - remove remaining create_session() calls from examples, replace with SessionMike Bayer2010-10-241-3/+1
* - Updated attribute_shard.py example to use a more robustMike Bayer2010-04-021-32/+107
* - The sqlalchemy.orm.shard module now becomes an extension,Mike Bayer2010-03-281-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-2/+2
* - mega example cleanupMike Bayer2010-01-192-18/+20
* - Fixed a slight inaccuracy in the sharding example.Mike Bayer2009-10-251-1/+7
* Added in Examples into the test suite so they get exercised regularly. Cleane...Michael Trier2009-07-271-0/+0
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-131-2/+2
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-7/+8
* - fixes to ShardedSession to work with deferred columns [ticket:771].Mike Bayer2007-09-081-1/+2
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-4/+4
* #725 add query arg to id_chooser()Mike Bayer2007-08-101-1/+1
* - added hooks for alternate session classes into sessionmakerMike Bayer2007-08-031-7/+12
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+194