summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | disable raiseerr for refresh state loader optionsMike Bayer2021-11-181-1/+2
* | | | Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-1821-226/+290
|\ \ \ \ | |/ / / |/| | |
| * | | fully support isolation_level parameter in base dialectMike Bayer2021-11-1821-226/+290
* | | | Merge "remove "native decimal" warning" into mainmike bayer2021-11-183-20/+38
|\ \ \ \
| * | | | remove "native decimal" warningMike Bayer2021-11-173-20/+38
| | |/ / | |/| |
* | | | Merge "Add new sections regarding schemas and reflection" into mainmike bayer2021-11-183-28/+28
|\ \ \ \
| * | | | Add new sections regarding schemas and reflectionjonathan vanasco2021-11-173-28/+28
| | |/ / | |/| |
* | | | Merge "handle dunder names in @declared_attr separately" into mainmike bayer2021-11-182-1/+19
|\ \ \ \
| * | | | handle dunder names in @declared_attr separatelyMike Bayer2021-11-172-1/+19
| |/ / /
* | | | Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-185-40/+42
|\ \ \ \ | |_|/ / |/| | |
| * | | Deprecate create_engine.implicit_returningjonathan vanasco2021-11-095-40/+42
* | | | Add Non linear CTE supportEric Masseran2021-11-161-29/+155
| |/ / |/| |
* | | pass through docs for 2.0 styleMike Bayer2021-11-112-21/+12
* | | Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-1116-850/+59
|\ \ \
| * | | removals: all unicode encoding / decodingMike Bayer2021-11-1016-850/+59
* | | | qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+6
* | | | Merge "set within_columns_clause=False for all sub-elements of select()" into...mike bayer2021-11-091-0/+3
|\ \ \ \
| * | | | set within_columns_clause=False for all sub-elements of select()Mike Bayer2021-11-091-0/+3
* | | | | Merge "upgrade deferred loader to regular loader if refresh_state" into mainmike bayer2021-11-091-1/+20
|\ \ \ \ \
| * | | | | upgrade deferred loader to regular loader if refresh_stateMike Bayer2021-11-091-1/+20
| | |_|/ / | |/| | |
* | | | | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-094-8/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-094-8/+26
| |/ / /
* | | | Merge "Fixes: #7295" into mainmike bayer2021-11-091-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes: #7295jonathan vanasco2021-11-061-8/+8
* | | | revert mis-commit from aa026c302c6b188a7e28508f9ecb603809b9e03fMike Bayer2021-11-091-2/+0
* | | | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-0913-33/+33
| |/ / |/| |
* | | Merge "fully implement future engine and remove legacy" into mainmike bayer2021-11-0731-1961/+656
|\ \ \
| * | | fully implement future engine and remove legacyMike Bayer2021-11-0731-1961/+656
| |/ /
* | | use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-056-7/+127
|/ /
* | Check for Mapping explicitly in 2.0 paramsMike Bayer2021-11-041-3/+3
* | Update "transaction has already begun" languageMike Bayer2021-11-042-3/+8
* | Merge "simplify and publicize the asyncpg JSON(B) codec registrsation" into mainmike bayer2021-11-041-29/+55
|\ \
| * | simplify and publicize the asyncpg JSON(B) codec registrsationMike Bayer2021-11-031-29/+55
* | | use ExpressionElementRole for case targets in case()Mike Bayer2021-11-031-22/+12
* | | add missing info from groupby documentationFederico Caselli2021-11-031-0/+2
|/ /
* | Revert "Gracefully degrade unsupported types with asyncpg"mike bayer2021-11-031-29/+14
|/
* formatting updatesMike Bayer2021-11-031-2/+3
* Merge "Gracefully degrade unsupported types with asyncpg" into mainmike bayer2021-11-031-14/+29
|\
| * Gracefully degrade unsupported types with asyncpgGord Thompson2021-11-021-14/+29
* | Merge "Fixed issue in visit_on_duplicate_key_update within a composed express...mike bayer2021-11-031-1/+1
|\ \
| * | Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-021-1/+1
| |/
* | map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-023-0/+25
|/
* Merge "ensure soft_close occurs for fetchmany with server side cursor" into mainmike bayer2021-11-022-8/+58
|\
| * ensure soft_close occurs for fetchmany with server side cursorMike Bayer2021-11-022-8/+58
* | Merge "First round of removal of python 2" into mainmike bayer2021-11-0233-631/+81
|\ \ | |/ |/|
| * First round of removal of python 2Federico Caselli2021-11-0133-631/+81
* | use full context manager flow for future.Engine.begin()Mike Bayer2021-11-011-17/+4
|/
* remove case_sensitive create_engine parameterMike Bayer2021-11-013-55/+2
* Merge "Update psycopg2 dialect to use the DBAPI interface to execute two phas...mike bayer2021-11-012-10/+41
|\
| * Update psycopg2 dialect to use the DBAPI interface to executeFederico Caselli2021-10-312-10/+41