summaryrefslogtreecommitdiff
path: root/test/ext/activemapper.py
Commit message (Expand)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-357/+0
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-3/+3
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+6
* Silenced deprecation warnings when testing deprecated extensions...Jason Kirtland2008-01-091-60/+60
* Added explicit length to more testing String columns.Jason Kirtland2008-01-091-14/+14
* - session checks more carefully when determining "object X already in another...Mike Bayer2007-11-011-0/+1
* Changed some columns from TEXT to VARCHAR for sapdb.Jason Kirtland2007-10-221-2/+2
* Fix ActiveMapper unit testsPaul Johnston2007-10-131-5/+5
* - method call removalMike Bayer2007-08-201-1/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-31/+30
* mssql: now passes still more unit tests, [ticket:481]Rick Morrison2007-03-191-1/+3
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-0/+5
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ...Mike Bayer2006-11-251-0/+1
* - docstring on polymorphic_mappingMike Bayer2006-10-211-2/+38
* added an objectstore clearMike Bayer2006-08-091-1/+1
* added start of a many-to-many testMike Bayer2006-08-071-2/+58
* added count/count_by to assignmapper, plus a test in activemapper to try it outMike Bayer2006-07-131-0/+2
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-1/+1
* some refactorings to activemapper, made relationship() class have some polymo...Mike Bayer2006-07-091-3/+35
* There were two significant changes in this commit:Jonathan LaCour2006-06-291-6/+4
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-291-2/+1
* Updated ActiveMapper to support order_by parameters on all relationships.Jonathan LaCour2006-06-281-13/+2
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+237