summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - tables with schemas can still be used in sqlite, firebird,Mike Bayer2007-12-051-3/+6
* - func. objects can be pickled/unpickled [ticket:844]Mike Bayer2007-11-041-1/+4
* - query.get() and related functions (like many-to-one lazyloading)Mike Bayer2007-10-162-0/+18
* removed default schema test; this is supported in 0.4rel_0_3_11Mike Bayer2007-10-141-24/+0
* - backref remove object operation doesn't fail if the other-sideMike Bayer2007-10-141-1/+26
* Some fixes on reflection tests (firebird):Roger Demetrescu2007-10-021-71/+82
* added support for string date passthru in sqlite (merge of r3322 from trunk)Jason Kirtland2007-09-101-0/+17
* - adjusted operator precedence of NOT to match '==' and others, so thatMike Bayer2007-09-081-2/+5
* - [ticket:768] dont assume join criterion consists only of column objectsMike Bayer2007-09-081-0/+9
* - fixed bugs in determining proper sync clauses from custom inheritMike Bayer2007-08-301-0/+65
* MSSQL unit test fixesPaul Johnston2007-08-193-4/+6
* Avoid textual SQL in unit tests, so MSSQL has a chance to use 'identity inser...Paul Johnston2007-08-171-4/+4
* Add some new types to MSSQL; ticket #721Paul Johnston2007-08-171-0/+29
* added insert speed profiler testMike Bayer2007-08-141-0/+68
* - fixed bug where mapper, being linked to a join where one table hadMike Bayer2007-08-102-31/+24
* Fixed detection of internal '$' characters in :bind$params (Applied patch in ...Jason Kirtland2007-08-091-1/+19
* - fixed specification of YEAR columns when generating schemaJason Kirtland2007-08-091-0/+33
* tweak DISTINCT precedence for clauses like `func.count(t.c.col.distinct())`Jason Kirtland2007-08-091-0/+8
* - fixed another occasional race condition which could occurMike Bayer2007-08-011-4/+11
* - added a check for joining from A->B using join(), along twoMike Bayer2007-07-261-1/+38
* mssql: added support for TIME type (simulated via DATETIME col) [ticket:679]Rick Morrison2007-07-261-1/+5
* postgres cant do this particular test b.c. the default "public" schema is takenrel_0_3_10Mike Bayer2007-07-201-2/+6
* hopefully resolved all the PG deadlocks occuring hereMike Bayer2007-07-201-29/+43
* Merged lower case caching, fetching from r2955Jason Kirtland2007-07-201-3/+4
* assert timeout is 3 seconds, not 2Mike Bayer2007-07-201-1/+1
* - a new mutex that was added in 0.3.9 causes the pool_timeoutMike Bayer2007-07-202-27/+62
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-191-1/+38
* - merged some more of the SessionTransaction connection-bound checks from 0.4Mike Bayer2007-07-182-14/+39
* - foreign key specs can have any chararcter in their identifiersMike Bayer2007-07-181-0/+21
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-172-1/+32
* - Added basic schema reflection coverage to main testsJason Kirtland2007-07-171-0/+18
* - fixes for connection bound sessions, connection-bound compiled objects via ...Mike Bayer2007-07-163-0/+36
* - fixed "ambiguous column" result detection, when dupe col names existMike Bayer2007-07-151-1/+10
* updated interval type for [ticket:595]Mike Bayer2007-07-151-1/+8
* - added friendlier error checking for query.get() with too-short pkMike Bayer2007-07-151-0/+5
* - more docsMike Bayer2007-07-151-5/+11
* - more docsMike Bayer2007-07-153-3/+14
* - columns can be overridden in a reflected table with a "key"Mike Bayer2007-07-151-1/+18
* - fixed unicode conversion in Oracle TEXT typeMike Bayer2007-07-151-2/+4
* - more docsMike Bayer2007-07-151-0/+3
* more query methods, overhauliung docs for forwards 0.4 methodMike Bayer2007-07-151-0/+30
* - test module turns warnings into exceptions so they can be tested forMike Bayer2007-07-144-8/+19
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-144-0/+142
* Fix setup for standalone sequence testJason Kirtland2007-07-131-1/+1
* Swap imports order, removed trailing whitespace from varchar test dataJason Kirtland2007-07-131-2/+2
* - a warning is issued by Mapper when two primary key columns of theMike Bayer2007-07-132-9/+9
* - composite primary key is represented as a non-keyed set to allow forMike Bayer2007-07-131-5/+11
* - the various "engine" arguments, such as "engine", "connectable",Mike Bayer2007-07-122-0/+173
* - converted mapper.py unit test to 0.4's four separate mapper.py, query.py, e...Mike Bayer2007-07-126-736/+1245
* mssql: preliminary support for using scope_identity() with pyodbcPaul Johnston2007-07-111-0/+2