summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Merge "test single and double quote inspection scenarios"2020_tutorialmike bayer2020-07-132-20/+20
|\
| * test single and double quote inspection scenariosMike Bayer2020-07-132-20/+20
* | more docs for autocommit isolation levelMike Bayer2020-07-125-4/+17
|/
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-081-29/+37
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-29/+37
* | Document pyodbc built-in poolingMike Bayer2020-07-051-0/+26
|/
* Include DATETIME / DateTime with the MySQL TIMESTAMP examplesMike Bayer2020-06-291-3/+22
* Docuemnt current workarounds for MySQL TIMESTAMPMike Bayer2020-06-291-1/+67
* Merge "ORM executemany returning"mike bayer2020-06-281-7/+17
|\
| * ORM executemany returningMike Bayer2020-06-271-7/+17
* | Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-263-6/+6
|\ \ | |/ |/|
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-253-6/+6
* | Merge "Default psycopg2 executemany mode to "values_only""mike bayer2020-06-261-123/+128
|\ \ | |/ |/|
| * Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-123/+128
* | Use index name to determine if an index is for the PKMike Bayer2020-06-251-14/+15
|/
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-232-9/+14
* Merge "Added reflection method :meth:`.Inspector.get_sequence_names`"mike bayer2020-06-194-33/+89
|\
| * Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-034-33/+89
* | Add 'exists' to SQLite's reserved keywordsThodoris Sotiropoulos2020-06-111-0/+1
* | Merge "Add documentation regarding row constructo in PostgreSQL"mike bayer2020-06-111-1/+45
|\ \
| * | Add documentation regarding row constructo in PostgreSQLFederico Caselli2020-05-251-1/+45
* | | Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+1
| |/ |/|
* | Merge "Support multiple dotted sections in mssql schema names"mike bayer2020-06-011-9/+35
|\ \
| * | Support multiple dotted sections in mssql schema namesMike Bayer2020-06-011-9/+35
* | | Merge "Add support for "real" sequences in mssql"mike bayer2020-06-013-40/+98
|\ \ \
| * | | Add support for "real" sequences in mssqlGord Thompson2020-05-293-40/+98
| |/ /
* | | Fix is_disconnect false positive for mssql+pyodbcGord Thompson2020-06-011-3/+3
|/ /
* | Merge "callcount reductions and refinement for cached queries"mike bayer2020-05-283-38/+23
|\ \
| * | callcount reductions and refinement for cached queriesMike Bayer2020-05-283-38/+23
* | | Merge "SYBASE: Added offset support"mike bayer2020-05-281-13/+8
|\ \ \ | |/ / |/| |
| * | SYBASE: Added offset supportsnowman22020-05-241-13/+8
| |/
* | Convert execution to move through SessionMike Bayer2020-05-252-16/+10
|/
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-1/+1
* 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