| Commit message (Expand) | Author | Age | Files | Lines |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -1292/+0 |
| * | - The "objects" argument to session.flush() is deprecated. | Mike Bayer | 2009-03-01 | 1 | -1/+2 |
| * | need sizes for mysql | Mike Bayer | 2009-02-07 | 1 | -1/+1 |
| * | - When flushing partial sets of objects using session.flush([somelist]), | Mike Bayer | 2009-02-07 | 1 | -0/+111 |
| * | - Further refined 0.5.1's warning about delete-orphan cascade | Mike Bayer | 2009-01-20 | 1 | -40/+134 |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -15/+15 |
| * | - Using delete-orphan on a many-to-many relation is deprecated. | Mike Bayer | 2009-01-15 | 1 | -4/+53 |
| * | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -2/+2 |
| * | - Added more granularity to internal attribute access, such | Mike Bayer | 2008-10-22 | 1 | -1/+30 |
| * | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 1 | -0/+27 |
| * | - reverted r4955, that was wrong. The backref responsible for the operation ... | Mike Bayer | 2008-07-19 | 1 | -31/+17 |
| * | - save-update and delete-orphan cascade event handler | Mike Bayer | 2008-07-18 | 1 | -0/+93 |
| * | Chipping away at remaining cruft. | Jason Kirtland | 2008-05-10 | 1 | -34/+31 |
| * | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -296/+357 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -5/+6 |
| * | - fixed/added coverage for various cascade scenarios | Mike Bayer | 2008-03-18 | 1 | -3/+260 |
| * | - fix expunging of orphans with more than one parent | Ants Aasma | 2008-03-10 | 1 | -0/+55 |
| * | - modernized cascade.py tests | Mike Bayer | 2008-02-17 | 1 | -317/+252 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -5/+5 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -6/+6 |
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -6/+7 |
| * | - fixed an attribute history bug whereby assigning a new collection | Mike Bayer | 2008-01-07 | 1 | -0/+9 |
| * | Migrated maxdb behavioral assumptions from unsupported to fails_on | Jason Kirtland | 2007-11-05 | 1 | -42/+44 |
| * | - session checks more carefully when determining "object X already in another... | Mike Bayer | 2007-11-01 | 1 | -1/+1 |
| * | Fixed a truncation error when re-assigning a subset of a collection | Jason Kirtland | 2007-10-31 | 1 | -3/+57 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -8/+8 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -0/+1 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -12/+14 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -3/+3 |
| * | added test for "assign a list of objects", ensure cascade/persistence functions | Mike Bayer | 2007-05-17 | 1 | -0/+35 |
| * | clarifying some cascade-based unit tests, adding a little more coverage, | Mike Bayer | 2007-05-04 | 1 | -32/+256 |
| * | - fixed bug where cascade operations incorrectly included deleted collection | Mike Bayer | 2007-01-30 | 1 | -13/+33 |
| * | - fixed bug where delete-orphan basically didn't work with many-to-many relat... | Mike Bayer | 2007-01-19 | 1 | -2/+27 |
| * | added testcase for upcoming ticket | Mike Bayer | 2007-01-19 | 1 | -0/+50 |
| * | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -1/+1 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -0/+173 |