summaryrefslogtreecommitdiff
path: root/test/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1331/+0
* - Fixed another 0.5.4 bug whereby mutable attributes (i.e. PickleType)Mike Bayer2009-06-011-2/+4
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-38/+38
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-0/+2
* - Duplicate items in a list-based collection willMike Bayer2008-11-251-0/+13
* - Adjustments to the enhanced garbage collection onMike Bayer2008-11-111-1/+18
* - AttributeListener has been refined such that the eventMike Bayer2008-09-021-0/+42
* - Fixed bug whereby changing a primary key attribute on anMike Bayer2008-08-241-1/+39
* attributes.get_history now reports some zero-length slots as the empty tuple ...Jason Kirtland2008-08-181-73/+73
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-2/+0
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-169/+170
* identified case where pending upon commit() is needed; since attribute rollba...Mike Bayer2008-05-091-0/+13
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-168/+258
* - Raise a friendly error when assigning an unmapped something (like a string)...Jason Kirtland2008-03-021-18/+32
* - the value of a bindparam() can be a callable, in whichMike Bayer2008-02-221-0/+20
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-96/+96
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-071-8/+23
* - fixed fairly critical bug whereby the same instance could be listedMike Bayer2008-01-051-0/+19
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-211-1/+59
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-181-1/+49
* fixed del historyMike Bayer2007-12-161-0/+6
* oof, history on collections were wrong. fixed byroot_tree test as wellMike Bayer2007-12-141-0/+30
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-141-11/+116
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-50/+304
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-11/+9
* - a major behavioral change to collection-based backrefs: they noMike Bayer2007-12-051-74/+168
* - fixed backref bug where you could not del instance.attr if attrMike Bayer2007-12-041-0/+4
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-94/+98
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-18/+22
* - split ScalarInstrumentedAttribute into a "scalar" and an "object" version.Mike Bayer2007-10-311-38/+38
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-11/+11
* merged current entity_management brach r3457-r3462. cleans upMike Bayer2007-09-051-17/+44
* -fixed [ticket:555]Mike Bayer2007-07-291-5/+5
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-33/+71
* - improved/fixed custom collection classes when giving it "set"/Mike Bayer2007-03-261-2/+46
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-0/+333