summaryrefslogtreecommitdiff
path: root/test/zblog
Commit message (Expand)AuthorAgeFilesLines
* - the zblog example is obsolete, the tests don't really test itMike Bayer2011-01-166-380/+0
* - whitespace removal bonanzaMike Bayer2011-01-021-3/+3
* - move sqlalchemy.test to test.libMike Bayer2010-11-152-2/+2
* turn this test back to what it wasMike Bayer2010-09-121-2/+3
* - lazy loads for relationship attributes now useMike Bayer2010-09-121-5/+18
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-9/+9
* - The official name for the relation() function is nowMike Bayer2010-03-171-9/+9
* merge 0.6 series to trunk.Mike Bayer2009-08-064-14/+14
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-104-41/+26
* remove comparison/group by on TEXT columnsMike Bayer2009-01-191-1/+1
* fixed more save/clear callsMike Bayer2009-01-171-6/+6
* and try againMike Bayer2008-12-191-1/+1
* 2.4 doesnt have hashlib....Mike Bayer2008-12-191-1/+6
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-1/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-3/+3
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-0/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-124-31/+27
* test suite deprecation rampageJason Kirtland2008-01-092-51/+71
* - also added proxying of save_or_update to scoped sessions.Ants Aasma2007-10-311-0/+1
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-3/+3
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-274-24/+22
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-1/+1
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-2/+2
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-1/+1
* forgot the tearDown step....Mike Bayer2006-09-071-0/+1
* - added basic 'zblog' test suiteMike Bayer2006-09-057-0/+359