summaryrefslogtreecommitdiff
path: root/test/orm/inheritance.py
Commit message (Expand)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-575/+0
* - added friendlier error checking for query.get() with too-short pkMike Bayer2007-07-151-0/+5
* - more docsMike Bayer2007-07-151-0/+3
* - test module turns warnings into exceptions so they can be tested forMike Bayer2007-07-141-4/+11
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-0/+74
* - a warning is issued by Mapper when two primary key columns of theMike Bayer2007-07-131-2/+2
* fixed two bad __init__ callsMike Bayer2007-05-271-4/+6
* - fixes [ticket:185], join object determines primary key and removesMike Bayer2007-03-271-7/+22
* - added a standardized test harness for ORM testsMike Bayer2007-01-271-67/+23
* fixed some imports, transaction hanging openrel_0_3_0Mike Bayer2006-10-221-1/+0
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-3/+3
* PG didnt like 'user' for a table nameMike Bayer2006-06-261-3/+3
* fixed attribute manager's ability to traverse the full set of managed attribu...Mike Bayer2006-06-261-2/+42
* fixes to inheritance firing off dependency processors correctly + unittestMike Bayer2006-06-221-1/+58
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+417