summaryrefslogtreecommitdiff
path: root/test/orm/alltests.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-60/+0
* - Fixed the evaluator not being able to evaluate IS NULL clauses.Ants Aasma2009-04-061-0/+2
* add defaults to alltestsMike Bayer2009-04-031-0/+1
* move memusage to the isolation chamberrel_0_5_0Mike Bayer2009-01-061-1/+0
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-1/+1
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-1/+0
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-1/+1
* - ...and added bind.py into the orm suiteJason Kirtland2008-05-211-0/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-2/+8
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-4/+4
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-211-0/+1
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-091-1/+2
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-0/+1
* - an experimental feature that combines a Query with an InstrumentedAttribute...Mike Bayer2007-07-271-0/+1
* fixed glitch in Select visit traversal, fixes #693Mike Bayer2007-07-271-0/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-14/+9
* - converted mapper.py unit test to 0.4's four separate mapper.py, query.py, e...Mike Bayer2007-07-121-0/+3
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-1/+1
* - the full featureset of the SelectResults extension has been mergedMike Bayer2007-03-101-0/+1
* a generating testcase that tests a three-level inheritance chain (A->B->C) an...Mike Bayer2007-02-281-0/+1
* further work on insuring clear_mappers() really works. assignmapper identifiedMike Bayer2007-01-301-0/+1
* - tightened down conditions used to locate "relation direction", associatingMike Bayer2007-01-201-0/+2
* - basic idea of "session.merge()" actually implemented. needs more testing.Mike Bayer2007-01-131-0/+1
* - improvement to single table inheritance to load full hierarchies beneathMike Bayer2006-11-031-0/+1
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-0/+1
* - more adjustments to the eager load table finder to work with existing mappingsMike Bayer2006-09-281-0/+1
* - moved selectresults test from orm to ext packageMike Bayer2006-09-221-3/+2
* - unit-of-work does a better check for "orphaned" objects that areMike Bayer2006-08-181-0/+1
* more compilation fixesMike Bayer2006-06-221-8/+8
* added check for conflicting backrefs + unit testMike Bayer2006-06-191-0/+1
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+39