summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
| * MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-3/+45
* | Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
|/
* Add pyprojectFederico Caselli2020-01-272-2/+2
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-2610-0/+364
* Query linter optionAlessio Bogon2020-01-222-8/+20
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-2/+3
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-1710-501/+1
* Enable F821Mike Bayer2020-01-041-1/+1
* happy new yearMike Bayer2020-01-0154-54/+54
* Source base cleanupsMike Bayer2020-01-012-10/+10
* Fix DATETIMEOFFSET formatting to preserve fractional seconds.Gord Thompson2019-12-311-2/+2
* De-implement non-working / testing copy_internals from dmlMike Bayer2019-12-291-2/+0
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-2/+2
* Merge remote-tracking branch 'origin/pr/5023'Mike Bayer2019-12-181-8/+28
|\
| * Add pass through exact pyodbc connection string.Gord Thompson2019-12-041-2/+17
| * Add note re: using the MySQL ODBC "ANSI" driver for mysql+pyodbc.Gord Thompson2019-12-031-5/+10
* | Add note re: pyodbc keywords in lowercase.Gord Thompson2019-12-031-0/+2
|/
* Merge "Add DATETIMEOFFSET support for mssql+pyodbc"mike bayer2019-11-301-0/+48
|\
| * Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+48
* | Gracefully degrade for SQLite JSON receiving direct numeric valueMike Bayer2019-11-291-1/+20
* | Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-0/+37
|/
* Base mssql.DATETIMEOFFSET on DateTimeMike Bayer2019-11-131-3/+3
* Merge "Repair Oracle Interval"mike bayer2019-11-121-2/+2
|\
| * Repair Oracle IntervalMike Bayer2019-11-111-2/+2
* | Merge "Detect PyMySQL connection was killed"mike bayer2019-11-111-1/+4
|\ \ | |/ |/|
| * Detect PyMySQL connection was killedMike Bayer2019-11-111-1/+4
* | Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-114-13/+97
|/
* Interpret empty LIMIT, expression LIMIT correctlyMike Bayer2019-11-091-1/+4
* Support for generated columnsCaselIT2019-11-086-6/+74
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-043-13/+7
* Improve SQL Server pyodbc documentationMike Bayer2019-10-311-13/+18
* Merge "Use simple growth scale with any max size for BufferedRowResultProxy"mike bayer2019-10-301-1/+2
|\
| * Use simple growth scale with any max size for BufferedRowResultProxysumau2019-10-301-1/+2
* | Merge remote-tracking branch 'origin/pr/4940'Mike Bayer2019-10-281-1/+1
|\ \ | |/ |/|
| * Typo fixAles Dokshanin2019-10-231-1/+1
* | Use default repr() for quoted_name under python 3Mike Bayer2019-10-242-56/+0
|/
* Implment encoding_errors for cx_oracleMike Bayer2019-10-211-3/+43
* Merge "Ensure SQL Server default schema name not interpreted as dot-separated...mike bayer2019-10-211-1/+3
|\
| * Ensure SQL Server default schema name not interpreted as dot-separated tokensMike Bayer2019-10-171-1/+3
* | Merge "add on_connect to MySQLDialect_pyodbc"mike bayer2019-10-201-0/+24
|\ \
| * | add on_connect to MySQLDialect_pyodbcGord Thompson2019-10-201-0/+24
* | | Merge remote-tracking branch 'origin/pr/4899'Mike Bayer2019-10-201-1/+1
|\ \ \ | |/ / |/| |
| * | fix supports_unicode_statements for mysql+pyodbcGord Thompson2019-10-081-1/+1
* | | Fix pydoc typo in sqlite dialectMatt Livesey2019-10-171-2/+2
| |/ |/|
* | Use cx_Oracle.FIXED_NCHAR for sqltypes.NCHARMike Bayer2019-10-151-1/+8
* | Use separate label generator for column_label naming conventionMike Bayer2019-10-141-3/+3
* | added additional error message to is_disconnect() for Firebird dialectslukens2019-10-111-1/+2
* | Repair Oracle compat version check; dont warn if failedMike Bayer2019-10-091-25/+25
* | Merge "fix error in test_round_trip for TimeTest with mysql+pyodbc"mike bayer2019-10-081-0/+12
|\ \ | |/ |/|
| * fix error in test_round_trip for TimeTest with mysql+pyodbcGord Thompson2019-10-031-0/+12