]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-04-29  mike bayerMerge "Fix ForeignKeyConstraint.copy() error"
2021-04-29  Gord ThompsonFix ForeignKeyConstraint.copy() error
2021-04-29  mike bayerMerge "fix mapper._primary_key_propkeys"
2021-04-29  mike bayerMerge "Use non-subquery form for empty IN"
2021-04-29  Mike BayerUse non-subquery form for empty IN
2021-04-29  Mike Bayerfix mapper._primary_key_propkeys
2021-04-29  Mike Bayeraccommodate HasEntityNamespace in context.all_selected_...
2021-04-29  Mike Bayerchangelog updates
2021-04-29  mike bayerMerge "Propertly ignore ``Identity`` in MySQL and MariaDb."
2021-04-29  Mike Bayerclarify individual isolation level section
2021-04-29  Federico CaselliPropertly ignore ``Identity`` in MySQL and MariaDb.
2021-04-28  mike bayerMerge "Use SingletonThreadPool for in-memory SQLite...
2021-04-28  mike bayerMerge "Add .as_generic() support to mssql BIT columns"
2021-04-28  mike bayerMerge "ensure SelectState.all_selected_columns not...
2021-04-28  mike bayerMerge "add optional proxy_class to track w/ proxy_key"
2021-04-28  mike bayerMerge "accommodate for mutiple copies of bind in ckbm"
2021-04-28  YongJieYongJieUse SingletonThreadPool for in-memory SQLite
2021-04-28  Sebastián Ramírez✏️ Fix minor typos in "Selecting Rows with Core or...
2021-04-28  Sebastián Ramírez✏️ Fix typos in "Data Manipulation with the ORM" (...
2021-04-28  Sebastián Ramírez✏️ Fix a small typo in the Glossary (#6395)
2021-04-28  Sebastián Ramírez✏️ Fix typos in "Working with Related Objects" (#6393)
2021-04-28  Sebastián Ramírez✏️ Fix small typo in "Updating and Deleting Rows with...
2021-04-28  Mike Bayeraccommodate for mutiple copies of bind in ckbm
2021-04-28  Mike Bayerensure SelectState.all_selected_columns not memoized...
2021-04-28  Mike Bayeradd optional proxy_class to track w/ proxy_key
2021-04-28  Mike Bayerdon't mutate the statement in ORM compile
2021-04-27  Sebastián Ramírez✏️ Fix small typos in "Working with Database Metadata...
2021-04-27  Geraint Williamstypo in an import statement in docs (#6362)
2021-04-27  Sebastián Ramírez✏️ Fix small formatting typo in "Working with Data...
2021-04-27  Gord ThompsonAdd .as_generic() support to mssql BIT columns
2021-04-27  mike bayerMerge "have SchemaType inherit schema from metadata"
2021-04-27  Mike Bayerhave SchemaType inherit schema from metadata
2021-04-27  mike bayerMerge "Pass all datetime values to pyodbc for timezone...
2021-04-27  Mike BayerPass all datetime values to pyodbc for timezone-naive...
2021-04-26  mike bayerMerge "Handle Sequence in _process_multiparam_default_bind"
2021-04-26  Sebastián Ramírez✏️ Fix small typos in SQLAlchemy 1.4 / 2.0 Tutorial...
2021-04-26  Sebastián Ramírez✏️ Fix small typo in Working with Transactions and...
2021-04-26  Federico CaselliRemove py38 profiles
2021-04-26  Mike BayerHandle Sequence in _process_multiparam_default_bind
2021-04-26  Mike BayerEnsure autobegin occurs for attribute changes; Document...
2021-04-23  Mike BayerAdd order by to union example
2021-04-23  Mike BayerMerge remote-tracking branch 'origin/pr/6341'
2021-04-23  mike bayerMerge "dont assume ClauseElement in attributes, coercions"
2021-04-23  mike bayerMerge "implement declared_attr superclass assignment...
2021-04-23  Mike BayerAdd cross-linking for self-referential examples
2021-04-23  Mike Bayerimplement declared_attr superclass assignment check...
2021-04-23  Mike Bayerdont assume ClauseElement in attributes, coercions
2021-04-22  mike bayerMerge "omit text from selected_columns; clear memoizations"
2021-04-22  Mike BayerBreak up data.rst; add unions, literal_column
2021-04-22  Mike Bayeromit text from selected_columns; clear memoizations
2021-04-22  Mike BayerEnsure sparse backend selection sorts on driver also
2021-04-22  Mike BayerVersion 1.4.12 placeholder
2021-04-22  Mike Bayer- 1.4.11 rel_1_4_11
2021-04-22  Mike Bayerfix typo
2021-04-22  Mike Bayerrepair test for mysql
2021-04-22  mike bayerMerge "Add new "sync once" mode for pool.connect"
2021-04-22  Mike BayerAdd new "sync once" mode for pool.connect
2021-04-21  mike bayerMerge "Mention how to turn warning to exceptions"
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  Federico CaselliMention how to turn warning to exceptions
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
next