summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* Add pass through exact pyodbc connection string.Gord Thompson2019-12-181-2/+17
* Add note re: pyodbc keywords in lowercase.Gord Thompson2019-12-181-0/+2
* Improve SQL Server pyodbc documentationMike Bayer2019-10-311-13/+18
* Typo fixAles Dokshanin2019-10-281-1/+1
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-201-2/+2
* Update link for cx_OracleMike Bayer2019-04-051-3/+2
* Feature mysqlclientMike Bayer2019-01-181-10/+12
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-1511-63/+2
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* minor spelling correctionGlyph2018-09-071-1/+1
* Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-37/+42
* Update URL for PyMySQL documentationLogan Rosen2018-06-281-1/+1
* - add a tl;dr to postgresql search_path section as it's longMike Bayer2018-05-061-0/+3
* Only replace first occurrence for COLLATE/ARRAY syntaxMike Bayer2018-03-051-1/+2
* Get MySQL version info from @@versionMike Bayer2018-03-035-38/+24
* Add ssl "operation timed out" message for psycopg2André Cruz2018-02-151-0/+1
* happy new yearMike Bayer2018-01-1254-54/+54
* Add TRUNCATE to postgres autocommit regexpJacob Hayes2017-12-181-1/+1
* Propagate kwargs for mysql concat, matchMike Bayer2017-11-131-7/+7
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-034-43/+43
* Remove deprecation warnings mysql5 7 20Daniel Thorell2017-10-231-1/+8
* Get MariaDB normalized version relative to "MariaDB" tokenMike Bayer2017-10-231-2/+3
* - add a note how to generate pg10 IDENTITY for nowMike Bayer2017-10-091-2/+36
* Take schema name into account when querying sqlite_masterMike Bayer2017-09-291-6/+11
* Support mariadb 10.2Mike Bayer2017-09-292-29/+74
* Repair incorrectly merged mariadb logicMike Bayer2017-09-281-0/+6
* Warn for mariadb 10.2 < 9Mike Bayer2017-09-281-0/+15
* Add full list of pyodbc error codes for MSSQLMike Bayer2017-09-281-0/+10
* Accomodate for multidimensional array in rewriting for COLLATEMike Bayer2017-09-271-2/+4
* use the stack to get the insert statement in on conflictticket_4074_11Mike Bayer2017-09-121-1/+3
* Add InternalError for mysqlclient disconnectMike Bayer2017-09-011-1/+2
* - fix typosMike Bayer2017-08-221-1/+1
* - modernize the mysql connection timeout docsMike Bayer2017-08-221-6/+13
* First level repair for cx_Oracle 6.0 test regressionsMike Bayer2017-08-221-1/+3
* Revert cx_Oracle WITH_UNICODE change under > 5.0Mike Bayer2017-07-281-4/+13
* Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-11/+27
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-3/+9
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-081-1/+1
* Add placeholder XML supportMike Bayer2017-05-261-0/+18
* Remove twophase for cx_Oracle 6.xMike Bayer2017-05-231-35/+21
* Prevent SQL server isolation level from failingMike Bayer2017-05-221-15/+30
* Fix docs syntax errorDenis Kataev2017-05-101-8/+6
* Merge "Use regexp to parse cx_oracle version string" into rel_1_1mike bayer2017-05-091-2/+12
|\
| * Use regexp to parse cx_oracle version stringMike Bayer2017-05-091-2/+12
* | Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-1/+1
|/
* Break the lines to fit pdf and fix another broken syntaxLunarShaddow2017-05-081-8/+10
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-8/+19
* Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-131-3/+0
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-5/+29