summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-2/+8
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-263-7/+7
* Result initial introductionMike Bayer2020-02-216-97/+100
* Deprecate connection branchingMike Bayer2020-02-211-3/+0
* Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-191-1/+2
|\
| * Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-171-1/+2
* | Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM"mike bayer2020-02-171-3/+8
|\ \
| * | Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-171-3/+8
| |/
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-172-4/+4
|\ \ | |/ |/|
| * Create initial future package, RemovedIn20WarningMike Bayer2020-02-122-4/+4
* | Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-8/+21
* | Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-4/+15
* | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-085-27/+42
|/
* Merge "MSSQL 2014 OFFSET/FETCH syntax support"mike bayer2020-02-071-3/+45
|\
| * 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
|/