summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-081-0/+18
* test for session close efficiencyMike Bayer2008-02-081-0/+96
* Fix some mssql unit testsPaul Johnston2008-02-081-0/+7
* Avoid using common keywords as field names: the test executes literal selectsLele Gaifax2008-02-061-10/+10
* unit-of-work flush didn't close the failed transaction when the session was n...Ants Aasma2008-02-061-0/+39
* - Enabled schema support on SQLite, added the temporary table namespace to ta...Jason Kirtland2008-02-051-0/+61
* expire with synonyms [ticket:964]Mike Bayer2008-02-051-1/+25
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-052-0/+347
* *more* tweaks to avoid DEFAULT VALUES on sqliteMike Bayer2008-02-041-1/+1
* lock in replacing '%' with '%%'Mike Bayer2008-02-041-11/+11
* - add dummy column to appease older SQLite verisons in unicode.pyMike Bayer2008-02-041-1/+3
* - ColumnDefault callables can now be any kind of compliant callable, previous...Jason Kirtland2008-02-041-10/+33
* forcibly clean out _sessions, _mapper_registry at test start to eliminate lef...Mike Bayer2008-02-041-3/+11
* add some extra assertions to ensure all mappers are gone after clear_mappers(...Mike Bayer2008-02-041-2/+13
* - fixed reflection of Time columns on sqliteJason Kirtland2008-02-011-0/+68
* - some consolidation of tests in select.py, movedMike Bayer2008-02-013-176/+190
* - Workaround for datetime quirk, LHS comparisons to SA expressions now work.Jason Kirtland2008-01-311-1/+4
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-5/+54
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-311-0/+75
* - implemented RowProxy.__ne__ [ticket:945], thanks knutroyJason Kirtland2008-01-311-0/+14
* - the startswith(), endswith(), and contains() operatorsMike Bayer2008-01-311-20/+28
* escapedefaultstest passes on everythingMike Bayer2008-01-301-1/+0
* moved default escaping test to its own test so oracle gets itMike Bayer2008-01-301-0/+2
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-301-1/+22
* - next release will be 0.4.3Mike Bayer2008-01-301-27/+76
* - "Passive defaults" and other "inline" defaults can nowMike Bayer2008-01-282-7/+64
* - Added a simple @future test marker.Jason Kirtland2008-01-281-0/+19
* - Fixed little think-o in fails_ifJason Kirtland2008-01-281-1/+1
* - Fixed bug in polymorphic inheritance where incorrectMike Bayer2008-01-271-1/+49
* - added standalone "query" class attribute generatedMike Bayer2008-01-251-4/+7
* - Flipped join order of __radd__ on association proxied lists.Jason Kirtland2008-01-241-4/+9
* - IdentitySet binops no longer accept plain sets.Jason Kirtland2008-01-241-3/+20
* Corrected behavior of get_cls_kwargs and friendsJason Kirtland2008-01-241-0/+67
* - query.join() can also accept tuples of attributeMike Bayer2008-01-231-14/+14
* more capability added to reduce_columnsMike Bayer2008-01-231-0/+19
* - Migrated zoomark to profiling.function_call_count(), tightened up the numbe...Jason Kirtland2008-01-222-25/+56
* rein in r3840 find and replace rampageJason Kirtland2008-01-221-1/+1
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-225-6/+39
* - Removed some test bogosityJason Kirtland2008-01-221-11/+10
* - Cover 2.3 Decimal fallbackJason Kirtland2008-01-221-3/+19
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-218-18/+119
* - parent transactions weren't started on the connection when adding a connect...Ants Aasma2008-01-201-1/+117
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-1915-74/+87
* - Added source transformation framework for non-2.4 parser implementationsJason Kirtland2008-01-192-0/+414
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-192-1/+33
* - some expression fixup:Mike Bayer2008-01-192-71/+101
* - dynamic relations, when referenced, create a strongMike Bayer2008-01-161-0/+52
* finally, a really straightforward reduce() method which reduces colsMike Bayer2008-01-153-2/+130
* - select_table mapper turns straight join into aliased select + custom PK, to...Mike Bayer2008-01-151-6/+1
* added more (failing) tests to query, will need to fix [ticket:932] [ticket:933]Mike Bayer2008-01-142-185/+216