summaryrefslogtreecommitdiff
path: root/test/orm/collection.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1834/+0
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-12/+12
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-10/+10
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-0/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-1/+9
* - Fixed bug preventing declarative-bound "column" objectsMike Bayer2008-11-071-2/+24
* - AttributeListener has been refined such that the eventMike Bayer2008-09-021-1/+5
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-9/+1
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-6/+6
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-83/+131
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+3
* Adjusted inplace-binops on set-based collections and association proxies toJason Kirtland2008-05-051-0/+10
* Fixed duplicate append event emission on repeated instrumented set.add() oper...Jason Kirtland2008-05-051-1/+4
* - The collection instrumentation sweep now skips over descriptors that raise ...Jason Kirtland2008-05-021-0/+18
* - merged sync_simplify branchMike Bayer2008-04-041-0/+288
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-6/+14
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-2/+2
* test suite deprecation rampageJason Kirtland2008-01-091-4/+4
* More overloads: fix cascades for += on a list relation, added operator suppor...Jason Kirtland2008-01-051-0/+25
* Refined bulk-assignment aspects of the r3999 in-place collection operator fix...Jason Kirtland2008-01-041-0/+21
* Fixed in-place set mutation operator support [ticket:920]Jason Kirtland2008-01-041-37/+125
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-141-12/+31
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-22/+21
* - split ScalarInstrumentedAttribute into a "scalar" and an "object" version.Mike Bayer2007-10-311-10/+10
* Fixed a truncation error when re-assigning a subset of a collectionJason Kirtland2007-10-311-2/+17
* - fix to "row switch" behavior, i.e. when an INSERT/DELETE is combined into aMike Bayer2007-10-301-2/+0
* merged current entity_management brach r3457-r3462. cleans upMike Bayer2007-09-051-0/+11
* Added test coverage for freeform collection decoratorsJason Kirtland2007-08-051-1/+102
* Added some collections slicing tests that somehow escaped the r3040 commit.Jason Kirtland2007-07-271-1/+16
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+1140