summaryrefslogtreecommitdiff
path: root/test/orm/scoping.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-238/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-2/+2
| | | | | | Session methods have been deprecated, replaced by "expunge_all()" and "add()". "expunge_all()" has also been added to ScopedSession.
* - Fixed shared state bug interfering with ScopedSession.mapper'sJason Kirtland2008-09-271-0/+30
| | | | | ability to apply default __init__ implementations on object subclasses.
* Added query_cls= override to scoped_session's query_propertyJason Kirtland2008-09-271-1/+8
|
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-73/+103
| | | | | | | | | | | - @unsupported now only accepts a single target and demands a reason for not running the test. - @exclude also demands an exclusion reason - Greatly expanded @testing.requires.<feature>, eliminating many decorators in the suite and signficantly easing integration of multi-driver support. - New ORM test base class, and a featureful base for mapped tests - Usage of 'global' for shared setup going away, * imports as well
* added "add", "add_all", "expire_all" to SSMike Bayer2008-05-091-1/+1
|
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+171
0.4 development continues at /sqlalchemy/branches/rel_0_4