summaryrefslogtreecommitdiff
path: root/test/inheritance.py
Commit message (Expand)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-417/+0
* added has_key to RowProxy, + caching of key lookupsMike Bayer2006-05-271-1/+3
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-159/+126
* added 'supports', 'unsupports' decorators to unittests so that they can all p...Mike Bayer2006-04-291-0/+2
* added a failing unittest for inheriting mappers with add_propertyMike Bayer2006-04-111-1/+16
* added oracle8 test target, sets use_ansi to falseMike Bayer2006-03-231-1/+1
* added unit test to test proper construction of lazy clause against inherited ...Mike Bayer2006-03-221-0/+42
* PropertyLoader will not re-determine direction when initialized a second time...Mike Bayer2006-03-181-0/+34
* identified more issues with inheritance. mapper inheritance is more closed-m...Mike Bayer2006-03-171-73/+148
* added 'noninherited table' prop to mapper indicating the "lead" table, in the...Mike Bayer2006-03-091-6/+8
* added check to relation that will see if the same table is included between t...Mike Bayer2006-03-081-8/+21
* serious overhaul to get eager loads to work inline with an inheriting mapper,...Mike Bayer2006-03-081-4/+109
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-3/+5
* implemented SyncRules for mapper with inheritance relationship, fixes [ticket...Mike Bayer2006-02-261-2/+4
* factored out "syncrule" logic to a separate package, so mapper will be able t...Mike Bayer2006-02-261-58/+60
* added test to illustrate wacky inhertitance/many-to-many thingMike Bayer2006-02-261-0/+61
* ok now they worked...Mike Bayer2006-02-161-33/+40
* inheritance testMike Bayer2006-02-161-0/+86