summaryrefslogtreecommitdiff
path: root/test/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-14/+34
* Add SQL Server CI coverageMike Bayer2017-08-311-25/+64
* Add new sane_rowcount_w_returning flagMike Bayer2017-08-311-14/+0
* Implement AUTOCOMMIT for pyodbc, pymssqlMike Bayer2017-08-291-1/+1
* Generalize autocommit testingMike Bayer2017-08-291-0/+7
* - a few mysql fixes, more to comeMike Bayer2017-08-201-1/+8
* - dont run sql mode config tests if we aren't on mysqlMike Bayer2017-08-191-0/+6
* First level repair for cx_Oracle 6.0 test regressionsMike Bayer2017-08-181-1/+6
* - fix one test for STRICT, which may be turned on by defaultMike Bayer2017-08-041-1/+1
* Implement get_unique_constraints, get_check_constraints for OracleEloy Felix2017-05-301-3/+6
* Add selectin loadingMike Bayer2017-04-261-1/+7
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-0/+4
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+4
* Normalize Oracle reflected FK constraint nameMike Bayer2017-03-131-0/+6
* - re-set no ad-hoc-engines for oracle, previously low-connectionsMike Bayer2017-03-131-0/+4
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-0/+8
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-118/+113
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-0/+4
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* - disable two phase testing for mysql entirely, build serversMike Bayer2016-09-201-2/+3
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-39/+0
* - latest mysql 5.7 also crashing on XA recovery, disableMike Bayer2016-09-161-5/+3
* Enable JSON testing for pymysqlMike Bayer2016-07-291-4/+1
* - don't use pymysql at all for JSON, there's Py2K failures alsoMike Bayer2016-07-241-1/+1
* - Workaround in tests for https://github.com/PyMySQL/PyMySQL/issues/488Mike Bayer2016-07-241-4/+6
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-0/+28
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-0/+8
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+7
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-031-0/+3
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+7
* Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-301-1/+1
|\
| * sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-1/+1
* | - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-1/+1
* | - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+4
|/
* - pg8000 fixes for jsonMike Bayer2016-01-071-0/+4
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-0/+8
* - fix changelog for #3602Mike Bayer2015-12-081-0/+4
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-1/+0
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-181-1/+1
* - correct this, need bracketsMike Bayer2015-08-151-1/+1
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-2/+19
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-0/+9
* - Repaired some typing and test issues related to the pypyMike Bayer2015-06-051-4/+25
* - break out binary insert against None, disable for freetds for nowMike Bayer2015-05-241-1/+4
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-151-0/+4
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-1/+1
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-1/+1
* - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-021-0/+8
* - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-0/+6
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-0/+4