summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-0915-197/+830
* added an example on how to share code between sql predicate construction and ...Ants Aasma2007-07-271-0/+127
* fix up a docstring and some examplesAnts Aasma2007-07-269-9/+15
* - added unittest for sharding moduleMike Bayer2007-07-251-1/+1
* - added has(), like any() but for scalarsMike Bayer2007-07-241-9/+4
* - a rudimental sharding (horizontal scaling) system is introduced. This systemMike Bayer2007-07-241-0/+194
* - joined-table inheritance will now generate the primary keyMike Bayer2007-07-232-1/+3
* - removed ancient threadlocal/legacy_session modsMike Bayer2007-07-171-1/+1
* added polymorphic associations examples from the trunkMike Bayer2007-07-123-0/+457
* - renamed DynamicMetaData to ThreadLocalMetaDataJason Kirtland2007-07-0610-12/+12
* More byroot_tree cleanups.Jason Kirtland2007-07-021-5/+2
* removed ancient "backref" example, updated byroot_tree to not suck so muchMike Bayer2007-07-012-62/+14
* simplified the loading mechanism. much easier to understand nowMike Bayer2007-07-011-33/+24
* forgot to add the xml files...Mike Bayer2007-07-012-0/+11
* separated the adjacency list version into the "basic" and the "optimized" ver...Mike Bayer2007-07-012-5/+219
* added some path searchingMike Bayer2007-07-011-10/+70
* some better cascadesMike Bayer2007-06-301-3/+5
* added "elementtree" examplesMike Bayer2007-06-303-0/+246
* - merged some tweaks to the pool overflow sync from trunk r2819Mike Bayer2007-06-301-9/+7
* - OrderedDict shouldn't send None to update, never know who might be watchingJason Kirtland2007-06-281-11/+13
* update example to work with new collections classMike Bayer2007-06-281-13/+16
* - merged trunk 2629-2730Mike Bayer2007-06-141-1/+1
* added test for testing against "outerjoin"Mike Bayer2007-06-081-17/+5
* - added 'fetchmode' capability to deferred polymorphic loading.Mike Bayer2007-05-231-4/+9
* docs/examples for new with_parent() featureMike Bayer2007-04-171-4/+3
* - Query has add_entity() and add_column() generative methods. theseMike Bayer2007-03-101-2/+2
* docs: [ticket:345], [ticket:356], [ticket:48], [ticket:403], [ticket:394],Mike Bayer2007-01-211-2/+4
* new collections exampleMike Bayer2006-12-121-0/+84
* pickle example for dmillerMike Bayer2006-12-091-0/+82
* docs/examples/unittests for remote_sideMike Bayer2006-12-083-3/+3
* patched **kwargs enhancement for [ticket:361]Mike Bayer2006-11-101-1/+8
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-034-7/+217
* some example cleanupMike Bayer2006-11-012-16/+13
* added graphing exampleMike Bayer2006-11-011-0/+85
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-3/+2
* tweak for Table.create() not having a return valueMike Bayer2006-10-211-3/+5
* - "custom list classes" is now implemented via the "collection_class"Mike Bayer2006-10-032-7/+7
* - internal refactoring to mapper instances() method to use aMike Bayer2006-09-301-3/+4
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-182-2/+2
* echo=TrueMike Bayer2006-07-181-1/+1
* late compilation of mappers. now you can create mappers in any order, and th...Mike Bayer2006-06-082-1/+5
* improvements/fixes to session cascade iteration,Mike Bayer2006-06-051-0/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-258-350/+320
* added explicit "session" argument to get(), select_whereclause in mapper, as ...Mike Bayer2006-04-062-3/+4
* put proper return typeMike Bayer2006-04-031-1/+1
* improved translation of rows when proxying rows from one mapper to another.Mike Bayer2006-03-261-3/+4
* a cool example that illustrates vertical table storage, and objects that auto...Mike Bayer2006-03-261-0/+164
* got some support for mapping to a select that only selects some of the column...Mike Bayer2006-03-251-2/+0
* some more tweaks to get more advanced polymorphic stuff to workMike Bayer2006-03-242-7/+146
* a few tweaks and the polymorph example can also use eager loadingMike Bayer2006-03-201-2/+2