summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add with_for_update mysql new functionalities"mike bayer2020-05-231-2/+29
|\
| * Add with_for_update mysql new functionalitiesRobotScribe2020-05-151-2/+29
* | Merge "Add note re: pymssql not in CI"mike bayer2020-05-231-0/+5
|\ \
| * | Add note re: pymssql not in CIGord Thompson2020-05-161-0/+5
* | | Stop converting mssql datetime.time parameters to datetime.datetimeGord Thompson2020-05-231-1/+5
* | | Add immutabledict C codeMike Bayer2020-05-232-2/+2
* | | SQLite 3.31 added support for computed column.Federico Caselli2020-05-191-14/+67
|/ /
* | Merge "Adjust documentation wording for firebird and sybase"mike bayer2020-05-152-13/+16
|\ \
| * | Adjust documentation wording for firebird and sybaseGord Thompson2020-05-152-13/+16
* | | Merge "Move supports_sane_rowcount_returning = False to dialect level"mike bayer2020-05-151-0/+3
|\ \ \ | |/ / |/| |
| * | Move supports_sane_rowcount_returning = False to dialect levelGord Thompson2020-05-111-0/+3
* | | Load external firebird or sybase dialect if availableGord Thompson2020-05-111-3/+9
|/ /
* | Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-8/+4
|/
* Clarify create_engine encoding; update cx_OracleMike Bayer2020-05-062-47/+77
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-016-10/+10
* Merge "Propose Result as immediate replacement for ResultProxy"mike bayer2020-05-012-25/+10
|\
| * Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-012-25/+10
* | Merge "Enable loading of external Firebird dialect, if available"Gord Thompson2020-05-011-1/+8
|\ \ | |/ |/|
| * Enable loading of external Firebird dialect, if availableGord Thompson2020-04-301-1/+8
* | Deprecate unsupported dialects and dbapiFederico Caselli2020-04-2911-94/+71
|/
* Merge "Fix regression when reflecting tables in MSSQL"mike bayer2020-04-221-12/+29
|\
| * Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-221-12/+29
* | Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
|/
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-204-20/+18
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-204-20/+18
* | Merge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"mike bayer2020-04-205-54/+91
|\ \
| * | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-205-54/+91
| |/
* | Update pymssql information for mssql dialectGord Thompson2020-04-201-5/+18
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-164-38/+52
* Set up absolute references for create_engine and relatedMike Bayer2020-04-1412-51/+66
* Run search and replace of symbolic module namesMike Bayer2020-04-1417-234/+312
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-143-4/+7
* Merge "Evaluate fixes for cx_Oracle 8 API changes"mike bayer2020-04-101-5/+10
|\
| * Evaluate fixes for cx_Oracle 8 API changesMike Bayer2020-04-101-5/+10
* | Remove code deprecated before version 1.1Federico Caselli2020-04-098-212/+47
|/
* Gracefully skip isolation level if no row returnedMike Bayer2020-04-071-1/+8
* Broaden is[not]_distinct_from supportGord Thompson2020-04-024-3/+36
* Correct ambiguous func / class linksMike Bayer2020-03-252-4/+4
* Merge "Implement autocommit isolation level for pysqlite"mike bayer2020-03-242-2/+31
|\
| * Implement autocommit isolation level for pysqliteGord Thompson2020-03-242-2/+31
* | Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-0/+3
|\ \ | |/ |/|
| * Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-232-0/+57
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-2119-107/+130
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-4/+22
* Support inspection of computed columnFederico Caselli2020-03-155-25/+102
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-135-19/+36
* Include schema in all_tab_comments queryMike Bayer2020-03-121-2/+7
* Reflect comments from any table accessible by the current userGord Thompson2020-03-101-1/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-19/+5