summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-302-9/+10
* - Adjusted dictlike-polymorphic.py exampleMike Bayer2011-09-261-11/+10
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-2/+2
* -whitespace removal bonanzaMike Bayer2011-01-0229-315/+315
* - The versioning example now supports detection of changesMike Bayer2010-12-202-10/+72
* - gently push users towards entity name for simple casesMike Bayer2010-12-071-3/+13
* - remove remaining create_session() calls from examples, replace with SessionMike Bayer2010-10-246-52/+54
* - optimized_al doesn't need mapper extensionMike Bayer2010-09-244-42/+43
* - the versioning example works correctly nowMike Bayer2010-09-052-5/+20
* - mapper _get_col_to_prop private method usedMike Bayer2010-09-051-2/+4
* - a large hill to climb. Added declarative examples to all theMike Bayer2010-08-302-44/+98
* add a noteMike Bayer2010-08-251-0/+8
* - the history_meta versioning recipe sets "unique=False"Mike Bayer2010-08-232-2/+25
* - modernizing examplesMike Bayer2010-08-089-147/+211
* modernized the directed graph exampleMike Bayer2010-08-081-49/+50
* etcMike Bayer2010-07-211-3/+6
* this would help, rightMike Bayer2010-07-211-0/+256
* - The beaker_caching example has been reorgnizedMike Bayer2010-07-219-280/+52
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-1/+2
* typoChris Withers2010-07-081-1/+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
* fix some examplesMike Bayer2010-03-283-5/+5
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-248-17/+17
* - The official name for the relation() function is nowMike Bayer2010-03-1723-81/+81
* Cleaned up some long lines to test the commit hooks.Michael Trier2010-03-071-25/+28
* try to clarify intent some moreMike Bayer2010-02-142-73/+66
* - Changed the beaker cache example a bit to have a separateMike Bayer2010-02-124-50/+91
* use issubclass here, allows lazy loads from a subclass to hit a loader that w...Mike Bayer2010-01-211-1/+1
* - mega example cleanupMike Bayer2010-01-1942-426/+817
* some cleanupMike Bayer2010-01-181-20/+33
* sorry, this example is just ridiculousMike Bayer2010-01-182-91/+0
* modernized "adjacencytree" exampleMike Bayer2010-01-183-129/+139
* updated the large_collection example to modern SQLA.Mike Bayer2010-01-184-95/+100
* local session caching exampleMike Bayer2010-01-132-0/+102
* add more examples, start basicMike Bayer2010-01-135-14/+80
* OK, you can't merge NamedTuples and such. Fine. New query method.Mike Bayer2010-01-121-1/+1
* yes you can even set_value(). I'm using it to prepopulate individual "by_id"...Mike Bayer2010-01-121-1/+6
* have paths represented as their actual mapper, not the base mapper, allowingMike Bayer2010-01-111-1/+1
* add option to hardcode a cache keyMike Bayer2010-01-111-4/+17
* compare class in the given path with our own class using issubclass, since pathsMike Bayer2010-01-111-1/+1
* memcached wants thisMike Bayer2010-01-111-0/+3
* ensure criterion is not NoneMike Bayer2010-01-111-1/+2
* - cut down on a few hundred method callsMike Bayer2010-01-114-5/+4
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-1011-210/+551
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-1/+1
* - Fixed a slight inaccuracy in the sharding example.Mike Bayer2009-10-251-1/+7
* merge 0.6 series to trunk.Mike Bayer2009-08-062-2/+2
* Added in Examples into the test suite so they get exercised regularly. Cleane...Michael Trier2009-07-2720-3/+14
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-135-7/+7