summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Update psycopg2 dialect to use the DBAPI interface to executeFederico Caselli2021-10-312-10/+41
* Merge "Remove deprecated dialects and drivers" into mainmike bayer2021-10-3118-3597/+5
|\
| * Remove deprecated dialects and driversFederico Caselli2021-10-3118-3597/+5
* | The ``has_table`` method now also checks viewsFederico Caselli2021-10-312-4/+14
|/
* Merge "Improve array support on pg8000" into mainmike bayer2021-10-282-1/+9
|\
| * Improve array support on pg8000Federico Caselli2021-10-272-1/+9
* | Fixes: #5020jonathan vanasco2021-10-271-7/+68
* | add additional "oracle mode" reserved wordsMike Bayer2021-10-261-3/+19
|/
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-205-308/+563
* re-enable asnycmy >= 0.2.3; disable aiomysql totallyMike Bayer2021-10-151-3/+6
* Merge "support bind expressions w/ expanding IN; apply to psycopg2" into mainmike bayer2021-10-153-21/+24
|\
| * support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-153-21/+24
* | Fix reflection of FK against a unique indexGord Thompson2021-10-141-24/+135
|/
* Fix has_table() false negative for #temp tablesGord Thompson2021-10-121-8/+12
* Merge "Add autocommit documentation for Azure SQL DW"mike bayer2021-10-061-3/+42
|\
| * Add autocommit documentation for Azure SQL DWGord Thompson2021-09-281-3/+42
* | Merge "Bugfix: MySQL expression: may be bindparam or other expression"mike bayer2021-10-051-1/+1
|\ \
| * | Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-1/+1
* | | Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-1/+2
|/ /
* | repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-14/+4
* | Merge "Fixes: #3160"mike bayer2021-10-011-6/+25
|\ \
| * | Fixes: #3160jonathan vanasco2021-09-281-6/+25
| |/
* | organize datetime types for correct implsMike Bayer2021-10-012-3/+18
* | correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-0/+2
* | Fixes: #2937jonathan vanasco2021-09-281-1/+35
|/
* Merge "pin asyncmy>=0.2.0 and remove cursor close workarounds"mike bayer2021-09-181-18/+4
|\
| * pin asyncmy>=0.2.0 and remove cursor close workaroundsMike Bayer2021-09-181-18/+4
* | Surface driver connection object when using a proxied dialectFederico Caselli2021-09-179-19/+35
|/
* vendor asynccontextmanagerMike Bayer2021-09-171-3/+2
* Add `asyncmy` supportlong2ice2021-09-174-10/+350
* Merge "Fixes: #5289"mike bayer2021-09-151-1/+2
|\
| * Fixes: #5289jonathan vanasco2021-09-081-1/+2
* | Merge "Fixes: #6930"mike bayer2021-09-154-0/+12
|\ \
| * | Fixes: #6930jonathan vanasco2021-09-084-0/+12
| |/
* | Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-113-3/+3
* | ignore and warn for native_enum=False with pg.ENUM datatypeMike Bayer2021-09-101-0/+8
* | Fix typo (#6994)Yutian Li2021-09-081-1/+1
* | ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-302-2/+14
* | Merge "Qualify server version call in PostgreSQL"mike bayer2021-08-251-1/+1
|\ \ | |/ |/|
| * Qualify server version call in PostgreSQLarredond2021-08-241-1/+1
* | Fix has_table() to exclude other sessions' local temp tablesGord Thompson2021-08-231-3/+17
|/
* CAST Oracle table_name, owner, others to VARCHAR(128)Mike Bayer2021-08-181-11/+17
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-3/+3
* cx_oracle patchesMike Bayer2021-07-291-18/+99
* Merge "Extract format_constraint truncation rules to ON CONFLICT"mike bayer2021-07-131-2/+10
|\
| * Extract format_constraint truncation rules to ON CONFLICTMike Bayer2021-07-131-2/+10
* | Merge "labeling refactor"mike bayer2021-07-133-6/+4
|\ \
| * | labeling refactorMike Bayer2021-07-123-6/+4
| |/
* | Correct docs: pg8000 supports PostgreSQL UUIDTony Locke2021-07-121-2/+3
* | repair schema_translate_map for schema type use casesMike Bayer2021-07-111-3/+1
|/