summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
...
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-141-5/+77
* fixed test which didnt pass along 'allitems' collection to the sort...Mike Bayer2007-12-081-2/+3
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-25/+19
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-4/+4
* Added util.IdentitySet to support [ticket:676] and [ticket:834]Jason Kirtland2007-10-311-2/+139
* - fixed clear_mappers() behavior to better clean up after itselfMike Bayer2007-10-271-0/+22
* - Now guarding against broken DB-APIs when wrapping their exceptions.Jason Kirtland2007-10-222-0/+79
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-6/+6
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-273-3/+72
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-1/+1
* - fix for very large topological sorts, courtesy ants.aasma at gmail [ticket:...Mike Bayer2007-02-131-0/+5
* further refactoring of topological sort for clarityMike Bayer2006-11-111-3/+8
* more fixes to topological sort with regards to cycles, fixes [ticket:365]Mike Bayer2006-11-111-56/+57
* - fix to subtle condition in topological sort where a node could appear twice,Mike Bayer2006-11-041-1/+41
* fixed some imports, transaction hanging openrel_0_3_0Mike Bayer2006-10-221-1/+1
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-222-334/+0
* - added "mutable" flag to PickleType, set to False to allow old (faster) beha...Mike Bayer2006-09-231-3/+3
* - added "pickleable" module to test suite to have cPickle-compatibleMike Bayer2006-09-231-0/+20
* restored "optimistic" behavior of hasparent. its generally disastrous withou...Mike Bayer2006-09-051-4/+5
* - further changes to attributes with regards to "trackparent". the "commit" ...Mike Bayer2006-09-021-13/+7
* futher fix to the "orphan state" idea. to avoid setting tons ofMike Bayer2006-09-011-3/+15
* insure that "parent" pointers are set up on objects that were lazily loadedMike Bayer2006-09-011-2/+28
* adjusted __getstate__ on InstrumentedList to further avoid callables getting ...Mike Bayer2006-08-081-2/+2
* fixed small pickle bug with lazy loaders [ticket:265]Mike Bayer2006-08-061-0/+9
* [ticket:254]Mike Bayer2006-07-241-0/+15
* fixed attribute manager's ability to traverse the full set of managed attribu...Mike Bayer2006-06-261-0/+16
* removed historyarray testMike Bayer2006-06-162-72/+0
* merged attributes rewriteMike Bayer2006-06-151-8/+52
* "parent track" function needed to be more specific to the parent classMike Bayer2006-06-101-0/+25
* reorganized unit tests into subdirectoriesMike Bayer2006-06-055-0/+405