summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Merge "include mssql_clustered dialect_options when reflecting - issue #8288"...mike bayer2022-08-241-1/+157
|\
| * include mssql_clustered dialect_options when reflecting - issue #8288John Lennox2022-08-231-1/+157
* | Merge "support create/drop events for all CREATE/DROP" into mainmike bayer2022-08-221-0/+75
|\ \ | |/ |/|
| * support create/drop events for all CREATE/DROPMike Bayer2022-08-201-0/+75
* | Merge "JSONPATH type can be used in casts in PostgreSQL" into mainmike bayer2022-08-172-13/+44
|\ \
| * | JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-172-13/+44
| |/
* | Merge "Support comments on MSSQL" into mainmike bayer2022-08-171-0/+41
|\ \ | |/ |/|
| * Support comments on MSSQLDaniel Hall2022-08-101-0/+41
* | Add support for Partitioning and Sample pages on mysqlRamonWill2022-08-111-0/+164
|/
* implement PG ranges/multiranges agnosticallyMike Bayer2022-08-052-116/+112
* fixes: #7156 - Adds support for PostgreSQL MultiRange typezeeeeb2022-08-042-4/+494
* Merge "Fix 'No transaction found' error on Synapse." into mainmike bayer2022-08-041-11/+63
|\
| * Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-021-11/+63
* | ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-036-1/+88
* | adjust mysql utf testMike Bayer2022-08-031-2/+2
* | Merge "SQLite reflection ignores schema internal names" into mainmike bayer2022-08-021-0/+72
|\ \
| * | SQLite reflection ignores schema internal namesFederico Caselli2022-08-011-0/+72
| |/
* | repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-14/+116
|/
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-281-35/+126
* Use FETCH FIRST N ROWS / OFFSET for Oracle LIMIT/OFFSETMike Bayer2022-07-202-41/+227
* Merge "Change setinputsizes behavior for mssql+pyodbc" into mainmike bayer2022-06-291-5/+4
|\
| * Change setinputsizes behavior for mssql+pyodbcGord Thompson2022-06-291-5/+4
* | Comments on (named) constraintscheremnov2022-06-292-9/+97
|/
* Ensure type lengths are int in oracleFederico Caselli2022-06-261-12/+36
* add more pg ENUM testsMike Bayer2022-06-211-1/+39
* Domain typeDavid Baumgold2022-06-213-100/+473
* Merge "rearchitect reflection for batched performance" into mainFederico Caselli2022-06-186-166/+933
|\
| * rearchitect reflection for batched performanceFederico Caselli2022-06-186-166/+933
* | Merge "Normalize postgresql docs links to point to current" into mainmike bayer2022-06-181-1/+1
|\ \
| * | Normalize postgresql docs links to point to currentFederico Caselli2022-06-171-1/+1
* | | Merge "Allow NUMERIC()/DECIMAL() IDENTITY columns" into mainmike bayer2022-06-181-0/+17
|\ \ \ | |/ / |/| |
| * | Allow NUMERIC()/DECIMAL() IDENTITY columnsGord Thompson2022-06-181-0/+17
| |/
* | implement literal stringification for arraysMike Bayer2022-06-151-0/+20
|/
* Merge "update cx_Oracle / oracledb LOB handling" into mainmike bayer2022-06-102-4/+4
|\
| * update cx_Oracle / oracledb LOB handlingMike Bayer2022-06-102-4/+4
* | add tests to confirm no issue w/ pg json keysMike Bayer2022-06-081-0/+27
|/
* Merge "Add support for the new oracle driver ``oracledb``." into mainmike bayer2022-06-074-77/+217
|\
| * Add support for the new oracle driver ``oracledb``.Federico Caselli2022-06-074-77/+217
* | Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-022-3/+3
|/
* add backend agnostic UUID datatypeMike Bayer2022-06-012-1/+13
* mssql login failure if password starts with "{"Gord Thompson2022-05-291-15/+35
* apply bindparam escape name to processors dictionaryMike Bayer2022-05-251-0/+19
* use random table nameMike Bayer2022-05-241-3/+6
* Merge "deprecate .connection on _ConnectionFairy, _ConnectionRecord" into mainmike bayer2022-05-233-4/+4
|\
| * deprecate .connection on _ConnectionFairy, _ConnectionRecordMike Bayer2022-05-223-4/+4
* | use plainto_tsquery for PG matchMike Bayer2022-05-222-11/+55
|/
* 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-21/+44