| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -83/+0 |
| | | | | | 0.4 development continues at /sqlalchemy/branches/rel_0_4 | ||||
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -1/+1 |
| | | | | | | tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed | ||||
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -3/+3 |
| | | | | | | | - 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 | ||||
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. ↵ | Jason Kirtland | 2008-01-10 | 1 | -25/+17 |
| | | | | | No surprises. | ||||
| * | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -7/+3 |
| | | |||||
| * | Silenced deprecation warnings when testing deprecated extensions... | Jason Kirtland | 2008-01-09 | 1 | -26/+41 |
| | | |||||
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -0/+1 |
| | | | | | omitting modules from sqlalchemy.__all__... | ||||
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -15/+43 |
| | | | | | maintenance branch in branches/rel_0_3. | ||||
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -2/+2 |
| | | | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation | ||||
| * | added unit tests illustrating current workaround for assignmapper method ↵ | Mike Bayer | 2007-01-24 | 1 | -0/+51 |
| name/collection class collision | |||||
