summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge "Try running pyupgrade on the code" into mainmike bayer2022-11-1722-133/+91
|\ \
| * | Try running pyupgrade on the codeFederico Caselli2022-11-1622-133/+91
| |/
* | accommodate NULL format_type()Mike Bayer2022-11-161-0/+31
|/
* add informative exception context for literal renderMike Bayer2022-11-141-2/+3
* establish consistency for RETURNING column labelsMike Bayer2022-11-113-0/+90
* Merge "Implement contains_value(), issubset() and issuperset() on PG Range" i...mike bayer2022-11-031-22/+248
|\
| * Implement contains_value(), issubset() and issuperset() on PG RangeLele Gaifax2022-11-031-22/+248
* | use simple decimal query to detect decimal charMike Bayer2022-11-011-54/+57
|/
* Only convert Range for sqlalchemy Range objectMike Bayer2022-10-211-0/+34
* Merge "further qualify pyodbc setinputsizes types for long stirngs" into mainmike bayer2022-10-191-0/+167
|\
| * further qualify pyodbc setinputsizes types for long stirngsMike Bayer2022-10-181-0/+167
* | Revert automatic set of sequence start to 1Federico Caselli2022-10-173-5/+21
|/
* adjust MySQL view reflection for non-standard MySQL variantsJohn Bodley2022-10-031-2/+15
* Merge "`aggregate_order_by` now supports cache generation." into mainmike bayer2022-09-261-0/+33
|\
| * `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-0/+33
* | implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-243-428/+29
|/
* Tighten password security by removing `URL.__str__`Yassen Damyanov2022-09-231-1/+1
* auto-cast PG range typesMike Bayer2022-09-201-0/+89
* Improve array_agg and Array processingFederico Caselli2022-09-171-0/+43
* Merge "Support GROUP BY ROLLUP on MySql/MariaDB" into mainmike bayer2022-09-161-0/+7
|\
| * Support GROUP BY ROLLUP on MySql/MariaDBFederico Caselli2022-09-091-0/+7
* | catch exception for system_views alsoMike Bayer2022-09-151-3/+30
|/
* Fix Azure Synapse connection errorGord Thompson2022-09-021-1/+19
* 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
| |/