summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-2/+1
* - skip oracle tests until we can merge refactorMike Bayer2017-09-081-0/+18
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+1
* Generalize autocommit testingMike Bayer2017-08-291-0/+43
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-252-4/+13
* - correct server side cursor assertion for driver namesMike Bayer2017-08-191-5/+5
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-9/+57
* Coerce to float for Float with all native decimal backendsMike Bayer2017-06-261-1/+0
* Coerce float Python type to Float; ensure Python float coming backMike Bayer2017-06-261-0/+18
* Implement get_unique_constraints, get_check_constraints for OracleEloy Felix2017-05-301-1/+25
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-1/+55
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-1/+33
* New features from python 2.7Катаев Денис2017-03-172-2/+2
* Implement comments for tables, columnsFrazer McLean2017-03-171-2/+44
* Normalize Oracle reflected FK constraint nameMike Bayer2017-03-131-3/+4
* Don't select lastrowid for inline=TrueMike Bayer2016-12-211-0/+50
* Ensure Variant passes along impl right-hand typeMike Bayer2016-11-221-6/+53
* Port lower case quoted name fix to firebirdMike Bayer2016-11-161-1/+39
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-1/+148
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-4/+8
* - MySQL's JSON shared implementation completely w/ sqltypes.JSON;Mike Bayer2016-07-241-2/+2
* - missing test_needs_fk for this test, fixes mysql failureMike Bayer2016-06-031-0/+1
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-031-0/+51
* - use config-based test schemaMike Bayer2016-02-081-5/+5
* - more oracle fixesMike Bayer2016-02-031-1/+1
* - oracle requires GLOBAL hereMike Bayer2016-02-031-1/+1
* - 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