summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-3/+19
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-1/+44
* - A warning is emitted when a joined-table inheriting mapperMike Bayer2011-01-301-0/+43
* - whitespace removal bonanzaMike Bayer2011-01-021-88/+88
* callcount destructo engageMike Bayer2010-12-091-15/+28
* oracle fixesMike Bayer2010-12-061-7/+14
* - merge default tipMike Bayer2010-12-051-10/+19
|\
| * - Backport of "optimized get" fix from 0.7,Mike Bayer2010-12-041-9/+121
| * - Query.get() will raise if the number of paramsMike Bayer2010-11-281-1/+1
* | - move topological, queue into utilMike Bayer2010-12-051-1/+0
* | - added strictness to the optimized load, [ticket:1992]Mike Bayer2010-12-031-7/+109
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\ \
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
| |/
* | - push polymorphic_on not recognized warning to an exception, [ticket:1875]Mike Bayer2010-11-281-2/+2
* | - merge mapper simpler compile branch, [ticket:1966]Mike Bayer2010-11-261-1/+1
|\ \
| * | [ticket:1966] implementationMike Bayer2010-11-151-1/+1
| |/
* | - the column assigned to polymorphic_on now behaves like any otherMike Bayer2010-11-201-0/+69
* | - the in-flush check for "pending orphan being flushed" has been removed.Mike Bayer2010-11-201-3/+10
* | - the ordering of columns in a multi-column property now is inMike Bayer2010-11-201-25/+12
|/
* - The include_properties and exclude_properties argumentsMike Bayer2010-08-301-2/+5
* - 79 chars for expressionMike Bayer2010-08-141-6/+9
* spelling argMike Bayer2010-08-111-2/+2
* - a warning is emitted in mapper() if the polymorphic_onMike Bayer2010-08-111-4/+64
* - The name ConcurrentModificationError has beenMike Bayer2010-08-011-7/+9
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-4/+4
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-14/+14
* - query.get() now returns None if queried for an identifierMike Bayer2010-03-131-102/+117
* - Primary key values can now be changed on a joined-table inheritanceMike Bayer2010-02-021-1/+3
* disable SAWarning exceptions when supports_sane_rowcount isn't supported soPhilip Jenvey2010-01-231-0/+12
* - Fixed bug whereby composite columns wouldn't load properlyMike Bayer2009-11-151-1/+35
* revert r6466Mike Bayer2009-11-031-13/+0
* - Fixed the call to get_committed_value() on CompositeProperty.Mike Bayer2009-11-031-0/+13
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-2/+2
* merged r6357 of rel_0_5 branchMike Bayer2009-09-161-83/+0
* - contains_eager() now works with the automaticallyMike Bayer2009-09-161-0/+82
* - Fixed an obscure issue whereby a joined-table subclassMike Bayer2009-08-281-0/+55
* - added **kw to ClauseElement.compare(), so that we can smarten up the "use_g...Mike Bayer2009-08-081-0/+52
* merge 0.6 series to trunk.Mike Bayer2009-08-061-32/+28
* - Fixed bug whereby a load/refresh of joined tableMike Bayer2009-07-251-10/+56
* - fixed the test for FalseDiscriminator to use Boolean for picky postgresqlMike Bayer2009-07-251-1/+1
* - Using False or 0 as a polymorphic discriminator nowMike Bayer2009-07-251-7/+23
* - Fixed bug whereby inheritance discriminator part of aMike Bayer2009-07-211-0/+8
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1027