summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* simplify AttachedDB test for SQLiteMike Bayer2023-03-131-68/+42
* denormalize "public" schema to "PUBLIC"Mike Bayer2023-03-091-0/+117
* Merge "audition pymssql once more; retire sane_rowcount_returning" into mainmike bayer2023-03-052-2/+35
|\
| * audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-042-2/+35
* | Merge "Restore connectivity with ancient sqlite" into mainmike bayer2023-03-041-0/+37
|\ \ | |/ |/|
| * Restore connectivity with ancient sqliteFederico Caselli2023-03-041-0/+37
* | Fixed issue when copying ExcludeConstraintFederico Caselli2023-03-011-0/+34
* | ensure single import per lineMike Bayer2023-02-281-11/+5
* | Improve exclude constraint docs and tests.Federico Caselli2023-02-271-6/+19
|/
* ExcludeConstraint literal_compileFederico Caselli2023-02-221-2/+17
* prevent float tests from running on asyncmyMike Bayer2023-02-151-0/+2
* Improve ``oracledb`` thick mode flag.Federico Caselli2023-02-142-11/+18
* Merge "Dedicated bitwise operators" into mainmike bayer2023-02-061-0/+8
|\
| * Dedicated bitwise operatorsjazzthief2023-02-061-0/+8
* | use mysql 8 syntax for ON DUPLICATE KEY UPDATECaspar Wylie2023-02-061-10/+78
|/
* Make comment support conditional on fn_listextendedproperty availabilityMike Bayer2023-01-252-2/+103
* reflect Oracle ROWIDMike Bayer2023-01-241-0/+13
* Run bracket interpretation for reflectionShan2023-01-232-0/+70
* Support local timespamp support on OracleFederico Caselli2023-01-121-2/+5
* Merge "warn and skip for FKs that refer to invisible cols for Oracle" into mainFederico Caselli2023-01-091-9/+161
|\
| * warn and skip for FKs that refer to invisible cols for OracleMike Bayer2023-01-091-9/+161
* | Merge "Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators." into...mike bayer2023-01-091-0/+31
|\ \ | |/ |/|
| * Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators.Guilherme Martins Crocetti2023-01-051-0/+31
* | 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
* check for adapt to same class in AbstractRangeMike Bayer2022-12-211-0/+19
* Merge "Add MACCADDR8 for PGCompiler" into mainmike bayer2022-12-201-0/+1
|\
| * Add MACCADDR8 for PGCompilerasimfarooq52022-12-191-0/+1
* | Merge "add explicit REGCONFIG, pg full text functions" into mainmike bayer2022-12-162-0/+284
|\ \
| * | add explicit REGCONFIG, pg full text functionsMike Bayer2022-12-152-0/+284
* | | Fix equality comparison between a PG Range and a different class instanceLele Gaifax2022-12-151-0/+4
| |/ |/|
* | 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
* sort materialize view names in testMike Bayer2022-12-061-1/+1
* Merge "Add compatibility properties to Range; implement pep-484" into mainmike bayer2022-12-051-0/+18
|\
| * Add compatibility properties to Range; implement pep-484Lele Gaifax2022-12-051-0/+18
* | Rewrite positional handling, test for "numeric"Federico Caselli2022-12-052-3/+5
|/
* Merge "Fix positional compiling bugs" into mainmike bayer2022-12-022-6/+6
|\
| * Fix positional compiling bugsFederico Caselli2022-12-012-6/+6
* | disable setinputsizes only for true DBAPI executemanyMike Bayer2022-12-011-61/+68
* | [sqlite] Reflect DEFERRABLE and INITIALLY options for foreign keysMichael Gorven2022-11-301-0/+59
|/
* Merge "Add value-level hooks for SQL type detection; apply to Range" into mainmike bayer2022-11-291-0/+21
|\
| * Add value-level hooks for SQL type detection; apply to RangeLele Gaifax2022-11-291-0/+21
* | Merge "add partial index predicate to SQLiteDialect.get_indexes() result" int...mike bayer2022-11-291-0/+51
|\ \
| * | add partial index predicate to SQLiteDialect.get_indexes() resultTobias Pfeiffer2022-11-281-0/+51
| |/
* | Rectify PG Range.__bool__, inverting previous logicLele Gaifax2022-11-271-0/+4
|/
* Merge "Issue #8765: implement missing methods on PG Range" into mainmike bayer2022-11-171-41/+428
|\
| * Issue #8765: implement missing methods on PG RangeLele Gaifax2022-11-151-41/+428