summaryrefslogtreecommitdiff
path: root/test/orm/test_naturalpks.py
Commit message (Expand)AuthorAgeFilesLines
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+1
* most of ORM passing...Mike Bayer2013-05-041-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-3/+3
* - adding in requirementsMike Bayer2013-02-061-47/+31
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* - break up configure_propertyMike Bayer2012-07-141-0/+1
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-33/+70
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-0/+7
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-18/+22
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-7/+8
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-10/+10
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-22/+94
* - whitespace removal bonanzaMike Bayer2011-01-021-58/+58
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* - this test began working for oracle as of r14af1f73fbbd. Additionally,Mike Bayer2010-10-021-2/+7
* - Slight improvement to the behavior of "passive_updates=False"Mike Bayer2010-09-121-11/+34
* - passive test fails on oracle, ensure passive test fails on sqlite as wellMike Bayer2010-07-281-1/+7
* - Moving an o2m object from one collection toMike Bayer2010-07-221-5/+83
* 78 charsMike Bayer2010-07-071-52/+103
* - Can now call make_transient() on an instance thatMike Bayer2010-06-151-4/+41
* more test adjustmentsMike Bayer2010-04-151-4/+17
* - added missing coverage for self-referential many-to-many flushesMike Bayer2010-04-061-2/+26
* - enabled the DetectKeySwitch, and additionally added that it needMike Bayer2010-04-051-3/+1
* naturalpks JoinedInheritanceTest uses ON UPDATE cascade on self-referential k...Brad Allen2010-03-201-0/+2
* SelfRefTest was not getting properly filtered out of mssql tests (__unsupport...Brad Allen2010-03-201-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-13/+13
* disable interval tests on oracle+zxjdbc for now, and also test_fk_nonpassivePhilip Jenvey2010-03-121-1/+1
* these pass on +zxjdbc, seemingly because it lacks a sane rowcountPhilip Jenvey2010-03-121-3/+3
* - mark tests unsupported by sqlite unsupported by oracle as wellMike Bayer2010-03-111-2/+2
* Added support for FOUND_ROWS to mysqlconnector.Michael Trier2010-03-011-3/+3
* Changes to get mysqlconnector passing most tests.Michael Trier2010-02-281-4/+4
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-281-2/+2
* - Slight improvement to the fix for [ticket:1362] to not issueMike Bayer2010-02-051-1/+36
* - Primary key values can now be changed on a joined-table inheritanceMike Bayer2010-02-021-3/+115
* - added a failing-so-far test for #1671Mike Bayer2010-02-011-0/+100
* mysql doesn't like the 0's. not sure why but its not the point of the test i...Mike Bayer2009-09-021-6/+6
* add a length for mysqlPhilip Jenvey2009-09-021-1/+1
* - Fixed bug which prevented two entities from mutuallyMike Bayer2009-09-011-0/+56
* merge 0.6 series to trunk.Mike Bayer2009-08-061-10/+31
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+482