summaryrefslogtreecommitdiff
path: root/test/orm/cascade.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1292/+0
* - The "objects" argument to session.flush() is deprecated.Mike Bayer2009-03-011-1/+2
* need sizes for mysqlMike Bayer2009-02-071-1/+1
* - When flushing partial sets of objects using session.flush([somelist]),Mike Bayer2009-02-071-0/+111
* - Further refined 0.5.1's warning about delete-orphan cascadeMike Bayer2009-01-201-40/+134
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-15/+15
* - Using delete-orphan on a many-to-many relation is deprecated.Mike Bayer2009-01-151-4/+53
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-2/+2
* - Added more granularity to internal attribute access, suchMike Bayer2008-10-221-1/+30
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-0/+27
* - reverted r4955, that was wrong. The backref responsible for the operation ...Mike Bayer2008-07-191-31/+17
* - save-update and delete-orphan cascade event handlerMike Bayer2008-07-181-0/+93
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-34/+31
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-296/+357
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-5/+6
* - fixed/added coverage for various cascade scenariosMike Bayer2008-03-181-3/+260
* - fix expunging of orphans with more than one parentAnts Aasma2008-03-101-0/+55
* - modernized cascade.py testsMike Bayer2008-02-171-317/+252
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-5/+5
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+6
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-6/+7
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-071-0/+9
* Migrated maxdb behavioral assumptions from unsupported to fails_onJason Kirtland2007-11-051-42/+44
* - session checks more carefully when determining "object X already in another...Mike Bayer2007-11-011-1/+1
* Fixed a truncation error when re-assigning a subset of a collectionJason Kirtland2007-10-311-3/+57
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-8/+8
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-12/+14
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
* added test for "assign a list of objects", ensure cascade/persistence functionsMike Bayer2007-05-171-0/+35
* clarifying some cascade-based unit tests, adding a little more coverage,Mike Bayer2007-05-041-32/+256
* - fixed bug where cascade operations incorrectly included deleted collectionMike Bayer2007-01-301-13/+33
* - fixed bug where delete-orphan basically didn't work with many-to-many relat...Mike Bayer2007-01-191-2/+27
* added testcase for upcoming ticketMike Bayer2007-01-191-0/+50
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-1/+1
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+173