summaryrefslogtreecommitdiff
path: root/test/testlib/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-314/+0
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-0/+2
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+0
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-23/+49
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-0/+4
* - merge() may actually work now, though we've heard that before...Mike Bayer2008-04-011-12/+4
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-28/+29
* implemented many-to-one comparisons to None generate <column> IS NULL, with c...Mike Bayer2007-12-121-1/+1
* - fix up the fixtures comparatorMike Bayer2007-12-091-12/+24
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-0/+11
* modified last commit; the eager loader only undefers columns from the primary...Mike Bayer2007-11-141-0/+11
* - removed __len__ from "dynamic" collection as it would require issuingMike Bayer2007-10-171-2/+5
* - fixed three- and multi-level select and deferred inheritanceMike Bayer2007-09-291-5/+5
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-4/+4
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-0/+252