summaryrefslogtreecommitdiff
path: root/test/orm/test_cascade.py
Commit message (Expand)AuthorAgeFilesLines
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-5/+5
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-274/+468
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-39/+39
* Reword delete-orphan on many error message and documentMike Bayer2020-05-161-1/+1
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-0/+11
* Raise for persistence casades set with viewonly=TrueMike Bayer2019-11-221-0/+229
* Enable F841Mike Bayer2019-06-201-18/+10
* Post black reformattingMike Bayer2019-01-061-29/+52
* Run black -l 79 against all source filesMike Bayer2019-01-061-1176/+1826
* Add test and retroactive changelog for issue 4040Mike Bayer2018-10-011-0/+24
* Cascade mappers in terms of the instance's mapperMike Bayer2017-05-121-0/+139
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-594/+614
* Deprecate FromClause.count()Mike Bayer2016-06-141-41/+41
* 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