summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
* Add note regarding encryption-related pragmasFederico Caselli2021-06-071-0/+5
* Pass URL object, not the string, to on_connect_urlMike Bayer2021-06-061-1/+1
* Clarify connection arg usage for postgresqlGord Thompson2021-06-012-16/+49
* fix typo in"Connecting to databases with access tokens" (#6432)Katsuyuki Sakai2021-05-251-1/+1
* Add SSL connection info for psycopg2 and pg8000Gord Thompson2021-05-232-0/+34
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-5/+0
* Update black flak8 and zimportsFederico Caselli2021-05-122-2/+2
* add ssl_check_hostname option in mysqldbJerry Zhao2021-05-072-3/+68
* don't cache TypeDecorator by defaultMike Bayer2021-05-062-0/+3
* Merge "Support stream_results in the pg8000 dialect"mike bayer2021-05-021-0/+64
|\
| * Support stream_results in the pg8000 dialectTony Locke2021-04-291-0/+64
* | Merge "Use non-subquery form for empty IN"mike bayer2021-04-291-0/+5
|\ \ | |/ |/|
| * Use non-subquery form for empty INMike Bayer2021-04-291-0/+5
* | Merge "Propertly ignore ``Identity`` in MySQL and MariaDb."mike bayer2021-04-293-5/+19
|\ \
| * | Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-283-5/+19
* | | Merge "Use SingletonThreadPool for in-memory SQLite database created using fi...mike bayer2021-04-281-1/+3
|\ \ \
| * | | Use SingletonThreadPool for in-memory SQLiteYongJieYongJie2021-04-281-1/+3
| | |/ | |/|
* | | Add .as_generic() support to mssql BIT columnsGord Thompson2021-04-271-1/+8
|/ /
* | Pass all datetime values to pyodbc for timezone-naive columnMike Bayer2021-04-261-2/+8
|/
* Add DateTime(timezone=True) support to mssqlGord Thompson2021-04-202-8/+24
* Improved datetime documentation for sqliteFederico Caselli2021-04-181-1/+1
* Merge "Don't stringify unnamed column elements when proxying"mike bayer2021-04-172-3/+3
|\
| * Don't stringify unnamed column elements when proxyingMike Bayer2021-04-172-3/+3
* | pass asfrom correctly in compilersMike Bayer2021-04-173-5/+10
|/
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-7/+1
* remove comment (post-production)Mike Bayer2021-04-141-2/+0
* Merge "Support DEFAULT VALUES and VALUES(DEFAULT) individually"mike bayer2021-04-144-0/+17
|\
| * Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-144-0/+17
* | Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-147-0/+11
|/
* mariadb+pymsql -> mariadb+pymysqlMike Bayer2021-04-071-2/+2
* Add pgcode / sqlstate for asyncpg error messageMike Bayer2021-04-051-0/+3
* Merge "Add ``omit_aliases`` in ``Enum``."mike bayer2021-04-022-0/+2
|\
| * Add ``omit_aliases`` in ``Enum``.Federico Caselli2021-04-012-0/+2
* | Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-0134-3/+42
* | Merge "Fix has table reflection on MySQL 5.0 5.1"mike bayer2021-04-011-1/+1
|\ \
| * | Fix has table reflection on MySQL 5.0 5.1Federico Caselli2021-04-011-1/+1
| |/
* | Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-012-7/+11
|/
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-312-32/+22
* Merge "Repair pg8000 disconnect patch"mike bayer2021-03-311-3/+3
|\
| * Repair pg8000 disconnect patchMike Bayer2021-03-311-3/+3
* | Repair PGInspectorMike Bayer2021-03-311-9/+17
|/
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-301-2/+3
* accommodate new pg8000 disconnection exceptionhbusul2021-03-301-0/+7
* Fixed reflection of identity columns in tablesFederico Caselli2021-03-251-4/+3
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-242-67/+108
* Add support for aiosqliteFederico Caselli2021-03-244-9/+376
* Merge "Add documentation for connecting to Azure SQL instances with managed i...mike bayer2021-03-191-8/+69
|\
| * Add documentation for connecting to Azure SQL instances with managed identitiesAlex Lowe2021-03-181-9/+70
* | Rename column name that used a reserved wordFederico Caselli2021-03-171-1/+1
* | fix typoMike Bayer2021-03-171-1/+1