| Commit message (Expand) | Author | Age | Files | Lines |
| * | - MySQL's JSON shared implementation completely w/ sqltypes.JSON; | Mike Bayer | 2016-07-24 | 1 | -2/+2 |
| * | - missing test_needs_fk for this test, fixes mysql failure | Mike Bayer | 2016-06-03 | 1 | -0/+1 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 2 | -0/+55 |
| * | - limit oracle DB reaps to identifiers generated from this | Mike Bayer | 2016-06-02 | 3 | -4/+20 |
| * | - don't raise for stray gc connection. this just happens | Mike Bayer | 2016-06-02 | 1 | -2/+3 |
| * | Let logging format messages on demand, use warning instead of deprecated warnpr/265 | Ville Skyttä | 2016-05-03 | 1 | -2/+2 |
| * | - ensure engine is restored even if we had a failure in cleanup | Mike Bayer | 2016-03-15 | 1 | -3/+5 |
| * | - not sure why MySQL DROP DBs fail but we can't just ignore the error | Mike Bayer | 2016-03-03 | 1 | -12/+3 |
| * | - handle parameter sets that aren't correctly formed, so that | Mike Bayer | 2016-02-17 | 2 | -1/+5 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -0/+2 |
| * | - don't drop the ts1/ts2 databases without seeing the primary DB, | Mike Bayer | 2016-02-09 | 1 | -6/+21 |
| * | - Testing reveals that we have *no* weak references to any cx_Oracle connecti... | Mike Bayer | 2016-02-08 | 1 | -9/+32 |
| * | - use config-based test schema | Mike Bayer | 2016-02-08 | 1 | -5/+5 |
| * | - attempt a different style of session kill | Mike Bayer | 2016-02-08 | 1 | -1/+2 |
| * | - additional fixes to get oracle + multiprocess to be reliable | Mike Bayer | 2016-02-08 | 2 | -0/+11 |
| * | - add a session killer for oracle provisioning | Mike Bayer | 2016-02-04 | 1 | -0/+5 |
| * | - more oracle fixes | Mike Bayer | 2016-02-03 | 2 | -5/+10 |
| * | - oracle requires GLOBAL here | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
| * | - add multi-database provisioning for oracle | Mike Bayer | 2016-02-03 | 1 | -0/+29 |
| * | - put a retry in for PG database provisioning as it locks | Mike Bayer | 2016-01-29 | 1 | -1/+14 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 18 | -18/+18 |
| * | - use a StaticPool for componentreflectiontest to ensure | Mike Bayer | 2016-01-28 | 1 | -7/+16 |
| * | - use schema argument correctly when we are dropping for a schema | Mike Bayer | 2016-01-28 | 1 | -1/+1 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -0/+5 |
| * | - use uuid fragments for provision names to enable multiple test suites | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 1 | -1/+1 |
| * | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 1 | -0/+9 |
| * | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -2/+2 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 2 | -3/+12 |
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 2 | -0/+8 |
| * | - add limiting criteria to the JSON tests so that we don't | Mike Bayer | 2016-01-06 | 1 | -3/+16 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 2 | -2/+247 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 1 | -3/+14 |
| * | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/pr/210' | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| |\ |
|
| | * | Update usages of getargspec to compat version.pr/210 | Jacob MacDonald | 2015-10-29 | 1 | -1/+2 |
| * | | - support declarativemappedtest with per-test setup | Mike Bayer | 2015-11-25 | 1 | -0/+10 |
| * | | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 1 | -1/+1 |
| |/ |
|
| * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -1/+4 |
| * | - bzzt, fix the base _post_configure_engine() call to not fail | Mike Bayer | 2015-09-29 | 1 | -1/+1 |
| * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -3/+28 |
| * | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 1 | -3/+3 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 2 | -5/+20 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 2 | -2/+133 |
| * | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-07-24 | 1 | -11/+0 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -0/+8 |
| * | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 2 | -1/+12 |
| * | - db_opts doesn't need to be a global since we no longer have any global | Mike Bayer | 2015-07-17 | 2 | -6/+4 |
| * | - repair that we use db_opts when the url here is different, | Mike Bayer | 2015-06-19 | 1 | -3/+8 |
| * | - fixes to the warnings filters | Mike Bayer | 2015-06-19 | 1 | -3/+1 |