summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* make Query._clone() class-agnosticMike Bayer2008-06-021-7/+0
* illustrates a simple Query "hook" to implement query caching.Mike Bayer2008-06-021-0/+87
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-092-7/+197
* - added an example dynamic_dict/dynamic_dict.py, illustratingMike Bayer2008-05-071-0/+83
* - Added comparable_property(), adds query Comparator behavior to regular, unm...Jason Kirtland2008-03-171-22/+1
* - Added two new vertical dict mapping examples.Jason Kirtland2008-02-122-0/+533
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-143-24/+24
* oof, history on collections were wrong. fixed byroot_tree test as wellMike Bayer2007-12-141-2/+2
* - fixed wrong varname in session exception throwMike Bayer2007-12-051-5/+4
* Removed some distractions, ala r3770.Jason Kirtland2007-11-141-64/+87
* Removed some distractions.Jason Kirtland2007-11-141-21/+18
* - fixes to ShardedSession to work with deferred columns [ticket:771].Mike Bayer2007-09-081-1/+2
* - got all examples workingMike Bayer2007-09-015-13/+29
* Association example updates, round two.Jason Kirtland2007-08-221-10/+15
* basic 0.4 updateJason Kirtland2007-08-221-28/+26
* Updated adjencytree examplesJason Kirtland2007-08-212-5/+5
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-4/+4
* needed orm importMike Bayer2007-08-161-0/+1
* #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
* small fix for filter() aliasing, upgraded elementtree examples to use 0.4 sty...Mike Bayer2007-08-032-37/+29
* Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f...Jason Kirtland2007-08-011-3/+4
* - merged ants' derived attributes example from 0.4 branchMike Bayer2007-07-271-0/+127
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-2719-105/+777
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-0614-16/+16
* added proper cascade for deletesMike Bayer2007-06-301-1/+5
* fix to "populate_existing"Mike Bayer2007-06-271-1/+1
* documented eager load fixMike Bayer2007-06-081-1/+1
* - eager loader calls select_mapper so that poly rulesets get picked upMike Bayer2007-06-081-10/+3
* some updatesMike Bayer2007-05-293-11/+161
* fix to the backref primary join conditionMike Bayer2007-05-291-7/+11
* added "polymorphic assocaition" example, illustrates how to emulateMike Bayer2007-05-282-0/+300
* 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