]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-02-16  mike bayerFix coercion issue for tuple bindparams
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
2023-01-31  Mike Bayersupport NewType in type_annotation_map
2023-01-31  Mike Bayerblock asyncmy 0.2.6
2023-01-31  mike bayerMerge "MappedAsDataclass applies @dataclasses.dataclass...
2023-01-31  Mike Bayerconsolidate warning re: selectinload.recursion_depth
2023-01-31  mike bayerMerge "add __init__ to DeclarativeBase directly" into...
2023-01-31  mike bayerMerge "derive optional for nullable from interior of...
2023-01-30  Mike Bayerapply of_type error message to load.options() as well
2023-01-30  mike bayerMerge "don't count / gather INSERT bind names inside...
2023-01-30  Mike Bayerdon't count / gather INSERT bind names inside of a CTE
2023-01-30  Mike BayerMappedAsDataclass applies @dataclasses.dataclass uncond...
2023-01-30  Mike Bayerfix post-production typo for #9174
2023-01-30  Mike BayerRevert "fix post-production typo for #9174"
2023-01-30  Mike Bayerfix post-production typo for #9174
2023-01-30  mike bayerMerge "allow single tables and entities for "of"" into...
2023-01-30  Mike Bayeruse scalars().one() for count migration
2023-01-30  Mike Bayerderive optional for nullable from interior of pep-593...
2023-01-29  Mike Bayerallow single tables and entities for "of"
2023-01-28  mike bayerMerge "Place DDLConstraintColumn Role in Mapped" into...
2023-01-28  Mike Bayerreword changelog + credit contributor for #9156
2023-01-28  Mike BayerPlace DDLConstraintColumn Role in Mapped
2023-01-28  Mike Bayeradd __init__ to DeclarativeBase directly
2023-01-28  mike bayerMerge "Set correct type annotations for ColumnElement...
2023-01-28  Mike BayerCorrect #7664 to include DropSchema
2023-01-28  Yurii KarabasSet correct type annotations for ColumnElement.cast
2023-01-28  mike bayerMerge "fix regression based on mis-match of set/frozens...
next