| 2021-11-18 |  mike bayer | Merge "handle dunder names in @declared_attr separately... | commit | commitdiff | tree | snapshot | 
| 2021-11-18 |  mike bayer | Merge "Deprecate create_engine.implicit_returning"... | commit | commitdiff | tree | snapshot | 
| 2021-11-17 |  Mike Bayer | handle dunder names in @declared_attr separately | commit | commitdiff | tree | snapshot | 
| 2021-11-16 |  Eric Masseran | Add Non linear CTE support | commit | commitdiff | tree | snapshot | 
| 2021-11-11 |  Mike Bayer | pass through docs for 2.0 style | commit | commitdiff | tree | snapshot | 
| 2021-11-11 |  Mike Bayer | cherry-pick changelog update for 1.4.28 | commit | commitdiff | tree | snapshot | 
| 2021-11-11 |  Mike Bayer | cherry-pick changelog from 1.4.27 | commit | commitdiff | tree | snapshot | 
| 2021-11-11 |  mike bayer | Merge "removals: all unicode encoding / decoding" into... | commit | commitdiff | tree | snapshot | 
| 2021-11-10 |  Mike Bayer | removals: all unicode encoding / decoding | commit | commitdiff | tree | snapshot | 
| 2021-11-10 |  Mike Bayer | qualify asyncpg API tests for python 3.8 | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  mike bayer | Merge "set within_columns_clause=False for all sub... | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  mike bayer | Merge "upgrade deferred loader to regular loader if... | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  mike bayer | Merge "change the POSTCOMPILE/ SCHEMA symbols to not... | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  mike bayer | Merge "Fixes: #7295" into main | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  Mike Bayer | change the POSTCOMPILE/ SCHEMA symbols to not conflict... | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  Mike Bayer | set within_columns_clause=False for all sub-elements... | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  Mike Bayer | revert mis-commit from aa026c302c6b188a7e28508f9ecb6038... | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  Mike Bayer | upgrade deferred loader to regular loader if refresh_state | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  jonathan vanasco | Deprecate create_engine.implicit_returning | commit | commitdiff | tree | snapshot | 
| 2021-11-09 |  Gord Thompson | De-emphasize notion of "default driver" (DBAPI) | commit | commitdiff | tree | snapshot | 
| 2021-11-08 |  Mike Bayer | connection doc updates for future | commit | commitdiff | tree | snapshot | 
| 2021-11-07 |  mike bayer | Merge "fully implement future engine and remove legacy... | commit | commitdiff | tree | snapshot | 
| 2021-11-07 |  Mike Bayer | fully implement future engine and remove legacy | commit | commitdiff | tree | snapshot | 
| 2021-11-06 |  jonathan vanasco | Fixes: #7295 | commit | commitdiff | tree | snapshot | 
| 2021-11-05 |  mike bayer | Merge "use tuple expansion if type._is_tuple, test... | commit | commitdiff | tree | snapshot | 
| 2021-11-05 |  Mike Bayer | use tuple expansion if type._is_tuple, test for Sequenc... | commit | commitdiff | tree | snapshot | 
| 2021-11-05 |  Federico Caselli | fix typo in changelog. | commit | commitdiff | tree | snapshot | 
| 2021-11-04 |  Mike Bayer | Check for Mapping explicitly in 2.0 params | commit | commitdiff | tree | snapshot | 
| 2021-11-04 |  Mike Bayer | Update "transaction has already begun" language | commit | commitdiff | tree | snapshot | 
| 2021-11-04 |  mike bayer | Merge "simplify and publicize the asyncpg JSON(B) codec... | commit | commitdiff | tree | snapshot | 
| 2021-11-04 |  Mike Bayer | simplify and publicize the asyncpg JSON(B) codec regist... | commit | commitdiff | tree | snapshot | 
| 2021-11-04 |  Mike Bayer | use ExpressionElementRole for case targets in case() | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  Federico Caselli | add missing info from groupby documentation | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  mike bayer | Revert "Gracefully degrade unsupported types with asyncpg" | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  Mike Bayer | formatting updates | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  mike bayer | Merge "Gracefully degrade unsupported types with asyncp... | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  mike bayer | Merge "Fixed issue in visit_on_duplicate_key_update... | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  Cristian Sabaila | Fixed issue in visit_on_duplicate_key_update within... | commit | commitdiff | tree | snapshot | 
| 2021-11-03 |  Mike Bayer | map Float to asyncpg.FLOAT, test for infinity | commit | commitdiff | tree | snapshot | 
| 2021-11-02 |  Gord Thompson | Gracefully degrade unsupported types with asyncpg | commit | commitdiff | tree | snapshot | 
| 2021-11-02 |  mike bayer | Merge "ensure soft_close occurs for fetchmany with... | commit | commitdiff | tree | snapshot | 
| 2021-11-02 |  mike bayer | Merge "First round of removal of python 2" into main | commit | commitdiff | tree | snapshot | 
| 2021-11-02 |  Mike Bayer | ensure soft_close occurs for fetchmany with server... | commit | commitdiff | tree | snapshot | 
| 2021-11-02 |  jonathan vanasco | Fixes: #7278 | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  Mike Bayer | use full context manager flow for future.Engine.begin() | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  Federico Caselli | First round of removal of python 2 | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  mike bayer | Merge "remove case_sensitive create_engine parameter... | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  Mike Bayer | remove case_sensitive create_engine parameter | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  Mike Bayer | de-link LegacyRow, LegacyCursorResult | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  mike bayer | Merge "Update psycopg2 dialect to use the DBAPI interfa... | commit | commitdiff | tree | snapshot | 
| 2021-11-01 |  Mike Bayer | Revise "literal parameters" FAQ section | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  mike bayer | Merge "2.0 removals: LegacyRow, connectionless executio... | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  Mike Bayer | 2.0 removals: LegacyRow, connectionless execution,... | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  Federico Caselli | Update psycopg2 dialect to use the DBAPI interface... | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  mike bayer | Merge "Remove deprecated dialects and drivers" into... | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  Federico Caselli | Remove deprecated dialects and drivers | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  Federico Caselli | The ``has_table`` method now also checks views | commit | commitdiff | tree | snapshot | 
| 2021-10-31 |  Mike Bayer | remove ORM autocommit and public-facing subtransactions... | commit | commitdiff | tree | snapshot | 
| 2021-10-30 |  mike bayer | Merge "initial 2.0 setup" into main | commit | commitdiff | tree | snapshot | 
| 2021-10-30 |  Federico Caselli | remove python2 from workflows | commit | commitdiff | tree | snapshot | 
| 2021-10-30 |  Mike Bayer | initial 2.0 setup | commit | commitdiff | tree | snapshot | 
| 2021-10-30 |  Mike Bayer | warnings removal, merge_result | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  mike bayer | Merge "warnings: session.autocommit, subtransactions... | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  Mike Bayer | clarify order_by(None) for Core; improve wording | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  Mike Bayer | warnings: session.autocommit, subtransactions | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  Mike Bayer | warnings: with_polymorphic() | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  mike bayer | Merge "Modernize tests - session_query_get" into main | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  Gord Thompson | Modernize tests - session_query_get | commit | commitdiff | tree | snapshot | 
| 2021-10-29 |  Mike Bayer | warnings: cascade_backrefs | commit | commitdiff | tree | snapshot | 
| 2021-10-28 |  mike bayer | Merge "Improve array support on pg8000" into main | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  Federico Caselli | Improve array support on pg8000 | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  mike bayer | Merge "deprecation warnings: with_parent, aliased,... | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  mike bayer | Merge "consider "inspect(_of_type)" to be the entity... | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  Mike Bayer | deprecation warnings: with_parent, aliased, from_joinpoint | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  mike bayer | Merge "Fixes: #5020" into main | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  Mike Bayer | consider "inspect(_of_type)" to be the entity of a... | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  mike bayer | Merge "Fixes: #4100" into main | commit | commitdiff | tree | snapshot | 
| 2021-10-27 |  jonathan vanasco | Fixes: #5020 | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  mike bayer | Merge "add additional "oracle mode" reserved words... | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  Mike Bayer | add additional "oracle mode" reserved words | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  mike bayer | Merge "Remove depractions:" into main | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  Federico Caselli | Remove depractions: | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  Mike Bayer | dont pull filter_by from from_obj, entity is hopefully... | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  jonathan vanasco | Fixes: #4100 | commit | commitdiff | tree | snapshot | 
| 2021-10-26 |  Mike Bayer | add sections for ORM use with UNION | commit | commitdiff | tree | snapshot | 
| 2021-10-25 |  Mike Bayer | warnings: select_entity_from() | commit | commitdiff | tree | snapshot | 
| 2021-10-25 |  Mike Bayer | deprecation warnings: strings in loader options, join... | commit | commitdiff | tree | snapshot | 
| 2021-10-24 |  Mike Bayer | add full docs/notes for all TypeEngine/TypeDecorator... | commit | commitdiff | tree | snapshot | 
| 2021-10-22 |  mike bayer | Merge "use correct entity in path for aliased class... | commit | commitdiff | tree | snapshot | 
| 2021-10-22 |  Mike Bayer | use correct entity in path for aliased class relationship | commit | commitdiff | tree | snapshot | 
| 2021-10-20 |  Gord Thompson | Apply minor update to async_orm example | commit | commitdiff | tree | snapshot | 
| 2021-10-20 |  Federico Caselli | Fix wheels generation for python 3.10+ | commit | commitdiff | tree | snapshot | 
| 2021-10-20 |  mike bayer | Merge "fix: Update reserved words list of MySQL / Maria... | commit | commitdiff | tree | snapshot | 
| 2021-10-20 |  Kevin Kirsche | fix: Update reserved words list of MySQL / MariaDB... | commit | commitdiff | tree | snapshot | 
| 2021-10-20 |  mike bayer | Merge "Add missing deprecation to ``MetaData.bind`... | commit | commitdiff | tree | snapshot | 
| 2021-10-20 |  Mike Bayer | remove _resolve_label and related attributes | commit | commitdiff | tree | snapshot | 
| 2021-10-19 |  Mike Bayer | Version 1.4.27 placeholder | commit | commitdiff | tree | snapshot | 
| 2021-10-19 |  Mike Bayer | - 1.4.26  rel_1_4_26 | commit | commitdiff | tree | snapshot | 
| 2021-10-19 |  Mike Bayer | typo fix | commit | commitdiff | tree | snapshot | 
| 2021-10-19 |  Mike Bayer | revise _get_crud_kv_pairs from 18b4a3437 | commit | commitdiff | tree | snapshot | 
| next |