summaryrefslogtreecommitdiff
path: root/test/orm/test_lazy_relations.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-13/+13
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-1/+30
* Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-1/+68
* - fixes for the ORM side test for #3531.Mike Bayer2015-09-171-3/+6
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-0/+72
* - fix for py3kMike Bayer2015-05-071-1/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-0/+81
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-3/+24
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+79
* - flake8Mike Bayer2014-08-281-212/+298
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-3/+117
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-19/+19
* - Fixed regression from 0.6 where a get historyMike Bayer2011-07-201-0/+120
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-9/+18
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-4/+5
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-20/+104
* - whitespace removal bonanzaMike Bayer2011-01-021-6/+6
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-18/+18
* - The official name for the relation() function is nowMike Bayer2010-03-171-28/+28
* - Now uses sqlalchemy.orm.exc.DetachedInstanceError when anMike Bayer2010-02-071-2/+2
* add the uselist=False / single row assertion from [ticket:1643] for lazy load...Mike Bayer2009-12-191-0/+12
* - The "use get" behavior of many-to-one relations, i.e. that aMike Bayer2009-12-081-1/+51
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+2
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+419