summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-3124-133/+147
* - Added "post_configure_attribute" method to InstrumentationManager,Mike Bayer2009-02-111-2/+1
* - sqlalchemy.sql.expression.Function is now a publicMike Bayer2009-01-021-43/+118
* - Custom comparator classes used in conjunction withMike Bayer2009-01-021-10/+3
* - added an extremely basic illustration of a PostGISMike Bayer2008-12-301-0/+230
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-3/+2
* remove erroneous commentsMike Bayer2008-10-242-4/+0
* two more cache examplesMike Bayer2008-10-243-3/+145
* "nested sets" example. needs work.Mike Bayer2008-09-181-0/+104
* synchronize inherited does not need to be called for the full mapper hierarchyMike Bayer2008-09-051-5/+6
* - column_property(), composite_property(), and relation() nowMike Bayer2008-09-022-118/+2
* - AttributeListener has been refined such that the eventMike Bayer2008-09-022-2/+121
* - add an example illustrating attribute event reception.Mike Bayer2008-08-291-0/+83
* Applied .append(x, **kw) removal patch from [ticket:1124] and general cleanup.Jason Kirtland2008-08-151-49/+36
* removing this example until further notice (append_result() not an easy road ...Mike Bayer2008-08-151-244/+0
* fix adjacency list examplesMike Bayer2008-07-142-4/+4
* typoGaëtan de Menten2008-07-111-1/+1
* update poly_assoc examples for 0.4+ syntaxGaëtan de Menten2008-07-033-50/+50
* - fixed up vertical.pyMike Bayer2008-06-281-107/+133
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-9/+1