summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* auto-cast PG range typesMike Bayer2022-09-204-5/+44
* Merge "Support GROUP BY ROLLUP on MySql/MariaDB" into mainmike bayer2022-09-161-0/+6
|\
| * Support GROUP BY ROLLUP on MySql/MariaDBFederico Caselli2022-09-091-0/+6
* | Merge "catch exception for system_views also" into mainmike bayer2022-09-161-26/+28
|\ \
| * | catch exception for system_views alsoMike Bayer2022-09-151-26/+28
| |/
* | Use ``;`` instead of ``select 1`` to ping PostgreSQLFederico Caselli2022-09-153-0/+25
|/
* Merge "implement icontains, istartswith, iendswith operators" into mainmike bayer2022-09-081-0/+3
|\
| * implement icontains, istartswith, iendswith operatorsMatias Martinez Rebori2022-09-081-0/+3
* | enable UPDATE..FROM for SQLiteMike Bayer2022-09-071-0/+10
|/
* Fix Azure Synapse connection errorGord Thompson2022-09-021-18/+25
* apply consistent ORM mutable notes for all mutable SQL typesMike Bayer2022-08-302-21/+50
* Merge "integrate connection.terminate() for supporting dialects" into mainmike bayer2022-08-241-0/+7
|\
| * integrate connection.terminate() for supporting dialectsMike Bayer2022-08-241-0/+7
* | Merge "include mssql_clustered dialect_options when reflecting - issue #8288"...mike bayer2022-08-241-2/+21
|\ \ | |/ |/|
| * include mssql_clustered dialect_options when reflecting - issue #8288John Lennox2022-08-231-2/+21
* | Merge "support create/drop events for all CREATE/DROP" into mainmike bayer2022-08-221-7/+13
|\ \ | |/ |/|
| * support create/drop events for all CREATE/DROPMike Bayer2022-08-201-7/+13
* | remove notes re: current pymssql DBAPI featuresMike Bayer2022-08-191-18/+0
* | Merge "JSONPATH type can be used in casts in PostgreSQL" into mainmike bayer2022-08-174-21/+49
|\ \
| * | JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-174-21/+49
| |/
* | Merge "Support comments on MSSQL" into mainmike bayer2022-08-172-25/+155
|\ \ | |/ |/|
| * Support comments on MSSQLDaniel Hall2022-08-102-25/+155
* | Add support for Partitioning and Sample pages on mysqlRamonWill2022-08-111-0/+84
|/
* repair doc warningsMike Bayer2022-08-083-3/+3
* Merge "translate joined inheritance cols in UPDATE/DELETE" into mainmike bayer2022-08-052-0/+4
|\
| * translate joined inheritance cols in UPDATE/DELETEMike Bayer2022-08-052-0/+4
* | credit @zeeeeeb for PG Multirange patchMike Bayer2022-08-051-279/+0
* | implement PG ranges/multiranges agnosticallyMike Bayer2022-08-057-27/+494
* | fixes: #7156 - Adds support for PostgreSQL MultiRange typezeeeeb2022-08-043-0/+72
* | Merge "Fix 'No transaction found' error on Synapse." into mainmike bayer2022-08-042-31/+77
|\ \ | |/ |/|
| * Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-022-31/+77
* | ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-032-2/+11
* | Merge "SQLite reflection ignores schema internal names" into mainmike bayer2022-08-021-17/+77
|\ \
| * | SQLite reflection ignores schema internal namesFederico Caselli2022-08-011-17/+77
| |/
* | repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-013-17/+55
|/
* Update to flake8 5.Federico Caselli2022-07-311-1/+2
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-282-34/+63
* Use FETCH FIRST N ROWS / OFFSET for Oracle LIMIT/OFFSETMike Bayer2022-07-202-34/+71
* implement executemany RETURNING for OracleMike Bayer2022-07-181-13/+29
* Minor cleanupFederico Caselli2022-07-131-5/+0
* document create_engine.isolation_level for PGMike Bayer2022-07-133-7/+18
* document using fetch() with OracleMike Bayer2022-07-071-20/+32
* generalize sql server check for id col to accommodate ORM casesMike Bayer2022-07-061-5/+2
* Merge "Change setinputsizes behavior for mssql+pyodbc" into mainmike bayer2022-06-291-7/+57
|\
| * Change setinputsizes behavior for mssql+pyodbcGord Thompson2022-06-291-7/+57
* | Comments on (named) constraintscheremnov2022-06-293-15/+78
|/
* 8152: add documentation for postgresql dialect time and timestamp typesDaniel Hall2022-06-281-0/+26
* Ensure type lengths are int in oracleFederico Caselli2022-06-261-5/+10
* Merge "Add ability to test using thick mode with oracledb" into mainmike bayer2022-06-212-1/+12
|\
| * Add ability to test using thick mode with oracledbFederico Caselli2022-06-202-1/+12