summaryrefslogtreecommitdiff
path: root/test/testlib/tables.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed: all legacy users migrated.Jason Kirtland2008-05-131-224/+0
|
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-2/+3
| | | | 0.4 development continues at /sqlalchemy/branches/rel_0_4
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-1/+4
| | | | | | | - Part one of test suite fixes to run on 2.3 Lots of failures still around sets; sets.Set differs from __builtin__.set particularly in the binops. We depend on set extensively now and may need to provide a corrected sets.Set subclass on 2.3.
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-21/+23
| | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-0/+218
maintenance branch in branches/rel_0_3.