summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test
Commit message (Expand)AuthorAgeFilesLines
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-1/+9
* actually we need to copy the dict there since it gets run repeatedly inside o...Mike Bayer2010-04-151-1/+1
* adjust incoming params to add keys that are specific to the compiled, i.e. or...Mike Bayer2010-04-151-0/+3
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-153-12/+6
* merge defaultMike Bayer2010-04-101-0/+17
|\
| * - Repaired missing import in psycopg2._PGNumeric type whenMike Bayer2010-04-071-0/+17
* | starting to arrange things such that unneeded executors aren't gettingMike Bayer2010-04-081-1/+3
* | - added missing coverage for self-referential many-to-many flushesMike Bayer2010-04-061-6/+9
* | a RandomSet implementation useful for swapping into topologicalMike Bayer2010-04-061-1/+15
|/
* - Session.refresh() now does an equivalent expire()Mike Bayer2010-03-291-0/+12
* - pymssql now works again, expecting at least the 1.0 series.Mike Bayer2010-03-201-0/+1
* working through syb capabilitiesMike Bayer2010-03-171-1/+29
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-9/+10
* fix failing test due to sybase paramstyleMike Bayer2010-03-141-1/+3
* - Added preliminary support for Oracle's WITH_UNICODEMike Bayer2010-03-121-0/+1
* - fix the sqlalchemy.test.schema.Column function to work with copiesMike Bayer2010-03-111-3/+3
* some ms/odbc fixesMike Bayer2010-02-281-0/+9
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-281-2/+2
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-281-2/+0
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+6
* - the "scale" argument of the Numeric() type is honored whenMike Bayer2010-02-261-0/+11
* add some py3k caveatsMike Bayer2010-02-231-1/+1
* generalized "test all the picklers" iterator works cross platformMike Bayer2010-02-221-0/+18
* clean up some skips, added skip for sqlite + python2Mike Bayer2010-02-213-2/+37
* unicode fix that gets around nose's stringio usageMike Bayer2010-02-201-14/+4
* some more 2.4 test fixesMike Bayer2010-02-151-0/+1
* exclude this test for everyone but sqliteMike Bayer2010-02-151-1/+18
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-131-1/+8
* - oracle + firebird: "case sensitivity" feature will detect an all-lowercaseMike Bayer2010-01-241-1/+8
* - the "threadlocal" engine has been rewritten and simplifiedMike Bayer2010-01-241-2/+2
* arrange imports, cleanupPhilip Jenvey2010-01-221-12/+12
* - mega example cleanupMike Bayer2010-01-191-0/+83
* - implement dynamic type_affinity for Oracle.NUMBERMike Bayer2010-01-171-6/+3
* - added a refresh logger step to the nose plugin so that SQLA class loggers g...Mike Bayer2010-01-031-2/+4
* - INTERVAL supports an optional "precision" argumentMike Bayer2009-11-011-1/+2
* oracle test fixesMike Bayer2009-10-261-1/+1
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-0/+8
* added a test for #1085Mike Bayer2009-09-301-2/+6
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-1/+1
* - query.join() has been reworked to provide more consistentMike Bayer2009-09-181-3/+12
* mssql+zxjdbc supportPhilip Jenvey2009-09-111-1/+3
* - Fixed incorrect exception raise inMike Bayer2009-08-311-2/+5
* - Fixed column.copy() to copy defaults and onupdates.Mike Bayer2009-08-281-7/+1
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-182-1/+3
* python3k fixesMike Bayer2009-08-091-3/+18
* o oracle+zxjdbc type handling additionsPhilip Jenvey2009-08-091-0/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-069-119/+298
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-1011-0/+2182