| Commit message (Expand) | Author | Age | Files | Lines |
| * | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 2 | -15/+38 |
| * | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -1/+25 |
| * | Allow metadata.reflect() to recover from unreflectable tables | Mike Bayer | 2017-05-22 | 1 | -4/+11 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 2 | -1/+63 |
| * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -1/+33 |
| * | Add safe_reraise() + warnings only to Connection._autorollback | Mike Bayer | 2017-03-27 | 1 | -4/+5 |
| * | Support hybrids/composites with bulk updates | Mike Bayer | 2017-03-22 | 1 | -0/+4 |
| * | Use config.db global opts as defaults for all testing_engine() | Mike Bayer | 2017-03-22 | 1 | -0/+3 |
| * | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 1 | -3/+19 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 6 | -11/+9 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 2 | -2/+48 |
| * | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 1 | -3/+4 |
| * | Repair _execute_scalar for WITH_UNICODE mode | Mike Bayer | 2017-03-13 | 1 | -0/+6 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -0/+7 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 18 | -18/+18 |
| * | Don't select lastrowid for inline=True | Mike Bayer | 2016-12-21 | 1 | -0/+50 |
| * | Ensure Variant passes along impl right-hand type | Mike Bayer | 2016-11-22 | 1 | -6/+53 |
| * | Port lower case quoted name fix to firebird | Mike Bayer | 2016-11-16 | 1 | -1/+39 |
| * | Add support for server side cursors to mysqldb and pymysql | Roman Podoliaka | 2016-11-10 | 2 | -1/+156 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 2 | -3/+3 |
| * | Additions to support HAAlchemy plugin | Mike Bayer | 2016-09-16 | 4 | -8/+56 |
| * | Repair clauselist comparison to account for clause ordering | Mike Bayer | 2016-09-02 | 2 | -1/+9 |
| * | Build string/int processors for JSONIndexType, JSONPathType | Mike Bayer | 2016-08-04 | 1 | -4/+8 |
| * | - 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 |