summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-031-0/+4
* - happy new yearMike Bayer2016-01-291-1/+1
* - pg8000 fixes for jsonMike Bayer2016-01-071-0/+7
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-0/+6
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-2/+17
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-0/+11
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-151-0/+8
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - enhance only_on() to work with compound specsMike Bayer2014-12-061-0/+5
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-0/+14
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-0/+33
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-1/+1
* - more pg8000 tests passingMike Bayer2014-07-251-0/+8
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-37/+40
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - more tests, including backend testsMike Bayer2014-05-161-0/+6
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-0/+6
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-0/+7
* - move some requirements up to the testing module to better support runningMike Bayer2014-03-131-0/+54
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-131-0/+34
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-17/+12
* - dont create a self-ref FK if test suite marked as not supporting self refMike Bayer2014-02-281-0/+12
* add a skip for oracle on thisMike Bayer2014-02-011-0/+24