| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -14/+34 |
| * | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -25/+64 |
| * | Add new sane_rowcount_w_returning flag | Mike Bayer | 2017-08-31 | 1 | -14/+0 |
| * | Implement AUTOCOMMIT for pyodbc, pymssql | Mike Bayer | 2017-08-29 | 1 | -1/+1 |
| * | Generalize autocommit testing | Mike Bayer | 2017-08-29 | 1 | -0/+7 |
| * | - a few mysql fixes, more to come | Mike Bayer | 2017-08-20 | 1 | -1/+8 |
| * | - dont run sql mode config tests if we aren't on mysql | Mike Bayer | 2017-08-19 | 1 | -0/+6 |
| * | First level repair for cx_Oracle 6.0 test regressions | Mike Bayer | 2017-08-18 | 1 | -1/+6 |
| * | - fix one test for STRICT, which may be turned on by default | Mike Bayer | 2017-08-04 | 1 | -1/+1 |
| * | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -3/+6 |
| * | Add selectin loading | Mike Bayer | 2017-04-26 | 1 | -1/+7 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -0/+4 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -0/+4 |
| * | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 1 | -0/+6 |
| * | - re-set no ad-hoc-engines for oracle, previously low-connections | Mike Bayer | 2017-03-13 | 1 | -0/+4 |
| * | Allow SchemaType and Variant to work together | Mike Bayer | 2017-03-07 | 1 | -0/+8 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -118/+113 |
| * | Add _extend_on deduplicating set for metadata.reflect() | Mike Bayer | 2016-11-23 | 1 | -0/+4 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | - disable two phase testing for mysql entirely, build servers | Mike Bayer | 2016-09-20 | 1 | -2/+3 |
| * | Additions to support HAAlchemy plugin | Mike Bayer | 2016-09-16 | 1 | -39/+0 |
| * | - latest mysql 5.7 also crashing on XA recovery, disable | Mike Bayer | 2016-09-16 | 1 | -5/+3 |
| * | Enable JSON testing for pymysql | Mike Bayer | 2016-07-29 | 1 | -4/+1 |
| * | - don't use pymysql at all for JSON, there's Py2K failures also | Mike Bayer | 2016-07-24 | 1 | -1/+1 |
| * | - Workaround in tests for https://github.com/PyMySQL/PyMySQL/issues/488 | Mike Bayer | 2016-07-24 | 1 | -4/+6 |
| * | - a variety of test adjustments to accomodate for MySQL 5.7 | Mike Bayer | 2016-07-24 | 1 | -0/+28 |
| * | Work w/ prefetch even for selects, if present | Mike Bayer | 2016-07-12 | 1 | -0/+8 |
| * | Add `sqlalchemy.ext.index` for indexed attributes for ORM | Jeong YunWon | 2016-06-15 | 1 | -0/+7 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -0/+3 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+7 |
| * | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -1/+1 |
| |\ |
|
| | * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+1 |
| * | | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 1 | -1/+1 |
| * | | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -0/+4 |
| |/ |
|
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+4 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -0/+8 |
| * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 1 | -0/+4 |
| * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -1/+0 |
| * | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 1 | -1/+1 |
| * | - correct this, need brackets | Mike Bayer | 2015-08-15 | 1 | -1/+1 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -2/+19 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -0/+9 |
| * | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 1 | -4/+25 |
| * | - break out binary insert against None, disable for freetds for now | Mike Bayer | 2015-05-24 | 1 | -1/+4 |
| * | - pg8000 wants to raise a ProgrammingError for a PK violation | Mike Bayer | 2015-05-15 | 1 | -0/+4 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -1/+1 |
| * | - Fixed bug where updated PG index reflection as a result of | Mike Bayer | 2015-04-01 | 1 | -1/+1 |
| * | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlier | Mike Bayer | 2015-03-02 | 1 | -0/+8 |
| * | - Added support for the :class:`postgresql.JSONB` datatype when | Mike Bayer | 2015-01-31 | 1 | -0/+6 |
| * | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 1 | -0/+4 |