]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
12 hours ago  Finn WomackAdd arm64 wheel builds and tests (#12816) main
35 hours ago  Micah DenbraverFix typing for `hybrid_property.__set__` to properly...
2 days ago  Federico CaselliMerge "restore functionality in list" into main
3 days ago  Federico Casellirestore functionality in list
3 days ago  Mike BayerWe can't promise CursorResult from session.execute()
5 days ago  Mike Bayerhttphost string
5 days ago  Mike Bayeruse ssh host
9 days ago  Mike Bayerclose aio cursors etc. that require await close
10 days ago  Mike Bayercherry-pick changelog update for 2.0.44
10 days ago  Mike Bayercherry-pick changelog from 2.0.43
10 days ago  Mike Bayermaintain alphabetical create_engine() param ordering
10 days ago  Mike Bayerdoc fixes
10 days ago  surajFixes: #12711 Added sparse vector support in Oracle
2025-08-07  Mike Bayerensure autocommit is not False for SQLite FK pragma
2025-08-07  Michael BayerMerge "implement skip_autocommit_rollback" into main
2025-08-06  Michael BayerMerge "add chunking to selectin_polymorphic" into main
2025-08-06  Mike Bayerimplement skip_autocommit_rollback
2025-08-06  Mike Bayeradd chunking to selectin_polymorphic
2025-08-06  Michael BayerMerge "Fix use_existing_column with Annotated mapped_co...
2025-08-05  Mike Bayerapply correct pre-fetch params to post updated rows
2025-08-05  Mike Bayerand now a word on AI
2025-08-05  Mike BayerFix use_existing_column with Annotated mapped_column...
2025-08-05  Michael BayerMerge "Fix PostgreSQL JSONB subscripting regression...
2025-08-04  Michael BayerMerge "cleanup implementation of asyncpg connection...
2025-08-04  Michael BayerMerge "generalize composite bulk insert to hybrids...
2025-08-04  Michael BayerMerge "add CRUD column marker" into main
2025-08-04  Mike BayerFix PostgreSQL JSONB subscripting regression with functions
2025-07-31  Federico Casellifix typo in docs
2025-07-30  Federico Caselliupdate install faq to align with code
2025-07-29  Federico Caselliremove obsolete file
2025-07-29  Sviatoslav... Remove unnecessary r-prefix from docstring in 'columns...
2025-07-29  Mike Bayercherry-pick changelog update for 2.0.43
2025-07-29  Mike Bayercherry-pick changelog from 2.0.42
2025-07-29  Mike Bayerrepair changelog file
2025-07-29  Michael BayerMerge "Add ``dataclass_metadata`` parameter to orm...
2025-07-29  Michael BayerMerge "Fix reflection of enum named intervalsomething...
2025-07-28  Federico CaselliFix reflection of enum named intervalsomething
2025-07-28  Federico CaselliMerge "Add orderinglist type annotations" into main
2025-07-28  Federico CaselliMerge "type aiosqlite" into main
2025-07-26  Martijn PietersAdd orderinglist type annotations
2025-07-26  Federico Casellicleanup implementation of asyncpg connection
2025-07-26  Denis LaxaldeFix rendering of a SQL example in indexable examples...
2025-07-20  Sigmund LahnAdd ``dataclass_metadata`` parameter to orm cols
2025-07-20  Federico Caselliavid importing from primate module
2025-07-19  Michael BayerMerge "typing: improve type coverage in sql.base" into...
2025-07-19  Michael BayerMerge "Improve handling of sentinel columns" into main
2025-07-18  Mike Bayerexpand out type map example to include the common MySQL...
2025-07-17  Victor TsangUpdated index.rst in dialects docs to include Amazon...
2025-07-15  Federico Caselliadd recursive test to values cte
2025-07-15  Mike Bayerremove py 3.9 from mypy job
2025-07-15  Mike Bayerextend Values from HasCTE
2025-07-15  KapilDagurtyping: improve type coverage in sql.base
2025-07-15  Mike Bayerupdate for mypy 17
2025-07-14  Federico CaselliImprove handling of sentinel columns
2025-07-13  Mike BayerUnconditionally flush session on all statement executions
2025-07-13  Mike Bayersupport JSONB subscripting syntax
2025-07-12  Mike Bayerblock mariadb-connector 1.1.13 and above (tox only)
2025-07-12  Matthew Martindocs: Clarify Mapped accepts equivalents to Optional...
2025-07-10  Federico CaselliRe-raise ``CancelledError`` in asyncpg
2025-07-10  Mike Bayergeneralize composite bulk insert to hybrids
2025-07-10  Evgeny PetrovMake __aiter__ in AsyncTupleReulst a sync function...
2025-07-07  Roman MashevskyiFix the code examples and the grammatic in `declarative...
2025-07-03  Mike Bayeradd CRUD column marker
2025-07-02  Michael BayerMerge "support insert of table columns in specific...
2025-07-02  Mike Bayersupport insert of table columns in specific positions
2025-07-02  Sillocanchore: Fix typo in autoflush warning (#12713)
2025-07-02  Michael BayerMerge "Add new str` subclass for postgresql bitstring...
2025-07-02  Mike Bayernote that SQL parenthesis are based on precedence
2025-07-02  Federico CaselliAdd new str` subclass for postgresql bitstring
2025-06-30  Michael BayerMerge "Update association examples to Declarative API...
2025-06-27  Michael BayerMerge "remove support for list of tuples in the normal...
2025-06-26  Federico Casellifix typos in comment
2025-06-26  Federico Caselliremove support for list of tuples in the normal execute
2025-06-26  Pablo Esteveztype aiosqlite
2025-06-26  Mike FiedlerUpdate association examples to Declarative API
2025-06-26  Federico CaselliMerge "Simplify postgresql index reflection query"...
2025-06-24  Michael BayerMerge "add example to update from that uses values...
2025-06-24  Mike Bayeruse zzzeeksphinx 1.6.1 and we arent' really using this...
2025-06-24  Federico Caselliadd example to update from that uses values
2025-06-24  Michael BayerMerge "try flake8-import-order 0.19.2" into main
2025-06-24  Michael BayerMerge "hardening against inappropriate multi-table...
2025-06-24  Mike Bayertry flake8-import-order 0.19.2
2025-06-24  Mike Bayerhardening against inappropriate multi-table updates
2025-06-23  Michael BayerMerge "Extend #12168 to relationship collections" into...
2025-06-21  Michael BayerMerge "rework wraps_column_expression logic to be purel...
2025-06-20  Mike FiedlerUpdate `table_per_related` example for Declarative API
2025-06-20  Federico Casellitype `set_committed_value`.
2025-06-20  Mike BayerExtend #12168 to relationship collections
2025-06-20  Mike Bayerreally pin flake8-import-order to <0.19
2025-06-19  Michael BayerMerge "remove util.portable_instancemethod" into main
2025-06-19  Mike Bayerrework wraps_column_expression logic to be purely compi...
2025-06-17  Federico CaselliMerge remote-tracking branch 'origin/pr/12657'
2025-06-16  Federico Casellipin flake8-import-order!=0.19.0 and updates for mypy...
2025-06-11  Mike Bayerupdate pickle tests
2025-06-11  Mike Bayerremove util.portable_instancemethod
2025-06-10  Michael BayerMerge "use integer division on maxlen" into main
2025-06-10  Federico Casellifix wrong reference link in changelog
2025-06-10  Mike Bayeruse integer division on maxlen
2025-06-10  Federico Casellifix typo in docs
2025-06-10  Michael BayerMerge "use sys.columns to allow accurate joining to...
next