summaryrefslogtreecommitdiff
path: root/test/orm/dynamic.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-559/+0
* Modified query_cls on DynamicAttribteImpl to accept a full mixin version of t...Michael Trier2009-04-251-20/+59
* - Fixed the "set collection" function on "dynamic" relationsMike Bayer2009-03-271-4/+63
* more testsrel_0_5_3Mike Bayer2009-03-241-2/+14
* - Fixed bug in dynamic_loader() where append/remove eventsMike Bayer2009-03-241-1/+28
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-4/+4
* - query.order_by() accepts None which will remove any pendingMike Bayer2009-01-031-0/+12
* dynamic_loader() accepts query_class= to mix in user Query subclasses.Jason Kirtland2008-12-181-1/+27
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-3/+3
* A few more order_by statements added to the tests in order to please msql whe...Michael Trier2008-11-261-3/+3
* - renamed autoexpire to expire_on_commitMike Bayer2008-08-031-1/+1
* - A critical fix to dynamic relations allows theMike Bayer2008-07-191-2/+16
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-10/+9
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-57/+79
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+18
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-3/+3
* - fixed/added coverage for various cascade scenariosMike Bayer2008-03-181-1/+11
* - fixed "cascade delete" operation of dynamic relations,Mike Bayer2008-03-161-1/+37
* - dynamic_loader() / lazy="dynamic" now accepts and usesMike Bayer2008-03-091-0/+8
* added sanity test for order_byMike Bayer2008-03-091-1/+9
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-8/+8
* - dynamic relations, when referenced, create a strongMike Bayer2008-01-161-0/+52
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-17/+16
* - also with dynamic, implemented correct count() behavior as wellMike Bayer2007-12-071-0/+8
* - added "cascade delete" behavior to "dynamic" relations just likeMike Bayer2007-12-071-1/+22
* - fixed endless loop issue when using lazy="dynamic" on bothMike Bayer2007-11-191-2/+18
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-5/+3
* Migrated maxdb behavioral assumptions from unsupported to fails_onJason Kirtland2007-11-051-16/+18
* - removed __len__ from "dynamic" collection as it would require issuingMike Bayer2007-10-171-0/+13
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-1/+1
* Deleting an entity having a dynamic loader with cascade="all" has some issues...Jason Kirtland2007-08-221-1/+3
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-1/+0
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-1/+1
* - added 'object_session' as classlevel method to SessionMike Bayer2007-08-091-2/+2
* - removed import of old sqlite module [ticket:654]Mike Bayer2007-07-291-1/+1
* - trimming down redundancy in lazyloader codeMike Bayer2007-07-281-56/+86
* Got basic backrefs going with dynamic attributesJason Kirtland2007-07-281-4/+74
* - an experimental feature that combines a Query with an InstrumentedAttribute...Mike Bayer2007-07-271-0/+59