summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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