]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-07-02  Sergio Oller... use sql.null() instead of sql.literal_column('NULL') 11558/head
2024-07-02  Sergio Oller... changelog entry for 11557
2024-07-02  Sergio Olleroracle: do not query for compression if unsupported
2024-06-28  Michael BayerMerge "Docs: simplify language in getting a connection...
2024-06-28  Michael BayerMerge "Ignore join_transaction_mode when bind is an...
2024-06-28  lonkeknolDocs: simplify language in getting a connection & commi...
2024-06-27  Mike Bayercache key share; support correct traverse of 'of'
2024-06-27  lonkeknolDocs: simplify language use for "Working with Transacti...
2024-06-26  Mike Bayeradd additional test cases re: #11371
2024-06-26  Michael BayerMerge "set type of type_of to be same as input argument...
2024-06-26  Michael BayerMerge "Handle "SSL SYSCALL error: Success" in psycopg2...
2024-06-25  David H. IrvingHandle "SSL SYSCALL error: Success" in psycopg2
2024-06-25  Wouter Kayserset type of type_of to be same as input argument
2024-06-25  Federico CaselliIgnore join_transaction_mode when bind is an engine
2024-06-25  Michael BayerMerge "use a new ClauseElement for Over.range_ / Over...
2024-06-24  Mike Bayeruse a new ClauseElement for Over.range_ / Over.rows
2024-06-24  Mike Bayercreate JoinedDispatcher subclasses up front
2024-06-23  Michael BayerMerge "use literal execute for SQL Server frame paramet...
2024-06-23  Mike Bayerfix default label style doc
2024-06-23  Andreas MotlDocumentation: Update package name for CrateDB dialect...
2024-06-23  dependabot... Bump pypa/cibuildwheel from 2.19.0 to 2.19.1 (#11491)
2024-06-20  Mike Bayeruse literal execute for SQL Server frame parameters
2024-06-19  Mike Bayerpin setuptools below 69.3 and prepare for "build" for...
2024-06-18  Mike Bayercherry-pick changelog update for 2.0.32
2024-06-18  Mike Bayercherry-pick changelog from 2.0.31
2024-06-18  Michael BayerMerge "restore declared_attr consumption for __table__...
2024-06-18  Michael BayerMerge "Improve the documentation of json.as method...
2024-06-18  Roman DruzhkovCorrect 'Session.is_modified' method documentation
2024-06-18  Mike Bayerrestore declared_attr consumption for __table__
2024-06-16  Mike Bayeradd greenlet support for py313
2024-06-13  Michael BayerMerge "open up async greenlet for third parties" into...
2024-06-13  Mike Bayerstrongly discourage noload
2024-06-13  Mike Bayeropen up async greenlet for third parties
2024-06-13  Michael BayerMerge "include HasCTE traversal elements in TextualSele...
2024-06-11  dependabot... Bump pypa/cibuildwheel from 2.17.0 to 2.19.0 (#11474)
2024-06-11  Mike Bayerloosen up hash_limit test
2024-06-11  Mike Bayerinclude HasCTE traversal elements in TextualSelect
2024-06-08  Michael BayerMerge "add additional contextual path info when splicin...
2024-06-06  Mike Bayeradd additional contextual path info when splicing eager...
2024-06-06  Michael BayerMerge "Document InstanceState modified and expired...
2024-06-04  Mike Bayerexpand entity_isa to include simple "isa" in poly case
2024-06-03  Michael BayerMerge "Add missing function element methods" into main
2024-06-03  Michael BayerMerge "Make `FunctionFilter.filter` generative" into...
2024-06-02  Federico CaselliDocument InstanceState modified and expired.
2024-05-30  Federico CaselliMake `FunctionFilter.filter` generative
2024-05-30  Federico CaselliAdd missing function element methods
2024-05-30  Michael BayerMerge "Avoid removing + from odbc_connect parameter...
2024-05-30  Michael BayerMerge "Add test for issue 11412" into main
2024-05-29  Federico CaselliFix Over serialization
2024-05-29  Federico CaselliImprove the documentation of json.as method
2024-05-28  Mike Bayerskip dunders for langhelper symbol redefine; update tox
2024-05-24  Mike BayerAdd test for issue 11412
2024-05-22  Michael BayerMerge "Improve implementation of server side cursor...
2024-05-22  Michael BayerMerge "Add ``SET DEFAULT`` reflection option" into...
2024-05-22  Michael BayerMerge "Optimize has_intersection func" into main
2024-05-22  Michael BayerMerge "Add ``insert_default`` to ``Column``." into...
2024-05-17  Federico CaselliAdd results to compiled extensions
2024-05-17  Michael BayerMerge "Some improvements to the cache key generation...
2024-05-15  Michael BayerMerge "Warn in execute when parameter is an empty list...
2024-05-11  Semyon PupkovOptimize has_intersection func
2024-05-09  Federico CaselliAdd ``insert_default`` to ``Column``.
2024-05-08  Federico CaselliSome improvements to the cache key generation speed
2024-05-08  roche-quentinAdd ``SET DEFAULT`` reflection option
2024-05-08  Mike Bayersetup JoinedDispatch to support pickling
2024-05-06  Federico CaselliAdd name parameter to with_polymorphic.
2024-05-06  Federico CaselliImprove implementation of server side cursor in asyncpg
2024-05-05  Mike Bayercherry-pick changelog update for 2.0.31
2024-05-05  Mike Bayercherry-pick changelog from 2.0.30
2024-05-05  Mike Bayertypo fixes
2024-05-05  Michael BayerMerge "Updated typing for self_group()" into main
2024-05-05  Michael BayerMerge "Add overload for ColumnCollection.get(col, defau...
2024-05-04  Mike Bayerrevise approach for bundle deduping
2024-05-04  Mark ElliotAdd overload for ColumnCollection.get(col, default)
2024-05-04  Federico CaselliUpdated typing for self_group()
2024-05-04  Federico CaselliMerge "disable col deduping inside of Bundle" into...
2024-05-04  dependabot... Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#11148)
2024-05-04  Robert SilénUpdate index.rst to include MariaDB (#11337)
2024-05-04  Federico CaselliMerge "improve pep-695 inference including Enum support...
2024-05-03  Carlos SousaWarn in execute when parameter is an empty list
2024-05-02  Mike Bayercorrectly apply _set_binops_check_strict to Association...
2024-05-02  Michael BayerMerge "ensure result_map objects collection is non...
2024-05-02  Alc-Alcimprove pep-695 inference including Enum support
2024-05-02  Michael BayerMerge "Improve typing to the count function." into...
2024-05-02  Mike Bayerdisable col deduping inside of Bundle
2024-05-01  Michael BayerMerge "Ignore all dunders when checking attributes...
2024-04-30  Mike Bayerensure result_map objects collection is non-empty
2024-04-30  Michael BayerMerge "only consider column / relationship attrs for...
2024-04-30  Michael BayerMerge "Fix issue in bulk_save_objects" into main
2024-04-30  Edgar Ramírez... Ignore all dunders when checking attributes in `sqlalch...
2024-04-30  Mike Bayerset unique=False on indexes
2024-04-29  Federico CaselliFix issue in bulk_save_objects
2024-04-29  Michael BayerMerge "improve fetchmany performance when using deque...
2024-04-28  Mike Bayeronly consider column / relationship attrs for subclass IN
2024-04-28  Michael BayerMerge "ensure intermediary mappers emit subclass IN...
2024-04-27  Mike Bayerensure intermediary mappers emit subclass IN
2024-04-27  Federico Caselliimprove fetchmany performance when using deque
2024-04-27  Federico CaselliFixing ci errors
2024-04-27  Michael BayerMerge "consider propagate_to_loaders at application...
2024-04-26  Federico CaselliMerge "Add missing overload to __add__" into main
2024-04-26  Felix ZenkFix typo in sqlalchemy.event.api (#11325)
next