summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* - use a StaticPool for componentreflectiontest to ensureMike Bayer2016-01-281-7/+16
* - pg8000 fixes for jsonMike Bayer2016-01-071-0/+1
* - add limiting criteria to the JSON tests so that we don'tMike Bayer2016-01-061-3/+16
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-2/+241
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-3/+3
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-2/+122
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-211-0/+8
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-151-0/+2
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-152-0/+40
* Mark tests that they require OFFSET support in databasepr/171Peter Hoffmann2015-05-051-1/+4
* - fix this for pg8000 of all backends...Mike Bayer2015-03-241-1/+1
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+9
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-3/+6
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-051-0/+2
* - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+4
* add more order by hereMike Bayer2014-10-111-1/+1
* - change this literal so that the bound name doesn't have a numericMike Bayer2014-10-111-2/+2
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-1/+36
* Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-4/+9
|\
| * Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-4/+9
* | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-5/+17
|/
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-0/+78
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-0/+15
* - use configured test_schema hereMike Bayer2014-08-081-12/+14
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-208-267/+261
* Merge branch 'master' of https://github.com/BY-jk/sqlalchemyMike Bayer2014-06-081-1/+1
|\
| * Wrong type usagepr/95BY-jk2014-05-301-1/+1
* | - more tests, including backend testsMike Bayer2014-05-161-1/+79
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
|/
* - 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