summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
| * test fixes for oracle 18cMike Bayer2020-12-181-1/+1
* | Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-0/+67
|/
* Merge "Emit deprecation warnings for plain text under Session"mike bayer2020-12-141-1/+1
|\
| * Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-1/+1
* | Merge "Emit 2.0 deprecation warning for sub-transactions"mike bayer2020-12-141-22/+0
|\ \
| * | Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-22/+0
| |/
* | Remove autoload=True referencesGord Thompson2020-12-122-692/+0
|/
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-1118-1630/+1647
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-1118-1630/+1647
* | Merge "Implement Oracle SERIALIZABLE + real read of isolation level"mike bayer2020-12-091-1/+7
|\ \
| * | Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-1/+7
| |/
* | Fixed compile for mssql dialectGord Thompson2020-12-091-0/+26
|/
* Merge "Reflect decimal points in MariaDB non-quoted numeric defaults"mike bayer2020-12-031-0/+19
|\
| * Reflect decimal points in MariaDB non-quoted numeric defaultsMike Bayer2020-12-031-0/+19
* | Properly render ``cycle=False`` and ``order=False``Federico Caselli2020-12-011-1/+4
|/
* Merge "Don't discard leftovers from surface_selectables"mike bayer2020-11-273-0/+61
|\
| * Don't discard leftovers from surface_selectablesMike Bayer2020-11-263-0/+61
* | Support Column objects in the SET clause for upsertMike Bayer2020-11-233-0/+174
|/
* Support pool.connect() event firing before all elseMike Bayer2020-11-192-0/+96
* Add opsclass to exclusion constraintAlonM2020-11-161-1/+20
* don't check standard_conforming_strings less than server version 8.2Mike Bayer2020-11-131-0/+38
* Revert "Added ssl_mode flag to mysqldb"Mike Bayer2020-11-131-2/+0
* Added ssl_mode flag to mysqldbGord Thompson2020-11-131-0/+2
* Merge "Support SQLite WITHOUT ROWID tables"mike bayer2020-11-091-0/+10
|\
| * Support SQLite WITHOUT ROWID tablesSean Anderson2020-11-081-0/+10
* | Implement upsert for SQLiteRamonWill2020-11-081-0/+538
|/
* Convert to autoload_with internallyMike Bayer2020-11-0710-445/+479
* while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-1/+1
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-302-3/+3
* Support indexing on expressions and functions for the MySQL dialectRamonWill2020-10-121-1/+44
* Fetch first supportFederico Caselli2020-10-022-14/+322
* Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+19
|\
| * Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+19
* | Add reflection for Identity columnsFederico Caselli2020-09-285-12/+233
* | upgrade to black 20.8b1Mike Bayer2020-09-2817-65/+173
* | Improve Asyncpg json handlingFederico Caselli2020-09-231-13/+79
|/
* Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-0/+16
* Merge "Complete deprecation of from_self()"mike bayer2020-09-191-5/+8
|\
| * Complete deprecation of from_self()Mike Bayer2020-09-181-5/+8
* | Add support for Azure authentication optionsGord Thompson2020-09-171-0/+20
|/
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-164-68/+59
* Merge "Correct for SQL Server temp table owner"mike bayer2020-09-161-35/+39
|\
| * Correct for SQL Server temp table ownerMike Bayer2020-09-151-35/+39
* | Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-152-11/+35
|/
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-132-5/+28
* Merge "Improve handling of covering indexes"mike bayer2020-09-122-45/+100
|\
| * Improve handling of covering indexesGord Thompson2020-09-122-45/+100
* | Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-1/+1
|\ \
| * | Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-1/+1
* | | Merge "Do not specify type on mssql by default"mike bayer2020-09-122-9/+6
|\ \ \