]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-02-26  Grey LiFix the docstring of scoped_session.scalars 9371/head
2023-02-24  Federico Caselliupdate case statement to v2 syntax
2023-02-24  Mike Bayeruse Column for legacy dataclasses mapping
2023-02-21  Mike Bayeradd notes to all mapper flush events that these are...
2023-02-20  Grey LiFix the docstring of AppenerQuery.append() (#9336)
2023-02-19  Vytautas LiuoliaFix a syntax error in `AsyncConnection.stream_scalars...
2023-02-19  Andreas MotlUpdate dialect documentation about CrateDB (#9322)
2023-02-19  Maxwell D.... Fix grammatical error in intro.rst (#9316)
2023-02-18  Mike Bayerconsider column.name directly when evaluating use_exist...
2023-02-17  Mike Bayerfix sphinx command got stuck in output
2023-02-17  Mike Bayermore edits
2023-02-17  Mike Bayertypo, captions
2023-02-17  Mike BayerVersion 2.0.5 placeholder
2023-02-17  Mike Bayer- 2.0.4 rel_2_0_4
2023-02-17  Mike Bayerchangelog updates
2023-02-17  Mike Bayerrework hybrid docs further
2023-02-17  Federico CaselliAllow custom sorting of column in the ORM.
2023-02-17  mike bayerMerge "modernize hybrids and apply typing" into main
2023-02-16  Mike Bayermodernize hybrids and apply typing
2023-02-16  mike bayerMerge "Fix coercion issue for tuple bindparams" into...
2023-02-16  mike bayerFix coercion issue for tuple bindparams
2023-02-16  mike bayerMerge "rename EvaluatorCompiler to _EvaluatorCompiler...
2023-02-16  mike bayerMerge "add dataclasses callable and apply annotations...
2023-02-16  Mike Bayerimmediateload lazy relationships named in refresh.attri...
2023-02-16  Mike Bayeradd dataclasses callable and apply annotations more...
2023-02-16  Mike Bayerrename EvaluatorCompiler to _EvaluatorCompiler
2023-02-15  Mike Bayerprevent float tests from running on asyncmy
2023-02-15  Federico Casellimention mypy>=1 is required to type check the library
2023-02-15  mike bayerMerge "Improve ``oracledb`` thick mode flag." into...
2023-02-15  mike bayerMerge "Add ``Table.autoincrement_column``" into main
2023-02-15  mike bayerMerge "test dataclasses.KW_ONLY" into main
2023-02-14  Federico CaselliImprove ``oracledb`` thick mode flag.
2023-02-14  Andrei Pozolotinfix typo in whatsnew (#9303)
2023-02-14  Federico CaselliAdd ``Table.autoincrement_column``
2023-02-14  Mike Bayerfix typo "Annotation" -> "Annotated" and use typing_ext...
2023-02-14  Mike Bayertest dataclasses.KW_ONLY
2023-02-13  Federico Casellifix documentation formatting
2023-02-13  Mike Bayercompletely lift-and-copy and_ / or_ documentation
2023-02-13  Mike Bayernote column ordering change, indicate recipe to control...
2023-02-10  Abdulhaq EmhemmedFix docs for `case` expression to match new syntax...
2023-02-10  Federico Caselliadd requirement, restore test removed in eb0861e8e69f8c...
2023-02-10  Mike Bayergeneralize adapt_on_names to expect non-named elements
2023-02-10  Mike BayerVersion 2.0.4 placeholder
2023-02-09  Mike Bayer- 2.0.3 rel_2_0_3
2023-02-09  Mike Bayerapply self_group to all elements of multi-expression
2023-02-09  Mike Bayerpin sphinx-copybutton and change config
2023-02-08  Mike Bayeradd test for #9268
2023-02-08  Mehdi ABAAKOUKtyping: fix hybrid property setter (#9269)
2023-02-08  mike bayerMerge "Remove `typing.Self` workaround" into main
2023-02-08  Yurii KarabasRemove `typing.Self` workaround
2023-02-08  Federico CaselliMerge "use Dict[], not dict[] in mypy test" into main
2023-02-07  Federico Caselliimprove github test workflows
2023-02-07  Mike Bayeruse Dict[], not dict[] in mypy test
2023-02-07  Mike Bayermake this link optional
2023-02-07  Mike Bayermore edits
2023-02-07  Mike Bayerissue template edits
2023-02-07  Mike Bayeranother template edit
2023-02-07  Mike Bayerissue template updates
2023-02-07  Mike BayerVersion 2.0.3 placeholder
2023-02-06  Mike Bayer- 2.0.2 rel_2_0_2
2023-02-06  mike bayerMerge "do not return asyncio connections to the pool...
2023-02-06  Federico CaselliMerge "add error code 1049 for mysql has_table" into...
2023-02-06  Mike Bayerchangelog fixup
2023-02-06  mike bayerMerge "Dedicated bitwise operators" into main
2023-02-06  mike bayerMerge "use mysql 8 syntax for ON DUPLICATE KEY UPDATE...
2023-02-06  Mike Bayerdo not return asyncio connections to the pool under gc
2023-02-06  Mike Bayeradd error code 1049 for mysql has_table
2023-02-06  mike bayerMerge "port history meta to 2.0" into main
2023-02-06  jazzthiefDedicated bitwise operators
2023-02-06  mike bayerMerge "check for superclasses of user defined init...
2023-02-06  Mike Bayerport history meta to 2.0
2023-02-06  Caspar Wylieuse mysql 8 syntax for ON DUPLICATE KEY UPDATE
2023-02-06  mike bayerMerge "use tox extras" into main
2023-02-06  Mike Bayercheck for superclasses of user defined init
2023-02-05  mike bayerMerge "coerce elements in mapper.primary_key, process...
2023-02-05  Mike Bayerupdate asyncio examples and add notes about writeonly
2023-02-05  Federico CaselliMerge "Guard against wrong dataclass mapping" into...
2023-02-05  Federico CaselliMerge "disallow ORM instrumented attributes from reachi...
2023-02-05  mike bayerMerge "dont add non-server-side cols to returning for...
2023-02-05  Federico CaselliGuard against wrong dataclass mapping
2023-02-05  Mike Bayercoerce elements in mapper.primary_key, process in __map...
2023-02-04  AM-opsAdd 'or' comment between code blocks (#9236)
2023-02-03  Mike Bayeruse tox extras
2023-02-03  Federico CaselliMerge "Fixed regression when using from_statement in...
2023-02-03  Mike Bayerdisallow ORM instrumented attributes from reaching...
2023-02-03  Mike Bayerdont add non-server-side cols to returning for versioning
2023-02-03  Mike BayerFixed regression when using from_statement in orm context.
2023-02-02  Federico CaselliUse correct dialect annotation
2023-02-01  Federico Caselliimprove typing issue template
2023-02-01  Lele GaifaxFix minor documentation glitch, replace "row" with...
2023-02-01  Mike BayerVersion 2.0.2 placeholder
2023-02-01  Mike Bayer- 2.0.1 rel_2_0_1
2023-02-01  Mike Bayerchangelog tweaks
2023-02-01  Mike Bayerfix late-eval example
2023-02-01  mike bayerMerge "Add support for typing.Literal in Mapped" into...
2023-02-01  Frederik AalundAdd support for typing.Literal in Mapped
2023-01-31  Federico CaselliMerge "Fixed typing of limit, offset and fetch to allow...
2023-01-31  Federico CaselliMerge "Unify doc typing" into main
2023-01-31  Federico CaselliFixed typing of limit, offset and fetch to allow `...
2023-01-31  Harry LeesUnify doc typing
next