| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -1015/+0 |
* | - removed test.testing.ORMTest, test.fixtures, and all | Mike Bayer | 2009-06-02 | 1 | -24/+28 |
* | - The "polymorphic discriminator" column may be part of a | Mike Bayer | 2009-05-17 | 1 | -0/+44 |
* | remove comparison/group by on TEXT columns | Mike Bayer | 2009-01-19 | 1 | -1/+1 |
* | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -30/+30 |
* | Flagged two versioning tests as failing on MSSQL. The flush occurs even though | Michael Trier | 2009-01-03 | 1 | -0/+2 |
* | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -1/+1 |
* | - Query.with_polymorphic() now accepts a third | Mike Bayer | 2008-12-03 | 1 | -44/+0 |
* | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 1 | -1/+1 |
* | - fixed endless loop bug which could occur | Mike Bayer | 2008-08-04 | 1 | -0/+42 |
* | further refinement to the inheritance "descriptor" detection such that | Mike Bayer | 2008-08-01 | 1 | -21/+39 |
* | test case to disprove [ticket:1126] | Mike Bayer | 2008-08-01 | 1 | -0/+34 |
* | - Fixed bug whereby the "unsaved, pending instance" | Mike Bayer | 2008-07-31 | 1 | -1/+38 |
* | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 1 | -1/+1 |
* | added dummy column to correct results on sqlite | Mike Bayer | 2008-07-26 | 1 | -1/+2 |
* | - more accurate changelog message | Mike Bayer | 2008-07-20 | 1 | -0/+23 |
* | - An inheriting class can now override an attribute | Mike Bayer | 2008-07-20 | 1 | -1/+20 |
* | - MapperProperty gets its .key attribute assigned early, in _compile_property. | Mike Bayer | 2008-07-16 | 1 | -11/+13 |
* | added a new test illustrating a particular inheritance bug. will add ticket | Mike Bayer | 2008-07-16 | 1 | -5/+133 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -8/+9 |
* | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -0/+2 |
* | fix datatypes #2 | Mike Bayer | 2008-03-16 | 1 | -1/+1 |
* | - Fixed descriminator col type for poly test | Jason Kirtland | 2008-03-16 | 1 | -2/+7 |
* | - fixed bug which was preventing synonym() attributes | Mike Bayer | 2008-03-12 | 1 | -0/+31 |
* | - fixed/covered case when using a False value as a | Mike Bayer | 2008-03-12 | 1 | -0/+16 |
* | - Restored 2.3 compat. in lib/sqlalchemy | Jason Kirtland | 2008-01-19 | 1 | -1/+1 |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -4/+4 |
* | - Undeclared SAWarnings are now fatal to tests as well. | Jason Kirtland | 2008-01-12 | 1 | -4/+1 |
* | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -40/+40 |
* | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -6/+6 |
* | - mapped classes which extend "object" and do not provide an | Mike Bayer | 2007-12-29 | 1 | -1/+1 |
* | - fix to cascades on polymorphic relations, such that cascades | Mike Bayer | 2007-12-11 | 1 | -1/+69 |
* | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -2/+3 |
* | - several ORM attributes have been removed or made private: | Mike Bayer | 2007-12-01 | 1 | -1/+1 |
* | - added support for version_id_col in conjunction with inheriting mappers. | Mike Bayer | 2007-11-30 | 1 | -1/+104 |
* | add a polymorphic get() test | Mike Bayer | 2007-11-19 | 1 | -1/+2 |
* | - session.refresh() and session.expire() now support an additional argument | Mike Bayer | 2007-11-18 | 1 | -4/+4 |
* | Migrated maxdb behavioral assumptions from unsupported to fails_on | Jason Kirtland | 2007-11-05 | 1 | -33/+34 |
* | - Added initial version of MaxDB dialect. | Jason Kirtland | 2007-10-23 | 1 | -8/+13 |
* | - fixed three- and multi-level select and deferred inheritance | Mike Bayer | 2007-09-29 | 1 | -0/+1 |
* | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -8/+4 |
* | - fixed bugs in determining proper sync clauses from custom inherit | Mike Bayer | 2007-08-30 | 1 | -0/+67 |
* | `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 | -0/+409 |