summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
* Replace all http:// links to https://Federico Caselli2021-07-0453-131/+131
* Modernize testsGord Thompson2021-07-031-3/+4
* Merge "Update link for mysql case sensitivity"mike bayer2021-07-031-1/+1
|\
| * Update link for mysql case sensitivityGord Thompson2021-07-031-1/+1
* | apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-1/+3
* | Don't require space after MySQL pk commentDaniƫl van Eeden2021-06-281-1/+1
|/
* turn pg provision error into a warningMike Bayer2021-06-261-5/+7
* Merge "apply render_schema_translates to identity insert directives"mike bayer2021-06-231-2/+10
|\
| * apply render_schema_translates to identity insert directivesMike Bayer2021-06-211-2/+10
* | Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-222-0/+6
* | Improve regexp used by pymssql to parse db versionFederico Caselli2021-06-211-1/+1
* | Implement MySQL-specific MATCHAnton Kovalevich2021-06-213-4/+202
|/
* Merge "set autocommit for psycopg2 pre-ping"mike bayer2021-06-151-0/+19
|\
| * set autocommit for psycopg2 pre-pingMike Bayer2021-06-111-0/+19
* | pg 13 is in CIMike Bayer2021-06-151-1/+1
* | document missing ColumnCollection methodsMike Bayer2021-06-133-0/+33
|/
* 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