summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Merge "include parsed col length field as integer from mysql index reflection...mike bayer2023-01-051-0/+87
|\
| * include parsed col length field as integer from mysql index reflectionMike Bayer2023-01-041-0/+87
* | [asyncpg] Extract rowcount for SELECT statementsMichael Gorven2023-01-041-0/+5
|/
* expand out Index if passed to "constraint"Mike Bayer2022-12-221-0/+39
* Add MACCADDR8 for PGCompilerasimfarooq52022-12-201-0/+1
* check index_list pragma for number of columns returnedMike Bayer2022-12-131-0/+1
* Oracle COLUMN_VALUE is a column name, not a keywordMike Bayer2022-12-072-7/+40
* Merge "Fix positional compiling bugs" into rel_1_4mike bayer2022-12-022-6/+6
|\
| * Fix positional compiling bugsFederico Caselli2022-12-012-6/+6
* | [sqlite] Reflect DEFERRABLE and INITIALLY options for foreign keysMichael Gorven2022-11-301-0/+59
|/
* add partial index predicate to SQLiteDialect.get_indexes() resultTobias Pfeiffer2022-11-281-0/+51
* Fix reflection of constraints in attached schemasMichael Gorven2022-11-241-1/+23
* accommodate NULL format_type()Mike Bayer2022-11-161-0/+17
* establish consistency for RETURNING column labelsMike Bayer2022-11-113-0/+90
* use simple decimal query to detect decimal charMike Bayer2022-11-011-52/+57
* adjust MySQL view reflection for non-standard MySQL variantsJohn Bodley2022-10-031-2/+15
* `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-0/+33
* catch exception for system_views alsoMike Bayer2022-09-151-3/+30
* Fix Azure Synapse connection errorGord Thompson2022-09-021-1/+19
* Merge "Fix 'No transaction found' error on Synapse." into rel_1_4mike bayer2022-08-041-11/+63
|\
| * Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-021-11/+63
* | more mysql 8.0.30 fixesMike Bayer2022-08-031-1/+4
* | adjust mysql utf testMike Bayer2022-08-031-2/+2
|/
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-12/+110
* Merge "Normalize postgresql docs links to point to current" into rel_1_4mike bayer2022-06-181-1/+1
|\
| * Normalize postgresql docs links to point to currentFederico Caselli2022-06-181-1/+1
* | Allow NUMERIC()/DECIMAL() IDENTITY columnsGord Thompson2022-06-181-0/+17
|/
* add tests to confirm no issue w/ pg json keysMike Bayer2022-06-081-0/+27
* mssql login failure if password starts with "{"Gord Thompson2022-05-291-15/+39
* Merge "apply bindparam escape name to processors dictionary" into rel_1_4mike bayer2022-05-251-0/+19
|\
| * apply bindparam escape name to processors dictionaryMike Bayer2022-05-251-0/+19
* | Merge "enable pg8000 for 1.29.1 and above" into rel_1_4mike bayer2022-05-251-7/+19
|\ \ | |/ |/|
| * enable pg8000 for 1.29.1 and aboveMike Bayer2022-05-241-7/+19
* | use random table nameMike Bayer2022-05-241-3/+8
|/
* Use collation in reflection in MSSQLFederico Caselli2022-05-201-0/+48
* Include new MySQL error code 4031 for MySQL disconnect checkvalievkarim2022-05-191-0/+4
* render col name in on conflict set clause, not given keyMike Bayer2022-05-152-14/+121
* properly type array element in any() / all()Mike Bayer2022-04-222-24/+50
* Implement UUID.python_typeAlex Grönholm2022-04-211-0/+4
* Fix psycopg2 pre_ping with autocommitFederico Caselli2022-04-131-0/+17
* allow executemany values for ON CONFLICT DO NOTHINGMike Bayer2022-03-311-2/+18
* pop the stack that we pushedMike Bayer2022-03-081-0/+22
* Fix repr for MySQL SET, generic Enumpetit872022-03-041-0/+18
* support cx_Oracle DPI disconnect codesMike Bayer2022-02-241-2/+50
* improve reflection of inline UNIQUE constraintsMike Bayer2022-02-201-0/+50
* Accommodate escaped_bind_names for defaults/insert paramsMike Bayer2022-02-081-0/+29
* fall back to SHOW VARIABLES for MySQL < 5.6Mike Bayer2022-02-041-2/+67
* Add compiler support for PostgreSQL "NOT VALID" constraints.Gilbert Gilb's2022-01-261-0/+59
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-222-4/+5
* Added support for ``FILESTREAM`` in MSSQL.Federico Caselli2022-01-201-0/+36