]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
6 days ago  Michael BayerMerge "Add JSON type support for Oracle dialect" into... main
6 days ago  abdallah elhdadAdd JSON type support for Oracle dialect
6 days ago  Mike Bayercherry-pick changelog update for 2.0.50
6 days ago  Mike Bayercherry-pick changelog from 2.0.49
8 days ago  Mike Bayerupdate for mypy 1.20.0
8 days ago  Mike Bayerreally remove cx_oracle from test setup
9 days ago  Michael BayerMerge "accommodate subclass mapper in post-loader entit...
9 days ago  bekaponoCoercion warning feedback for unary distinct outside...
11 days ago  Mike Bayeraccommodate subclass mapper in post-loader entity_isa...
11 days ago  Michael BayerMerge "fix: Session.get() with with_for_update=False...
12 days ago  Mike Bayerapply _path_with_polymorphic in prepend as well
13 days ago  joshuaswansonfix: Session.get() with with_for_update=False skips...
2026-03-26  Federico Caselliuse getattr for metadata, registry and type_annotation_map
2026-03-23  Michael BayerMerge "detect and accommodate reverse condition for...
2026-03-23  Federico Casellilink insert.value to data insert tutorial
2026-03-23  Mike Bayerdetect and accommodate reverse condition for loader...
2026-03-23  Michael BayerMerge "Add frame exclusion support for window functions...
2026-03-20  Michael BayerMerge "mssql: fall back to base type for alias types...
2026-03-20  Carlos Serranomssql: fall back to base type for alias types during...
2026-03-20  Michael BayerMerge "Remove version warning in SQL Server" into main
2026-03-20  Michael BayerMerge "Allow escaped quotes in Postgres quoted identifi...
2026-03-19  Mike Bayerremove cx_oracle from testing
2026-03-18  Federico CaselliMerge "Add typing overloads to Query.__getitem__ and...
2026-03-18  Austin GrahamAllow escaped quotes in Postgres quoted identifier
2026-03-18  Bruno Verachtenci: add riscv64 wheel builds via QEMU (#13183)
2026-03-18  Federico CaselliRemove version warning in SQL Server
2026-03-18  Mike Bayerclarify the Result.closed attribute
2026-03-18  Michael BayerMerge "ensure function classes are not shadowed" into...
2026-03-17  Federico CaselliMerge "Improve typing story for core from clauses....
2026-03-16  Varun ChawlaAdd frame exclusion support for window functions
2026-03-16  Federico CaselliMerge "Update _NamingSchemaCallable to support Index...
2026-03-16  Federico Caselliensure function classes are not shadowed
2026-03-12  Federico CaselliImprove typing story for core from clauses.
2026-03-09  Michael BayerMerge "allow JSON, JSONB, etc. to be parameterized...
2026-03-09  Martin BalážUpdate _NamingSchemaCallable to support Index
2026-03-06  Dr Alex Mitredocs: fix RelationshipProperty comparator cross-referen...
2026-03-06  Mike Bayerallow JSON, JSONB, etc. to be parameterized, type HSTORE
2026-03-06  Michael BayerMerge "mssql-python" into main
2026-03-06  Mike Bayermssql-python
2026-03-05  Federico Caselliensure DeclarativeBase attributes are documented
2026-03-05  Georg SieberAdd fast_executemany property to asyncadapt aioodbc...
2026-03-03  Daniel SullivanOracle dialect reflection of RAW length
2026-03-02  Mike Bayercherry-pick changelog update for 2.0.49
2026-03-02  Mike Bayercherry-pick changelog from 2.0.48
2026-03-02  Mike Bayerfix changelog typo
2026-03-02  Mike Bayermake local mutable copies for cargs / cparams in do_connect
2026-02-28  medovi40kAdd typing overloads to Query.__getitem__ and AppenderQ...
2026-02-28  Mike Bayeradd changelog for b1e299b94a32ed48d0edc0fea59afebb8834b79d
2026-02-28  Michael BayerMerge "Omit metadata kw from Enum repr" into main
2026-02-24  Mike BayerMerge branch 'main' of ssh://ssh.gerrit.sqlalchemy...
2026-02-24  Mike Bayercherry-pick changelog update for 2.0.48
2026-02-24  Mike Bayercherry-pick changelog from 2.0.47
2026-02-24  Federico CaselliOmit metadata kw from Enum repr
2026-02-24  Michael BayerMerge "allow TypeEngine classes to export their repr...
2026-02-24  Mike Bayerallow TypeEngine classes to export their repr() parameters
2026-02-23  Kadir Can OzdenFix WeakSequence.__getitem__ catching KeyError instead...
2026-02-23  Tiansu YuMysql ddl compiler fall back to default index args
2026-02-19  Michael BayerMerge "downgrade batches for bindparam() in SET" into...
2026-02-18  Michael BayerMerge "dry up typing definition in declarative classes...
2026-02-17  Mike Bayerdowngrade batches for bindparam() in SET
2026-02-12  Federico Casellidry up typing definition in declarative classes
2026-02-11  Federico CaselliPoolProxiedConnection support context protocol
2026-02-09  Mike Bayerdocument thread starvation as a cause of pool exhaustion
2026-02-09  Michael BayerMerge "PostgreSQL / SQLite / Insert.on_conflict_do_upda...
2026-02-08  Loïc SimonPostgreSQL / SQLite / Insert.on_conflict_do_update...
2026-02-06  Michael BayerMerge "allow batch with upsert if embed_values_counter...
2026-02-05  Mike Bayerfix failing test
2026-02-05  Mike Bayerallow batch with upsert if embed_values_counter is...
2026-02-04  Michael BayerMerge "parse ON UPDATE / ON DELETE in any order" into...
2026-02-04  Mike BayerMerge commit 'fe350d0f367c43c96'
2026-02-04  Mike Bayerparse ON UPDATE / ON DELETE in any order
2026-02-03  Mike Bayerforwards-port cpython issue 141560 for getfullargspec
2026-01-30  Michael BayerMerge "Fix mypy error on scalar call with tuple[Any...
2026-01-30  Yurii KarabasFix mypy error on scalar call with tuple[Any, ...]
2026-01-30  Michael BayerMerge "split ReadOnlyColumnCollection from writeable...
2026-01-30  Mike Bayerallow 2 uncleared connections at most
2026-01-30  Mike Bayersplit ReadOnlyColumnCollection from writeable methods
2026-01-29  Peng RenAdd external dialects for DynamoDB and MongoDB (#13100)
2026-01-29  Federico Caselliimprove wording of a phrase in migration notes
2026-01-29  Michael BayerMerge "Improve migration notes for 2.1" into main
2026-01-28  Federico CaselliImprove migration notes for 2.1
2026-01-27  Mike Bayerclarify that poolevents should be registered via engines
2026-01-24  Michael BayerMerge "ensure links render properly in the docs" into...
2026-01-23  Imad SaddikFix a typo in relationships.rst (#13087)
2026-01-22  Federico Caselliensure links render properly in the docs
2026-01-22  Federico Casellifix wheel generation in free-threaded python build
2026-01-21  Mike Bayerremove 12240. rst (note space)
2026-01-21  Mike BayerVersion 2.1.0b2 placeholder
2026-01-21  Mike Bayer- 2.1.0b1 rel_2_1_0b1
2026-01-21  Federico CaselliMerge "change float -> Double in the _type_map." into...
2026-01-21  Mike Bayercherry-pick changelog update for 2.0.47
2026-01-21  Mike Bayercherry-pick changelog from 2.0.46
2026-01-21  Michael BayerMerge "make qtoken for PostgreSQL _fk_regex_pattern...
2026-01-21  Mike Bayerchange float -> Double in the _type_map.
2026-01-21  Gord Thompsonmake qtoken for PostgreSQL _fk_regex_pattern less restr...
2026-01-21  Michael BayerMerge "Update generic associations examples for strict...
2026-01-20  Imad Saddikdocs: fix grammar in reflection documentation 13084/head
2026-01-20  Mike FiedlerUpdate generic associations examples for strict typing
2026-01-17  Mike Bayerexclude 3.14t + windows arm
2026-01-17  Mike Bayerdoc fixes
next