| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -403/+0 |
| | | | | | | See README.unittests for information on how to run the tests. [ticket:970] | ||||
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -11/+11 |
| | | | | | | | Session methods have been deprecated, replaced by "expunge_all()" and "add()". "expunge_all()" has also been added to ScopedSession. | ||||
| * | - Oops, convert @decorator to 2.3 syntax and strengthen raw_append test. | Jason Kirtland | 2008-06-19 | 1 | -2/+11 |
| | | |||||
| * | - Fixed ORM orphaning bug with _raw_append method | Jason Kirtland | 2008-05-21 | 1 | -2/+8 |
| | | | | | | | - Promoted _reorder to reorder - Now horking docstrings of overloaded methods from list - Added a doctest | ||||
| * | Tag PKs with `test_needs_autoincrement` on a few test | Lele Gaifax | 2008-05-13 | 1 | -2/+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 | -14/+15 |
| | | | | | | | - 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 | ||||
| * | Added explicit length to more testing String columns. | Jason Kirtland | 2008-01-09 | 1 | -2/+2 |
| | | |||||
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -43/+6 |
| | | | | | maintenance branch in branches/rel_0_3. | ||||
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
| | | | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation | ||||
| * | - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes ↵ | Jason Kirtland | 2007-05-02 | 1 | -0/+422 |
| an object attribute with that object's position in the list | |||||
