summaryrefslogtreecommitdiff
path: root/test/orm/lazy_relations.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-416/+0
* - Lazy loader will not use get() if the "lazy load"Mike Bayer2009-03-291-0/+21
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-1/+1
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-5/+10
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-1/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-55/+67
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-29/+12
* - lazy loader can now handle a join condition where the "bound"Mike Bayer2008-02-091-0/+56
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-9/+9
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-30/+31
* - a major behavioral change to collection-based backrefs: they noMike Bayer2007-12-051-0/+34
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-10/+5
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-1/+1
* - null foreign key on a m2o doesn't trigger a lazyload [ticket:803]Mike Bayer2007-10-061-0/+31
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-1/+1
* - added Session constructor which turns autoflush/transactional onMike Bayer2007-07-291-0/+1
* - trimming down redundancy in lazyloader codeMike Bayer2007-07-281-0/+5
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-2/+2
* - merged some more of the SessionTransaction connection-bound checks from 0.4Mike Bayer2007-07-181-13/+19
* - converted mapper.py unit test to 0.4's four separate mapper.py, query.py, e...Mike Bayer2007-07-121-0/+265