summaryrefslogtreecommitdiff
path: root/test/orm/expire.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-912/+0
* move test by itself so that no fixture data is insertedMike Bayer2009-02-121-42/+45
* - a session.expire() on a particular collection attributeMike Bayer2009-02-111-0/+39
* - session.expire() and related methods will not expire() unloadedMike Bayer2009-01-241-2/+16
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-5/+5
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-1/+1
* Corrected some ordering issues with tests.Michael Trier2008-11-021-3/+3
* attributes.get_history now reports some zero-length slots as the empty tuple ...Jason Kirtland2008-08-181-1/+1
* - session.refresh() raises an informative error message ifMike Bayer2008-07-051-1/+39
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-16/+27
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-4/+5
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-79/+109
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-58/+62
* - when attributes are expired on a pending instance, anMike Bayer2008-03-121-0/+8
* corrected assert_raises to be consistent with existing assertRaises() unittes...Mike Bayer2008-03-061-2/+3
* - added assert_raises() to TestBase classMike Bayer2008-03-061-1/+15
* - state.commit() and state.commit_all() now reconcile the current dict agains...Mike Bayer2008-03-011-0/+2
* - added expire_all() method to Session. Calls expire()Mike Bayer2008-02-111-19/+226
* expire with synonyms [ticket:964]Mike Bayer2008-02-051-1/+25
* - "Passive defaults" and other "inline" defaults can nowMike Bayer2008-01-281-0/+16
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-81/+81
* - added extra fk override testMike Bayer2008-01-101-0/+12
* - disabled the "populate expired/deferred attributes as we come across them" ...Mike Bayer2007-12-211-13/+19
* mass load wont overwrite modified expired attributesMike Bayer2007-12-211-0/+14
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-211-7/+22
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-4/+4
* fixed both group-deferred attributes and expired attributes to notMike Bayer2007-11-181-0/+14
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-0/+439