]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-04-21  NickKushFixed deprecated imports in orm/extensions docs 6341/head
2021-04-21  Mike BayerLimit dc field logic to only fields that are definitely dc
2021-04-21  Mike BayerVersion 1.4.11 placeholder
2021-04-21  Mike Bayer- 1.4.10 rel_1_4_10
2021-04-21  Mike Bayerfix changelog entry
2021-04-20  Mike BayerPropagate compiler kw for visit_values to parameters
2021-04-20  mike bayerMerge "Allow immediateload to use_get for recursive...
2021-04-20  mike bayerMerge "Add DateTime(timezone=True) support to mssql"
2021-04-20  mike bayerMerge "Re-infer statements that got more specific on...
2021-04-20  Mike BayerAllow immediateload to use_get for recursive call
2021-04-20  Gord ThompsonAdd DateTime(timezone=True) support to mssql
2021-04-20  Mike BayerRe-infer statements that got more specific on subsequen...
2021-04-20  mike bayerMerge "Derive `next_value.type` from `Sequence.data_typ...
2021-04-20  Mike BayerNarrow refresh populate_existing to just refresh_state
2021-04-19  Mike Bayeradd some cross-linking for orderby/groupby docs + label...
2021-04-19  mike bayerMerge "Bypass declared_attr w/ a custom wrapper for...
2021-04-19  mike bayerMerge "Fixed ``scalar_one`` usage after ``unique``."
2021-04-19  Mike BayerBypass declared_attr w/ a custom wrapper for lambda...
2021-04-18  Bryan ForbesDerive `next_value.type` from `Sequence.data_type`...
2021-04-18  Federico CaselliImproved datetime documentation for sqlite
2021-04-17  mike bayerMerge "Fixed ``instrument_declarative`` registry call."
2021-04-17  mike bayerMerge "Don't stringify unnamed column elements when...
2021-04-17  Federico CaselliFixed ``scalar_one`` usage after ``unique``.
2021-04-17  Federico CaselliFixed ``instrument_declarative`` registry call.
2021-04-17  Mike BayerVersion 1.4.10 placeholder
2021-04-17  Mike Bayer- 1.4.9 rel_1_4_9
2021-04-17  mike bayerMerge "pass asfrom correctly in compilers"
2021-04-17  mike bayerMerge "Uniquify FROMs when traversing through select"
2021-04-17  Mike Bayerfix category
2021-04-17  Mike BayerDon't stringify unnamed column elements when proxying
2021-04-17  Mike Bayerpass asfrom correctly in compilers
2021-04-17  Mike BayerUniquify FROMs when traversing through select
2021-04-16  Federico CaselliFit literal compile of empty in on a tuple
2021-04-16  Mike Bayersynonym fixes and enhancements
2021-04-15  Mike BayerVersion 1.4.9 placeholder
2021-04-15  Mike Bayer- 1.4.8 rel_1_4_8
2021-04-15  mike bayerMerge "test fixes from non-gerrit builds"
2021-04-15  mike bayerMerge "Fix with_expression() cache leak; don't adapt...
2021-04-15  Mike Bayertest fixes from non-gerrit builds
2021-04-15  mike bayerMerge "Fix as_declarative mypy test"
2021-04-14  Mike BayerFix with_expression() cache leak; don't adapt singletons
2021-04-14  Bryan ForbesFix as_declarative mypy test
2021-04-14  Mike Bayerdon't base compilation off the int value of offset...
2021-04-14  Mike Bayerremove comment (post-production)
2021-04-14  mike bayerMerge "Support DEFAULT VALUES and VALUES(DEFAULT) indiv...
2021-04-14  Mike BayerSupport DEFAULT VALUES and VALUES(DEFAULT) individually
2021-04-14  Mike BayerExplicitly test for Connection in dialect.has_table()
2021-04-13  Bryan ForbesFix OrderingList handling
2021-04-13  mike bayerMerge "Update mypy plugin to conform to strict mode"
2021-04-13  Mike BayerDisable raiseload in immediateload strategy
2021-04-12  Bryan ForbesUpdate mypy plugin to conform to strict mode
2021-04-12  mike bayerMerge "Fix typo that prevented setting the ``bind`...
2021-04-12  mike bayerMerge "Update mypy plugin to only use public plugin...
2021-04-12  mike bayerMerge "Ensure bindparam key escaping applied in all...
2021-04-12  mike bayerMerge "Fix supports_schemas entry in changelog_14.rst"
2021-04-12  Mike BayerEnsure bindparam key escaping applied in all cases
2021-04-12  Mark BellFixed typo in docstring 6246/head
2021-04-11  Mike BayerReturn Row for CursorResult.inserted_primary_key
2021-04-11  Gord ThompsonFix supports_schemas entry in changelog_14.rst
2021-04-11  Mike BayerDocument AsyncSession.refresh() w/ refresh-expire casca...
2021-04-11  Mike BayerClarify select_from(A).join(B.a)
2021-04-10  Mike Bayerupdate .Unicode documentation
2021-04-10  Federico CaselliFix typo that prevented setting the ``bind``
2021-04-09  Stephen RosenFix trivial typo in README.unittests 6237/head
2021-04-09  Federico CaselliFix error in documentation of DDLElement
2021-04-09  Bryan ForbesUpdate mypy plugin to only use public plugin API
2021-04-09  Mike BayerVersion 1.4.8 placeholder
2021-04-09  Mike Bayer- 1.4.7 rel_1_4_7
2021-04-09  Mike Bayeradd changelog for supports_schema
2021-04-09  mike bayerMerge "Dont return outer transaction for _subtrans...
2021-04-09  Mike Bayerclose session for loading test
2021-04-09  mike bayerMerge "Apply recursive check to immediateloader and...
2021-04-09  Mike BayerDont return outer transaction for _subtrans flag
2021-04-09  Mike BayerApply recursive check to immediateloader and generalize
2021-04-09  Gord ThompsonMake schema support explicit
2021-04-09  Mike Bayerdocument scalar_subquery() with column_property()
2021-04-08  mike bayerMerge "Fix LegacyRow/Row index access"
2021-04-08  Mike BayerFix LegacyRow/Row index access
2021-04-08  mike bayerMerge "Support `TypeDecorator` subclasses in `Column...
2021-04-08  Mike BayerAdd migration note about Query.statement
2021-04-08  Bryan ForbesSupport `TypeDecorator` subclasses in `Column()` declar...
2021-04-08  mike bayerMerge "Update run_callable depr warn to suggest .begin()"
2021-04-08  mike bayerMerge "Infer types in BindParameter when expanding...
2021-04-08  Gord ThompsonUpdate run_callable depr warn to suggest .begin()
2021-04-08  Mike BayerInfer types in BindParameter when expanding=True
2021-04-08  Mike BayerFAQ for render_postcompile
2021-04-08  mike bayerMerge "convert subqueryload paths for multilevel"
2021-04-08  Mike Bayerconvert subqueryload paths for multilevel
2021-04-07  mike bayerMerge "support multivalues insert on strsqlcompiler"
2021-04-07  Mike Bayersupport multivalues insert on strsqlcompiler
2021-04-07  mike bayerMerge "Expand reg for schema translate map for most...
2021-04-07  mike bayerMerge "Add test support for merge_frozen_result"
2021-04-07  mike bayerMerge "Check for hybrid's attribute name and support...
2021-04-07  Mike Bayermariadb+pymsql -> mariadb+pymysql
2021-04-07  Mike BayerExpand reg for schema translate map for most special...
2021-04-07  Mike BayerAdd test support for merge_frozen_result
2021-04-07  Mike BayerCheck for hybrid's attribute name and support no name
2021-04-06  Mike BayerVersion 1.4.7 placeholder
2021-04-06  Mike Bayer- 1.4.6 rel_1_4_6
2021-04-06  Mike Bayerfix link
next