]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2024-08-06  Masterchen09handle quoted_name instances separately in engine.refle... 11688/head
2024-08-02  Mike Bayerchangelog updates
2024-08-02  Michael BayerMerge "skip in eager row processors for enable_eagerloa...
2024-08-02  Michael BayerMerge "escape percents for mysql enum and add suite...
2024-08-02  Michael BayerMerge "add check for pre-existing history records"...
2024-08-01  Mike Bayerbring oracle timeout thing lower
2024-08-01  Mike Bayerskip in eager row processors for enable_eagerloads...
2024-08-01  Mike Bayeradd check for pre-existing history records
2024-08-01  Mike Bayerescape percents for mysql enum and add suite tests
2024-08-01  Michael BayerMerge "mutate lists in place for return_defaults=True...
2024-08-01  Michael BayerMerge "Add support for two-phase commit in oracledb...
2024-08-01  Mike Bayermutate lists in place for return_defaults=True
2024-08-01  Michael BayerMerge "Fixed compilation of bitwise operators on oracle...
2024-08-01  Federico CaselliAdd support for two-phase commit in oracledb.
2024-08-01  Federico CaselliFixed compilation of bitwise operators on oracle and...
2024-07-31  Federico Caselliadd CTE cache elements for CompoundSelect, more verify...
2024-07-29  Michael BayerMerge "Import all legacy classes by sqlalchemy.orm...
2024-07-29  Mike Bayercherry-pick changelog update for 1.4.54
2024-07-29  Mike Bayercherry-pick changelog from 1.4.53
2024-07-29  Takashi KajinamiImport all legacy classes by sqlalchemy.orm.collections.*
2024-07-29  Mike Bayeradd missing forwards port versions
2024-07-29  Mike Bayerbackport 1.4 changelogs
2024-07-29  Mike Bayerrestore transfer of mapper.local_table to DML for some...
2024-07-27  Federico Caselliupdate typing for mypy 1.11; pin plugin to <1.11
2024-07-27  Mike Bayerfix test for oracledb 2.3.0
2024-07-20  Mike Bayeradd missing changelog for #11544
2024-07-15  Mike Bayerremove redundant(?) Isolation / isolation
2024-07-10  Mike Bayerinclude nulls_first, nulls_last in order_by_label_element
2024-07-07  Federico CaselliImprove generated reflection in sqlite
2024-07-07  Michael BayerMerge "alter the collation of string type for collate...
2024-07-06  Mike Bayeralter the collation of string type for collate()
2024-07-06  Michael BayerMerge "ensure intro to "functions have types" is not...
2024-07-06  Michael BayerMerge "add special rule to honor UPPERCASE name for...
2024-07-06  Mike Bayerensure intro to "functions have types" is not misleading
2024-07-05  Mike Bayeradd special rule to honor UPPERCASE name for TExtualSelect
2024-07-05  Michael BayerMerge "Fix table reflection on oracle <10.2" into main
2024-07-05  Michael BayerMerge "use driver col names" into main
2024-07-04  Federico CaselliMerge "Allow flat for join with name" into main
2024-07-04  opknaAdded valid types to server_onupdate (#11555)
2024-07-04  Eric AtkinAllow flat for join with name
2024-07-04  Mike Bayeruse driver col names
2024-07-04  Michael BayerMerge "handle DBAPI error for fetchall()" into main
2024-07-03  Michael BayerMerge "call iter() on detached/transient dynamic sessio...
2024-07-02  dependabot... Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 (#11561)
2024-07-02  Sergio Oller... Fix table reflection on oracle <10.2
2024-07-02  Mike Bayercall iter() on detached/transient dynamic session
2024-07-01  Mike Bayerhandle DBAPI error for fetchall()
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...
next