summaryrefslogtreecommitdiff
path: root/test/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dropping a schema with a sequence shared by more than one table.Federico Caselli2021-03-201-2/+3
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-2/+24
* update selectin docsMike Bayer2020-10-311-1/+5
* upgrade to black 20.8b1Mike Bayer2020-09-281-9/+7
* Include PostgreSQL in trigger test and correct documentation exampleRamonWill2020-08-311-5/+0
* test single and double quote inspection scenariosMike Bayer2020-07-131-0/+10
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-241-0/+4
* SQLite 3.31 added support for computed column.Federico Caselli2020-05-191-1/+1
* Merge "Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOB" into rel_1_3mike bayer2020-05-091-1/+3
|\
| * Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-091-1/+3
* | Expand CTE testing and begin to make this more prominent.Mike Bayer2020-05-081-4/+10
|/
* Fix sqlite memory reqMike Bayer2020-03-301-1/+3
* Implement autocommit isolation level for pysqliteGord Thompson2020-03-241-0/+1
* Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-4/+27
* Support inspection of computed columnFederico Caselli2020-03-161-0/+16
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-4/+16
* Fix comment re: ODBC driver name on Windows.Gord Thompson2020-03-091-2/+2
* Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-0/+4
* Update test reqs for mariadb 10.4, 10.5Mike Bayer2020-02-161-0/+6
* Improve two phase transaction requirement detection for PGFederico Caselli2019-12-281-0/+25
* Skip sub-minute timezone tests for Python 3 < 3.7Mike Bayer2019-12-021-0/+13
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-0/+11
* Perform an active check for sqlite json extensionMike Bayer2019-11-101-1/+18
* Interpret empty LIMIT, expression LIMIT correctlyMike Bayer2019-11-091-1/+1
* Support for generated columnsCaselIT2019-11-081-2/+11
* Expect ordering NULLs to work and skip nested aggregate tests on sqlite >= 3.30.Nils Philippsen2019-11-041-2/+3
* Turn on backend for new tests added for #4803Mike Bayer2019-08-141-2/+3
* Use ternary when running conditional with Query._offsetMike Bayer2019-08-111-0/+10
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-1/+6
* Open up mysql CHECK constraint detection to include new versionsMike Bayer2019-05-061-2/+32
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-0/+4
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-1/+1
* Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-2/+12
* Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-0/+4
* Post black reformattingMike Bayer2019-01-061-23/+23
* Run black -l 79 against all source filesMike Bayer2019-01-061-370/+471
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Modernize cx_Oracle parametersMike Bayer2018-11-151-0/+7
* Enable decimal implicit bind for mysqlclient, is fixed as ofMike Bayer2018-10-201-1/+15
* MariaDB 10.3 updatesMike Bayer2018-08-301-9/+18
* Add test support for #4036Mike Bayer2018-08-161-0/+21
* Correct fastexecutemany test for lower pyodbc versionMike Bayer2018-07-121-1/+5
* Merge "Drop default-related structures after the Table is dropped."mike bayer2018-07-111-0/+8
|\
| * Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-0/+8
* | Add pyodbc fast_executemanyMike Bayer2018-07-101-2/+13
* | Sqlite jsonIlja Everilä2018-07-101-2/+4
|/
* Try to get mysqlconnector somewhat workingMike Bayer2018-06-271-0/+7
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-1/+3
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-5/+25