summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-1/+1
* Added missing text_type requirement to TextTestStefan Reich2014-03-271-0/+1
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-248-27/+27
* - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-131-2/+71
* commentMike Bayer2014-03-131-0/+7
* - add a suite test for underscore as initial charMike Bayer2014-03-131-0/+14
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-131-6/+149
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-038-1/+33
* - add new tests for individual type reflectionMike Bayer2014-03-011-0/+46
* use view_column requirement hereMike Bayer2014-02-281-3/+3
* - dont create a self-ref FK if test suite marked as not supporting self refMike Bayer2014-02-281-13/+15
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-0/+1
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-4/+20
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* - repair some suite tests for firebirdMike Bayer2013-12-271-1/+15
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-0/+10
* - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-7/+94
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-2/+3
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-2/+2
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-0/+28
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-021-0/+1
* Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-1/+6
* Merge pull request #11 from malor/fix_uc_reflectionmike bayer2013-06-231-3/+8
|\
| * Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-2/+2
| * Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-231-0/+4
| * Improve _test_get_unique_constraints()Roman Podolyaka2013-06-231-1/+2
* | Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-1/+2
|/
* - get_unique_constraints() pull requestMike Bayer2013-06-091-1/+44
* Merge branch 'master' into ticket_1068Mike Bayer2013-06-033-13/+14
|\
| * fix the unicode test suiteMike Bayer2013-05-261-7/+8
| * - the raw 2to3 runMike Bayer2013-04-273-12/+12
* | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-272-0/+84
|/
* - limit some of these on views, indexes, pk constraints being availableMike Bayer2013-03-241-2/+8
* - add an event to testing so that other dialects can intercept "test_needs_au...Mike Bayer2013-03-241-2/+2
* - fix exclusion hereMike Bayer2013-02-061-7/+3
* port numeric tests to dialect suiteMike Bayer2013-02-061-1/+143
* - adding in requirementsMike Bayer2013-02-062-2/+65
* - cleanup HasSequence and move it to test_sequencesMike Bayer2013-02-062-42/+58
* - add an explicit test for sequences "optional"Mike Bayer2013-02-061-0/+16
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-064-0/+143
* - use SQL constructs here for databases that need to escape names like "data"Mike Bayer2013-01-271-5/+4
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-195-16/+19
* fix some oracle-related tests, but still need to fix unhashable_types testMike Bayer2012-11-121-2/+2
* - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-121-2/+110
* - 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-18/+21