summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Move docs in mysql dbapiFederico Caselli2023-01-122-14/+13
* Merge "include parsed col length field as integer from mysql index reflection...mike bayer2023-01-052-3/+16
|\
| * include parsed col length field as integer from mysql index reflectionMike Bayer2023-01-042-3/+16
* | [asyncpg] Extract rowcount for SELECT statementsMichael Gorven2023-01-041-1/+1
|/
* happy new year 2023Mike Bayer2023-01-0355-55/+55
* dont prefix ssl args with "ssl" in the ssl dictMike Bayer2022-12-271-3/+3
* expand out Index if passed to "constraint"Mike Bayer2022-12-221-1/+1
* Add MACCADDR8 for PGCompilerasimfarooq52022-12-202-0/+14
* check index_list pragma for number of columns returnedMike Bayer2022-12-131-1/+1
* Oracle COLUMN_VALUE is a column name, not a keywordMike Bayer2022-12-071-1/+1
* add spaces, leading underscore to oracle checksMike Bayer2022-12-021-4/+4
* Merge "Fix positional compiling bugs" into rel_1_4mike bayer2022-12-022-20/+15
|\
| * Fix positional compiling bugsFederico Caselli2022-12-012-20/+15
* | [sqlite] Reflect DEFERRABLE and INITIALLY options for foreign keysMichael Gorven2022-11-301-1/+11
|/
* add partial index predicate to SQLiteDialect.get_indexes() resultTobias Pfeiffer2022-11-281-1/+50
* Fix reflection of constraints in attached schemasMichael Gorven2022-11-241-1/+1
* accommodate NULL format_type()Mike Bayer2022-11-161-5/+18
* establish consistency for RETURNING column labelsMike Bayer2022-11-113-3/+8
* Merge "use simple decimal query to detect decimal char" into rel_1_4mike bayer2022-11-021-4/+27
|\
| * use simple decimal query to detect decimal charMike Bayer2022-11-011-4/+27
* | fix event nameMike Bayer2022-11-021-1/+1
|/
* ensure pool.reset event always called for resetMike Bayer2022-10-302-0/+116
* use only object_id() function for temp tablesMike Barry2022-10-281-19/+8
* mssql doc updatesMike Bayer2022-10-281-16/+17
* add Oracle-specific parameter escapes for expanding paramsMike Bayer2022-10-241-0/+36
* test support for has_table()->view; backport to 1.4Mike Bayer2022-10-231-5/+2
* adjust MySQL view reflection for non-standard MySQL variantsJohn Bodley2022-10-032-1/+6
* Document user-defined functions for sqliteGord Thompson2022-09-292-0/+41
* `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-1/+6
* catch exception for system_views alsoMike Bayer2022-09-151-32/+31
* Fix Azure Synapse connection errorGord Thompson2022-09-021-18/+31
* apply consistent ORM mutable notes for all mutable SQL typesMike Bayer2022-08-302-21/+50
* integrate connection.terminate() for supporting dialectsMike Bayer2022-08-231-0/+7
* remove notes re: current pymssql DBAPI featuresMike Bayer2022-08-191-18/+0
* repair doc warningsMike Bayer2022-08-083-3/+3
* Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-022-32/+74
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-16/+52
* Update to flake8 5.Federico Caselli2022-07-311-1/+2
* 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-051-5/+2
* 8152: add documentation for postgresql dialect time and timestamp typesDaniel Hall2022-06-281-0/+26
* Normalize postgresql docs links to point to currentFederico Caselli2022-06-184-8/+13
* migrate labels to new tutorialMike Bayer2022-06-073-4/+4
* Fixed orm not applying fetchFederico Caselli2022-06-041-1/+0
* Handle dead-connection errors for users of python-oracledbChristopher Jones2022-05-311-1/+4
* Use collation in reflection in MSSQLFederico Caselli2022-05-201-2/+4
* Include new MySQL error code 4031 for MySQL disconnect checkvalievkarim2022-05-191-0/+1
* fix most sphinx warningsMike Bayer2022-05-161-1/+1
* render col name in on conflict set clause, not given keyMike Bayer2022-05-152-2/+2