]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-07-05  Mike Bayercherry-pick changelog update for 1.4.50
2023-07-05  Mike Bayercherry-pick changelog from 1.4.49
2023-07-05  Mike Bayerchangelog updates
2023-07-05  Mike BayerRevert "Fix type signature on create_connect_args"
2023-07-05  Alex RothbergFix type signature on create_connect_args
2023-07-05  mike bayerMerge "add tests for #10058" into main
2023-07-05  Mike Bayerupdate mypy warnings / deprecation
2023-07-05  Mike Bayeradd tests for #10058
2023-07-05  mike bayerMerge "allow aliased() to receive any FromClause" into...
2023-07-04  Mike Bayerallow aliased() to receive any FromClause
2023-07-04  mike bayerMerge "Add mssql_columnstore to index options." into...
2023-07-03  mike bayerMerge "support sql elements via standalone op functions...
2023-07-03  Mike Bayersupport sql elements via standalone op functions
2023-07-03  mike bayerMerge "remove use of SQL expressions in "modifiers...
2023-07-03  Mike Bayerremove weird TOC thing from assocaition proxy
2023-07-02  Mike Bayerfor python 3.12, use greenlet>=3.0.0a1
2023-06-30  Federico Casellichange gather orm example
2023-06-30  Mike Bayerremove use of SQL expressions in "modifiers" for regexp
2023-06-29  Mehdi GmiraType annotate postgresql/sqlite/mysql insert
2023-06-29  krzysdzAllow reflecting UUID in MariaDB
2023-06-29  Federico CaselliAdd mssql_columnstore to index options.
2023-06-29  Federico CaselliFix mypy tests on python 3.8
2023-06-28  Ilia DmitrievFeature asyncpg dialect doesn't support mutlihost conne...
2023-06-28  mike bayerMerge "Improve typing tests" into main
2023-06-27  Federico CaselliImprove typing tests
2023-06-27  mike bayerMerge "accomodate schema translate keys present or...
2023-06-27  Mike Bayeraccomodate schema translate keys present or not present
2023-06-27  Gord ThompsonFix SQL syntax for CAST with explicit collation
2023-06-24  Mike Bayeradd option to create scalar object on none attribute set
2023-06-23  Mike BayerVersion 2.0.18 placeholder
2023-06-23  Mike Bayer- 2.0.17 rel_2_0_17
2023-06-23  Mike Bayeradd explicit warning re: mapped_column.default
2023-06-23  mike bayerMerge "expand "is_unnatural" to include all mapper...
2023-06-23  Mike Bayerexpand "is_unnatural" to include all mapper inheritance...
2023-06-22  Seonbeom Kimfix typo (#9996)
2023-06-21  Mike Bayerqualify mypy1.4 update for python 3.9, 3.10 +
2023-06-21  mike bayerMerge "add correct descriptor methods to dynamic/writeo...
2023-06-21  Mike Bayeradd correct descriptor methods to dynamic/writeonly
2023-06-21  Mike Bayertrack state change within _connection_for_bind()
2023-06-21  Mike Bayerupdates for mypy 1.4
2023-06-20  Shadab ZafarTyping: url in create_mock_engine can be a string ...
2023-06-20  Federico Casellifix typo in validates docs (#9983)
2023-06-19  Tony Lockepg8000: Support range and multirange types
2023-06-19  mike bayerMerge "default Enum name to None and don't remove given...
2023-06-19  Mike Bayerdefault Enum name to None and don't remove given name
2023-06-17  Alc-Alcfix typo: `async_attrs` to `awaitable_attrs` (#9961)
2023-06-16  mike bayerMerge "improve support for declared_attr returning...
2023-06-15  Mike Bayerimprove support for declared_attr returning ORMDescriptor
2023-06-15  mike bayerMerge "warn for other mapper property objects assigned...
2023-06-15  Mike Bayerwarn for other mapper property objects assigned twice
2023-06-14  mike bayerMerge "Fixed regression with callables as daclasses...
2023-06-13  Federico CaselliFixed regression with callables as daclasses defaults
2023-06-13  Federico Casellifix typo in sphinx target introduced in bd290c4329b80c8...
2023-06-13  mike bayerMerge "various minor docs improvements" into main
2023-06-12  Federico CaselliMerge branch 'origin/main'
2023-06-12  Federico Caselliadd 3.12 ci gate to github workflow
2023-06-12  Federico Casellivarious minor docs improvements
2023-06-12  dependabot... Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (#9938)
2023-06-12  Federico CaselliMerge "Align `AsyncSession` method annotations with...
2023-06-11  Matthew MartinAdd `_WILDCARD_TOKEN` special case in `_chop_path`
2023-06-11  Janek NouvertnéAlign `AsyncSession` method annotations with `Session...
2023-06-10  Mike BayerVersion 2.0.17 placeholder
2023-06-10  Mike Bayer- 2.0.16 rel_2_0_16
2023-06-10  Mike Bayerchangelog improvements
2023-06-10  Inada Naokidoc: Update connection example (#9926)
2023-06-09  mike bayerMerge "feat: add `async_creator` argument to `create_as...
2023-06-09  mike bayerMerge "fix: allow escape value to be an empty string...
2023-06-09  mike bayerMerge "ensure primary key values all present for ORM...
2023-06-09  Jack Wotherspoonfeat: add `async_creator` argument to `create_async_engine`
2023-06-09  Mike Bayerensure primary key values all present for ORM bulk...
2023-06-09  Martin Caslavskyfix: allow escape value to be an empty string
2023-06-08  mike bayerMerge "deprecate InstanceState.unloaded_expirable"...
2023-06-08  Mike Bayerdeprecate InstanceState.unloaded_expirable
2023-06-07  mike bayerMerge "PG nulls not distinct support" into main
2023-06-06  Federico CaselliGuard against mapped classes in map_imperatively.
2023-06-06  pavelsercheniaPG nulls not distinct support
2023-06-06  Mike Bayerskip sqlite file for this test
2023-06-05  mike bayerMerge "add 3.12" into main
2023-06-05  Federico Caselliadd 3.12
2023-06-05  mike bayerMerge "use internal declarative creator for Declarative...
2023-06-05  Mike Bayeronce again note pydantic is never really going to work
2023-06-05  Mike Bayeruse internal declarative creator for DeclarativeBaseNoMeta
2023-06-05  mike bayerMerge "Support dataclass default with init=False" into...
2023-06-04  Mike Bayeradd 058c230cea83811c3bebdd8259988c5c501f4f7e to ignore...
2023-06-04  mike bayerMerge "Update black to v23.3.0 and flake8 to v6" into...
2023-06-03  Federico CaselliSupport dataclass default with init=False
2023-06-02  mike bayerMerge "base _O around object, not Any" into main
2023-05-31  Vlastimil ZímaAdd psycopg binary to extras (#9865)
2023-05-31  Mike Bayerrun format_docs_code.py on changes to self_referential.rst
2023-05-30  Federico Caselliremove outdated docs section from psycopg dialect
2023-05-30  Federico CaselliUpdate black to v23.3.0 and flake8 to v6
2023-05-30  Mike Bayerupdate adjacency list docs / example for 2.0
2023-05-29  dependabot... Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (#9851)
2023-05-29  Peter SchuttUpdate associationproxy.rst (#9848)
2023-05-29  Mike Bayerbase _O around object, not Any
2023-05-28  mike bayerMerge "Improve PostgreSQL custom operators" into main
2023-05-28  mike bayerMerge "tighten up overwritten attribute detection and...
2023-05-27  Federico CaselliImprove PostgreSQL custom operators
2023-05-27  mike bayerMerge "Improve PG reflection compat." into main
2023-05-27  Mike Bayertighten up overwritten attribute detection and use...
next