summaryrefslogtreecommitdiff
path: root/test/orm/test_cycles.py
Commit message (Expand)AuthorAgeFilesLines
* ORM executemany returningMike Bayer2020-06-271-34/+68
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-1/+4
* Add pyprojectFederico Caselli2020-01-271-2/+2
* Post black reformattingMike Bayer2019-01-061-19/+21
* Run black -l 79 against all source filesMike Bayer2019-01-061-626/+970
* Don't run postfetch_post_update for a DELETEMike Bayer2018-08-231-4/+168
* Add dependency for parent_pre post updates to parent deletesMike Bayer2018-02-121-0/+34
* Re-send column value w/ onupdate default during post-updateMike Bayer2017-06-061-0/+16
* Implement _postfetch_post_update to expire/refresh onupdates in post_updateMike Bayer2017-06-051-1/+68
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-280/+338
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-1/+34
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-6/+8
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-5/+5
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-9/+9
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-3/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* -whitespace bonanza, contdMike Bayer2012-07-281-11/+11
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-16/+25
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-15/+15
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-24/+24
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-24/+102
* - whitespace removal bonanzaMike Bayer2011-01-021-34/+33
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - moved "post update" functionality from _save_obj() intoMike Bayer2010-06-181-38/+24
* - cleanup of new post update, changelogMike Bayer2010-06-181-1/+1
* add a test for the actual feature, that multiple post updates are batchedMike Bayer2010-06-181-0/+110
* this one is actually doing it. removed the cruft we don't need from the old ...Mike Bayer2010-06-181-3/+0
* adds some tests, refines out the m2o approach.Mike Bayer2010-06-181-5/+70
* - Fixed regression introduced in 0.6.0 unit of work refactorMike Bayer2010-05-211-3/+50
* all tests pass with this versionMike Bayer2010-04-051-1/+36
* beginning to get post_update working, will need more testsMike Bayer2010-04-051-0/+3
* o2m/m2o pretty much there, minus post update.Mike Bayer2010-04-031-12/+12
* working through cycles tests...Mike Bayer2010-04-011-9/+4
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-4/+4
* - The official name for the relation() function is nowMike Bayer2010-03-171-33/+33
* merge 0.6 series to trunk.Mike Bayer2009-08-061-25/+18
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+885