summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - ensure engine is restored even if we had a failure in cleanupMike Bayer2016-03-151-3/+5
* - not sure why MySQL DROP DBs fail but we can't just ignore the errorMike Bayer2016-03-031-12/+3
* - don't drop the ts1/ts2 databases without seeing the primary DB,Mike Bayer2016-02-091-6/+21
* - repair generic _post_configure_engine() from previous changesetMike Bayer2016-02-091-1/+1
* - backport changes to SQLite attached DB tests so thatMike Bayer2016-02-091-2/+28
* - backport new profile system from 1.1 so we can run new-styleMike Bayer2016-02-091-0/+5
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-091-3/+32
* - restore GLOBAL keyword hereMike Bayer2016-02-091-1/+1
* - use config-based test schemaMike Bayer2016-02-081-5/+5
* - more oracle fixesMike Bayer2016-02-081-4/+9
* - add multi-database provisioning for oracleMike Bayer2016-02-081-0/+29
* - put a retry in for PG database provisioning as it locksMike Bayer2016-01-291-2/+14
* - happy new yearMike Bayer2016-01-2918-18/+18
* - use a StaticPool for componentreflectiontest to ensureMike Bayer2016-01-281-7/+16
* - use schema argument correctly when we are dropping for a schemaMike Bayer2016-01-281-1/+1
* - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-3/+14
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-2/+2
* Update usages of getargspec to compat version.Jacob MacDonald2015-11-301-1/+2
* - support declarativemappedtest with per-test setupMike Bayer2015-11-251-0/+10
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-1/+1
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-211-0/+8
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-192-1/+12
* - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-172-6/+4
* - repair that we use db_opts when the url here is different,Mike Bayer2015-06-191-3/+8
* - fixes to the warnings filtersMike Bayer2015-06-191-3/+1
* - Add a new le_() assertion for less than or equalsMike Bayer2015-06-143-8/+14
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-241-0/+11
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-152-0/+10
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-152-0/+40
* Mark tests that they require OFFSET support in databasepr/171Peter Hoffmann2015-05-051-1/+4
* - move away from explicit raises of SkipTest, instead call aMike Bayer2015-05-016-17/+36
* - Fixed an import that prevented "pypy setup.py test" from workingMike Bayer2015-05-011-0/+1
* - replace old crufty ddl event test fixture with mockMike Bayer2015-04-271-2/+2
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-242-1/+13
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-223-4/+18
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-1/+1
* - fix this for pg8000 of all backends...Mike Bayer2015-03-241-1/+1
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+9
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-3/+6
* - copyright 2015Mike Bayer2015-03-1018-18/+18
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-192-29/+51
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-0/+4
* - rework assertsql system, fixes #3293Mike Bayer2015-01-183-294/+242
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-1/+2
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-0/+3
* - more callcountsMike Bayer2015-01-051-2/+4
* - test failures:Mike Bayer2015-01-021-1/+0
* - repair drop_all_tablesMike Bayer2015-01-021-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-013-12/+60