summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test
Commit message (Expand)AuthorAgeFilesLines
* - move sqlalchemy.test to test.libMike Bayer2010-11-1511-2387/+0
* first step of [ticket:1949], remove the setuptools aspectMike Bayer2010-11-154-4/+3
* - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-2/+0
* - and fix everything from the last checkin that breaks on py 2.4, 2.5Mike Bayer2010-11-091-0/+9
* - Implemented sequence check capability for the CMike Bayer2010-11-091-1/+14
* - mssql+pymssql dialect now honors the "port" portionMike Bayer2010-10-241-2/+2
* - the NoseSQLAlchemyPlugin has been moved to aMike Bayer2010-10-176-339/+6
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-0/+5
* add oursql to has lastrowidMike Bayer2010-09-181-1/+1
* - Fixed a regression in 0.6.4 whereby the change thatMike Bayer2010-09-161-0/+6
* - pending deprecation in 0.7 for the execute/scalar on clauseelementMike Bayer2010-09-071-2/+0
* - mapper _get_col_to_prop private method usedMike Bayer2010-09-051-0/+1
* - Oracle reflection of indexes has been tuned soMike Bayer2010-08-291-1/+1
* - Another pass through the series of error messagesMike Bayer2010-08-141-0/+1
* - The name ConcurrentModificationError has beenMike Bayer2010-08-011-0/+6
* - The _extract_error_code() method now worksMike Bayer2010-07-121-0/+5
* add a test for the actual feature, that multiple post updates are batchedMike Bayer2010-06-181-1/+2
* a little bit of refinementMike Bayer2010-04-171-0/+11
* - 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