summaryrefslogtreecommitdiff
path: root/test/orm/test_cascade.py
Commit message (Expand)AuthorAgeFilesLines
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+9
* add failing testjona2014-09-121-0/+8
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+51
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-2/+0
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-1/+1
* Can set/change the "cascade" attribute on a :func:`.relationship`Mike Bayer2013-03-021-0/+43
* the consideration of a pending object asMike Bayer2013-01-241-41/+203
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-131-10/+66
* -whitespace bonanza, contdMike Bayer2012-07-281-52/+52
* remove deprecatedsMike Bayer2012-06-081-2/+0
* - [bug] The warning emitted when usingMike Bayer2012-04-241-1/+20
* - [bug] Fixed the repr() for CascadeOptions toMike Bayer2012-02-291-3/+14
* - [bug] Updated warning message when settingMike Bayer2011-12-041-0/+44
* fix broken testsMike Bayer2011-07-241-2/+2
* - Fixed regression from 0.6 where Session.add()Mike Bayer2011-07-241-0/+58
* add an autoincrement hereMike Bayer2011-06-081-1/+2
* - "delete-orphan" cascade is now allowed onMike Bayer2011-06-041-0/+44
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-1/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-32/+47
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-31/+32
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-27/+27
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-30/+30
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-101/+379
* - whitespace removal bonanzaMike Bayer2011-01-021-121/+121
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-1/+1
* merge backoutMike Bayer2010-11-281-6/+4
|\
| * after some usage, its clear that [ticket:1974] should not be implemented. b...Mike Bayer2010-11-281-6/+4
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\ \ | |/ |/|
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - cascade_backrefs flag on relationship() now set to False by default.Mike Bayer2010-11-281-4/+6
* | - fixes for PG, mysql, twophaseMike Bayer2010-11-201-0/+2
* | - merge no-save-cascade collection flushes branch, [ticket:1973]Mike Bayer2010-11-201-26/+585
|\ \
| * | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation...Mike Bayer2010-11-171-37/+529
| |/
* | one more orphan testMike Bayer2010-11-201-1/+15
* | - the in-flush check for "pending orphan being flushed" has been removed.Mike Bayer2010-11-201-352/+372
* | - repair remaining testsMike Bayer2010-11-201-1/+1
|/
* - in depth docs about some merge() tipsMike Bayer2010-09-221-1/+62
* - experimenting with pytidy with mods as a textmate plugin alongMike Bayer2010-07-101-132/+195
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-1/+145
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-43/+43
* - Fixed cascade bug in many-to-one relation() when attributeMike Bayer2010-02-161-4/+40
* - the "save-update" cascade will now cascade the pending *removed*Mike Bayer2010-01-301-2/+41
* added a test for #1349Mike Bayer2009-11-031-0/+22
* merge 0.6 series to trunk.Mike Bayer2009-08-061-53/+32
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1315