summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - happy new yearMike Bayer2014-01-051-1/+1
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-0/+10
* - repair some suite tests for firebirdMike Bayer2013-12-271-0/+14
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-0/+8
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-0/+9
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-0/+6
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-021-0/+9
* - get_unique_constraints() pull requestMike Bayer2013-06-091-0/+5
* - fix exclusion hereMike Bayer2013-02-061-1/+2
* port numeric tests to dialect suiteMike Bayer2013-02-061-0/+38
* - adding in requirementsMike Bayer2013-02-061-0/+42
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-3/+52
* - add an explicit test for sequences "optional"Mike Bayer2013-02-061-1/+11
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-0/+10
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-2/+2
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-0/+11