summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-3/+4
* - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-121-0/+50
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-2/+9
* - break out unicode tests to a varchar + a text test, add a requiresMike Bayer2012-10-151-0/+7
* - add some UPDATE..FROM tests and also some new reqsMike Bayer2012-10-121-0/+21
* - create new sqlalchemy.testing.suite.test_types, starting with Unicode round...Mike Bayer2012-10-101-0/+15
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-0/+6
* - add back __engine_options__Mike Bayer2012-10-041-0/+20
* - connect immediately on _create_testing_engine to initialize dialect capabil...Mike Bayer2012-10-041-1/+0
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-0/+7
* - test updatesMike Bayer2012-10-041-0/+12
* - requirementsMike Bayer2012-10-031-1/+17
* devMike Bayer2012-09-291-1/+33
* adjustmentsMike Bayer2012-09-291-1/+8
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-24/+57
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+38