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
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-172-1/+5
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-0/+2
* - don't drop the ts1/ts2 databases without seeing the primary DB,Mike Bayer2016-02-091-6/+21
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-081-9/+32
* - use config-based test schemaMike Bayer2016-02-081-5/+5
* - attempt a different style of session killMike Bayer2016-02-081-1/+2
* - additional fixes to get oracle + multiprocess to be reliableMike Bayer2016-02-082-0/+11
* - add a session killer for oracle provisioningMike Bayer2016-02-041-0/+5
* - more oracle fixesMike Bayer2016-02-032-5/+10
* - oracle requires GLOBAL hereMike Bayer2016-02-031-1/+1
* - add multi-database provisioning for oracleMike Bayer2016-02-031-0/+29
* - put a retry in for PG database provisioning as it locksMike Bayer2016-01-291-1/+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
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-0/+5
* - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-1/+1
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-191-0/+9
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-082-3/+12
* - pg8000 fixes for jsonMike Bayer2016-01-072-0/+8
* - add limiting criteria to the JSON tests so that we don'tMike Bayer2016-01-061-3/+16
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-062-2/+247
* - 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
* Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-1/+2
|\
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-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
|/
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-1/+4
* - bzzt, fix the base _post_configure_engine() call to not failMike Bayer2015-09-291-1/+1
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-3/+28
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-181-3/+3
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-152-5/+20
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-122-2/+133
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-07-241-11/+0
* - 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