summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* test single and double quote inspection scenariosMike Bayer2020-07-131-0/+7
* Limit init_subclass test above python 3.6Mike Bayer2020-07-081-0/+7
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-0/+14
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-2/+20
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-0/+11
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+5
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-0/+16
* Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-0/+36
* Support inspection of computed columnFederico Caselli2020-03-151-0/+23
* Fractional seconds starts at Python 3.7Mike Bayer2020-02-131-0/+7
* Add test requirement: indexes_with_ascdescGord Thompson2020-01-231-0/+5
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-0/+25
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-0/+4
* Support for generated columnsCaselIT2019-11-081-0/+4
* Disallow memory tests from running on WindowsMike Bayer2019-10-241-0/+11
* call setinputsizes for cx_Oracle.DATETIMEMike Bayer2019-10-031-0/+8
* Add req for nullable booleansMike Bayer2019-09-181-0/+6
* Add missing suite_level requirements "independent_connections"Mike Bayer2019-09-181-0/+7
* Add missing suite level requirements from 2efd89d02941Mike Bayer2019-09-171-0/+10
* Add missing suite level requirements from #4234Mike Bayer2019-09-171-0/+17
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-0/+20
* Use ternary when running conditional with Query._offsetMike Bayer2019-08-111-0/+9
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-0/+12
* Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-0/+7
* happy new yearMike Bayer2019-01-111-1/+1
* Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-0/+5
* Post black reformattingMike Bayer2019-01-061-7/+10
* Run black -l 79 against all source filesMike Bayer2019-01-061-36/+42
* MariaDB 10.3 updatesMike Bayer2018-08-301-2/+2
* Add test support for #4036Mike Bayer2018-08-161-0/+21
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-1/+10
* Support foreign key option reflection for OracleMiroslav Shubernetskiy2018-02-051-1/+5
* Merge "Make column-level collation quoting dialect-specific"mike bayer2018-01-121-0/+14
|\
| * Make column-level collation quoting dialect-specificMike Bayer2018-01-121-0/+14
* | happy new yearMike Bayer2018-01-121-1/+1
* | Re-enable setinputsizes for Oracle TIMESTAMPMike Bayer2018-01-081-0/+7
|/
* Add rule to prevent "GROUP BY <expr>" in testsMike Bayer2018-01-041-0/+11
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+5
* Take schema name into account when querying sqlite_masterMike Bayer2017-09-281-0/+5
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+29
* Add new sane_rowcount_w_returning flagMike Bayer2017-08-311-0/+23
* Generalize autocommit testingMike Bayer2017-08-291-0/+5
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-0/+8
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+4
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-0/+8
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-0/+40