]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-11-19  Jaen Saulfix(mypy): Placeholder vars should have fullname set. 7348/head
2021-11-18  mike bayerMerge "disable raiseerr for refresh state loader option...
2021-11-18  Mike Bayeruse typing.Dict
2021-11-18  Mike Bayerdisable raiseerr for refresh state loader options
2021-11-18  mike bayerMerge "Add new sections regarding schemas and reflectio...
2021-11-17  Mike Bayerhandle dunder names in @declared_attr separately
2021-11-17  jonathan vanascoAdd new sections regarding schemas and reflection
2021-11-16  Eric MasseranAdd Non linear CTE support
2021-11-11  Mike BayerVersion 1.4.28 placeholder
2021-11-11  Mike Bayer- 1.4.27 rel_1_4_27
2021-11-10  Mike Bayerqualify asyncpg API tests for python 3.8
2021-11-09  mike bayerMerge "set within_columns_clause=False for all sub...
2021-11-09  mike bayerMerge "upgrade deferred loader to regular loader if...
2021-11-09  mike bayerMerge "change the POSTCOMPILE/ SCHEMA symbols to not...
2021-11-09  Mike Bayerchange the POSTCOMPILE/ SCHEMA symbols to not conflict...
2021-11-09  Mike Bayerset within_columns_clause=False for all sub-elements...
2021-11-09  Mike Bayerupgrade deferred loader to regular loader if refresh_state
2021-11-08  jonathan vanascoFixes: #7295
2021-11-05  Mike Bayeruse tuple expansion if type._is_tuple, test for Sequenc...
2021-11-05  Federico Casellifix typo in changelog.
2021-11-04  Mike BayerCheck for Mapping explicitly in 2.0 params
2021-11-04  Mike BayerUpdate "transaction has already begun" language
2021-11-04  mike bayerMerge "simplify and publicize the asyncpg JSON(B) codec...
2021-11-04  Mike Bayersimplify and publicize the asyncpg JSON(B) codec regist...
2021-11-04  Mike Bayeruse ExpressionElementRole for case targets in case()
2021-11-03  Federico Caselliadd missing info from groupby documentation
2021-11-03  mike bayerRevert "Gracefully degrade unsupported types with asyncpg"
2021-11-03  Mike Bayerformatting updates
2021-11-03  mike bayerMerge "Gracefully degrade unsupported types with asyncp...
2021-11-03  mike bayerMerge "Fixed issue in visit_on_duplicate_key_update...
2021-11-03  Gord ThompsonGracefully degrade unsupported types with asyncpg
2021-11-03  Cristian SabailaFixed issue in visit_on_duplicate_key_update within...
2021-11-03  Mike Bayermap Float to asyncpg.FLOAT, test for infinity
2021-11-02  Mike Bayerensure soft_close occurs for fetchmany with server...
2021-11-01  Mike Bayeruse full context manager flow for future.Engine.begin()
2021-11-01  Mike BayerRevise "literal parameters" FAQ section
2021-10-30  Mike Bayerinit rel_1_4 branch
2021-10-30  Mike Bayerwarnings removal, merge_result
2021-10-29  mike bayerMerge "warnings: session.autocommit, subtransactions...
2021-10-29  Mike Bayerclarify order_by(None) for Core; improve wording
2021-10-29  Mike Bayerwarnings: session.autocommit, subtransactions
2021-10-29  Mike Bayerwarnings: with_polymorphic()
2021-10-29  mike bayerMerge "Modernize tests - session_query_get" into main
2021-10-29  Gord ThompsonModernize tests - session_query_get
2021-10-29  Mike Bayerwarnings: cascade_backrefs
2021-10-28  mike bayerMerge "Improve array support on pg8000" into main
2021-10-27  Federico CaselliImprove array support on pg8000
2021-10-27  mike bayerMerge "deprecation warnings: with_parent, aliased,...
2021-10-27  mike bayerMerge "consider "inspect(_of_type)" to be the entity...
2021-10-27  Mike Bayerdeprecation warnings: with_parent, aliased, from_joinpoint
2021-10-27  mike bayerMerge "Fixes: #5020" into main
2021-10-27  Mike Bayerconsider "inspect(_of_type)" to be the entity of a...
2021-10-27  mike bayerMerge "Fixes: #4100" into main
2021-10-27  jonathan vanascoFixes: #5020
2021-10-26  mike bayerMerge "add additional "oracle mode" reserved words...
2021-10-26  Mike Bayeradd additional "oracle mode" reserved words
2021-10-26  mike bayerMerge "Remove depractions:" into main
2021-10-26  Federico CaselliRemove depractions:
2021-10-26  Mike Bayerdont pull filter_by from from_obj, entity is hopefully...
2021-10-26  jonathan vanascoFixes: #4100
2021-10-26  Mike Bayeradd sections for ORM use with UNION
2021-10-25  Mike Bayerwarnings: select_entity_from()
2021-10-25  Mike Bayerdeprecation warnings: strings in loader options, join...
2021-10-24  Mike Bayeradd full docs/notes for all TypeEngine/TypeDecorator...
2021-10-22  mike bayerMerge "use correct entity in path for aliased class...
2021-10-22  Mike Bayeruse correct entity in path for aliased class relationship
2021-10-20  Gord ThompsonApply minor update to async_orm example
2021-10-20  Federico CaselliFix wheels generation for python 3.10+
2021-10-20  mike bayerMerge "fix: Update reserved words list of MySQL / Maria...
2021-10-20  Kevin Kirschefix: Update reserved words list of MySQL / MariaDB...
2021-10-20  mike bayerMerge "Add missing deprecation to ``MetaData.bind`...
2021-10-20  Mike Bayerremove _resolve_label and related attributes
2021-10-19  Mike BayerVersion 1.4.27 placeholder
2021-10-19  Mike Bayer- 1.4.26 rel_1_4_26
2021-10-19  Mike Bayertypo fix
2021-10-19  Mike Bayerrevise _get_crud_kv_pairs from 18b4a3437
2021-10-19  Mike Bayerprocess bulk_update_tuples before cache key or compilation
2021-10-19  Mike Bayerchangelog updates
2021-10-18  mike bayerMerge "use coercions for label element, ensure propagat...
2021-10-18  mike bayerMerge "Modernize tests - query_from_self" into main
2021-10-18  mike bayerMerge "vendor asynccontextmanager outside of greenlet...
2021-10-18  Mike Bayeruse coercions for label element, ensure propagate_attrs
2021-10-18  Federico CaselliAdd missing deprecation to ``MetaData.bind`` argument
2021-10-18  Kevin MarrAdd Firebolt to table of external dialects (#7206)
2021-10-18  Mike Bayervendor asynccontextmanager outside of greenlet dependency
2021-10-18  Federico CaselliDocument dynamic for asyncio
2021-10-17  Gord ThompsonModernize tests - query_from_self
2021-10-17  mike bayerMerge "re-enable asnycmy >= 0.2.3; disable aiomysql...
2021-10-16  Sergey GolitsynskiyAdd missing note: bind arg will be required in 2.0...
2021-10-15  mike bayerMerge "fix with_loader_criteria for select(A).join...
2021-10-15  Mike Bayerre-enable asnycmy >= 0.2.3; disable aiomysql totally
2021-10-15  Mike Bayerfix with_loader_criteria for select(A).join(B)
2021-10-15  mike bayerMerge "support bind expressions w/ expanding IN; apply...
2021-10-15  mike bayerMerge "Fix reflection of FK against a unique index...
2021-10-15  Mike Bayerrepair fetch after session close for mssql+pyodbc
2021-10-15  Mike Bayersupport bind expressions w/ expanding IN; apply to...
2021-10-14  Gord ThompsonFix reflection of FK against a unique index
2021-10-14  Mike Bayerclarify that with_loader_criteria does not affect conta...
2021-10-14  Mike Bayertemporarily disable asyncmy from testing
2021-10-14  mike bayerMerge "Reflect table can reflect table with no columns...
next