| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate create_engine.implicit_returning | jonathan vanasco | 2021-11-09 | 5 | -40/+42 |
| * | Merge "fully implement future engine and remove legacy" into main | mike bayer | 2021-11-07 | 31 | -1961/+656 |
| |\ |
|
| | * | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 31 | -1961/+656 |
| * | | use tuple expansion if type._is_tuple, test for Sequence if no type | Mike Bayer | 2021-11-05 | 6 | -7/+127 |
| |/ |
|
| * | Check for Mapping explicitly in 2.0 params | Mike Bayer | 2021-11-04 | 1 | -3/+3 |
| * | Update "transaction has already begun" language | Mike Bayer | 2021-11-04 | 2 | -3/+8 |
| * | Merge "simplify and publicize the asyncpg JSON(B) codec registrsation" into main | mike bayer | 2021-11-04 | 1 | -29/+55 |
| |\ |
|
| | * | simplify and publicize the asyncpg JSON(B) codec registrsation | Mike Bayer | 2021-11-03 | 1 | -29/+55 |
| * | | use ExpressionElementRole for case targets in case() | Mike Bayer | 2021-11-03 | 1 | -22/+12 |
| * | | add missing info from groupby documentation | Federico Caselli | 2021-11-03 | 1 | -0/+2 |
| |/ |
|
| * | Revert "Gracefully degrade unsupported types with asyncpg" | mike bayer | 2021-11-03 | 1 | -29/+14 |
| * | formatting updates | Mike Bayer | 2021-11-03 | 1 | -2/+3 |
| * | Merge "Gracefully degrade unsupported types with asyncpg" into main | mike bayer | 2021-11-03 | 1 | -14/+29 |
| |\ |
|
| | * | Gracefully degrade unsupported types with asyncpg | Gord Thompson | 2021-11-02 | 1 | -14/+29 |
| * | | Merge "Fixed issue in visit_on_duplicate_key_update within a composed express... | mike bayer | 2021-11-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fixed issue in visit_on_duplicate_key_update within a composed expression | Cristian Sabaila | 2021-11-02 | 1 | -1/+1 |
| | |/ |
|
| * | | map Float to asyncpg.FLOAT, test for infinity | Mike Bayer | 2021-11-02 | 3 | -0/+25 |
| |/ |
|
| * | Merge "ensure soft_close occurs for fetchmany with server side cursor" into main | mike bayer | 2021-11-02 | 2 | -8/+58 |
| |\ |
|
| | * | ensure soft_close occurs for fetchmany with server side cursor | Mike Bayer | 2021-11-02 | 2 | -8/+58 |
| * | | Merge "First round of removal of python 2" into main | mike bayer | 2021-11-02 | 33 | -631/+81 |
| |\ \
| |/
|/| |
|
| | * | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 33 | -631/+81 |
| * | | use full context manager flow for future.Engine.begin() | Mike Bayer | 2021-11-01 | 1 | -17/+4 |
| |/ |
|
| * | remove case_sensitive create_engine parameter | Mike Bayer | 2021-11-01 | 3 | -55/+2 |
| * | Merge "Update psycopg2 dialect to use the DBAPI interface to execute two phas... | mike bayer | 2021-11-01 | 2 | -10/+41 |
| |\ |
|
| | * | Update psycopg2 dialect to use the DBAPI interface to execute | Federico Caselli | 2021-10-31 | 2 | -10/+41 |
| * | | Revise "literal parameters" FAQ section | Mike Bayer | 2021-11-01 | 1 | -1/+23 |
| * | | Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ... | mike bayer | 2021-10-31 | 16 | -719/+111 |
| |\ \
| |/
|/| |
|
| | * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 16 | -719/+111 |
| * | | Merge "Remove deprecated dialects and drivers" into main | mike bayer | 2021-10-31 | 26 | -3845/+12 |
| |\ \ |
|
| | * | | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 26 | -3845/+12 |
| * | | | The ``has_table`` method now also checks views | Federico Caselli | 2021-10-31 | 5 | -7/+54 |
| | |/
|/| |
|
| * | | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 3 | -156/+36 |
| * | | initial 2.0 setup | Mike Bayer | 2021-10-30 | 1 | -1/+1 |
| |/ |
|
| * | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 4 | -27/+30 |
| * | Merge "warnings: session.autocommit, subtransactions" into main | mike bayer | 2021-10-29 | 2 | -2/+5 |
| |\ |
|
| | * | warnings: session.autocommit, subtransactions | Mike Bayer | 2021-10-29 | 2 | -2/+5 |
| * | | clarify order_by(None) for Core; improve wording | Mike Bayer | 2021-10-29 | 2 | -4/+19 |
| * | | warnings: with_polymorphic() | Mike Bayer | 2021-10-29 | 2 | -5/+8 |
| |/ |
|
| * | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 2 | -4/+8 |
| |\ |
|
| | * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 2 | -4/+8 |
| * | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 2 | -3/+0 |
| * | | Merge "Improve array support on pg8000" into main | mike bayer | 2021-10-28 | 3 | -2/+11 |
| |\ \
| |/
|/| |
|
| | * | Improve array support on pg8000 | Federico Caselli | 2021-10-27 | 3 | -2/+11 |
| * | | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 5 | -9/+21 |
| |\ \ |
|
| | * | | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 5 | -9/+21 |
| * | | | Merge "consider "inspect(_of_type)" to be the entity of a comparator" into main | mike bayer | 2021-10-27 | 2 | -2/+11 |
| |\ \ \ |
|
| | * | | | consider "inspect(_of_type)" to be the entity of a comparator | Mike Bayer | 2021-10-27 | 2 | -2/+11 |
| | |/ / |
|
| * | | | Merge "Fixes: #5020" into main | mike bayer | 2021-10-27 | 1 | -7/+68 |
| |\ \ \ |
|
| | * | | | Fixes: #5020 | jonathan vanasco | 2021-10-27 | 1 | -7/+68 |
| * | | | | Merge "Fixes: #4100" into main | mike bayer | 2021-10-27 | 1 | -0/+9 |
| |\ \ \ \
| |/ / /
|/| | | |
|