]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-12-27  Gleb KisenkovSmall fixes to type annotations in event hooks 9025/head
2022-12-27  Gleb KisenkovRemoved `@staticmethod` from `SessionEvents._lifecycle_...
2022-12-25  Gleb KisenkovSome import grooming
2022-12-25  Gleb KisenkovMerge branch 'main' into issue_6810_type_annotate_sqlal...
2022-12-23  mike bayerMerge "expand out Index if passed to "constraint""...
2022-12-23  Mike Bayerimprove async_sessionmaker docs
2022-12-23  Gleb KisenkovType-annotated method stubs
2022-12-22  Mike Bayerexpand out Index if passed to "constraint"
2022-12-22  Gleb KisenkovFixed import errors
2022-12-21  Gleb KisenkovTyped generic Events
2022-12-21  Mike Bayercheck for adapt to same class in AbstractRange
2022-12-21  mike bayerMerge "fix optimized tests, use backend=True" into...
2022-12-20  mike bayerMerge "add joins_implicitly to column_valued()" into...
2022-12-20  Mike Bayerfix optimized tests, use backend=True
2022-12-20  Mike Bayeradd joins_implicitly to column_valued()
2022-12-20  Mike Bayer8393 will be backported to 1.4
2022-12-20  mike bayerMerge "Add MACCADDR8 for PGCompiler" into main
2022-12-19  mike bayerMerge "remove __allow_unmapped__ requirement from datac...
2022-12-19  asimfarooq5Add MACCADDR8 for PGCompiler
2022-12-19  Mike Bayerremove __allow_unmapped__ requirement from dataclasses
2022-12-19  Mike Bayeradd exclusion for unusual chars in column names
2022-12-18  mike bayerMerge "include pk cols in refresh() if relationships...
2022-12-18  Mike Bayerinclude pk cols in refresh() if relationships are requested
2022-12-18  mike bayerMerge "dont call platform.architecture()" into main
2022-12-17  Mike Bayerfix changelog for types, add date rendering to whatsnew
2022-12-17  mike bayerMerge "ensure all visit methods accept **kw" into main
2022-12-16  mike bayerMerge "make bind escape lookup extensible" into main
2022-12-16  Mike Bayerdont call platform.architecture()
2022-12-16  Mike Bayerensure all visit methods accept **kw
2022-12-16  Mike Bayermake bind escape lookup extensible
2022-12-16  Gleb KisenkovCovered low-hanging fruits of type refinement
2022-12-16  mike bayerMerge "add eager_defaults="auto" for inserts" into...
2022-12-16  mike bayerMerge "implement literal_binds with expanding + bind_ex...
2022-12-16  mike bayerMerge "add explicit REGCONFIG, pg full text functions...
2022-12-16  mike bayerMerge "Improved error message in orm annotated declarat...
2022-12-15  mike bayerMerge "Improve v2 documentation" into main
2022-12-15  Mike Bayeradd eager_defaults="auto" for inserts
2022-12-15  Mike Bayeradd explicit REGCONFIG, pg full text functions
2022-12-15  Mike Bayerimplement literal_binds with expanding + bind_expression
2022-12-15  Lele GaifaxFix equality comparison between a PG Range and a differ...
2022-12-14  mike bayerMerge "warn when backref will replace existing userland...
2022-12-14  Federico CaselliImprove v2 documentation
2022-12-14  Federico CaselliImproved error message in orm annotated declarative
2022-12-14  mike bayerMerge "catch all BaseException in pool and revert faile...
2022-12-14  Mike Bayerwarn when backref will replace existing userland descriptor
2022-12-13  Mike Bayercheck index_list pragma for number of columns returned
2022-12-13  Mike Bayercatch all BaseException in pool and revert failed checkouts
2022-12-12  Gleb KisenkovRuntime types collected
2022-12-12  Gleb KisenkovType annotations for sqlalchemy.ext.horizontal_shard
2022-12-11  Mike Bayeradd color directives
2022-12-11  Mike Bayeradjust for tox changes to passenv
2022-12-10  Mike Bayercherry-pick changelog update for 1.4.46
2022-12-10  Mike Bayercherry-pick changelog from 1.4.45
2022-12-09  Mike Bayerlook out for extras=None in freeze
2022-12-09  Mike Bayerfix typo
2022-12-09  mike bayerMerge "Better syncronize async result docs with plain...
2022-12-09  Federico CaselliBetter syncronize async result docs with plain ones.
2022-12-09  Gord ThompsonSpecify view columns in HasTableTest
2022-12-08  Mike Bayerfix construct_params() for render_postcompile; add...
2022-12-08  mike bayerMerge "disable polymorphic adaption in most cases"...
2022-12-07  Mike Bayerdisable polymorphic adaption in most cases
2022-12-07  Mike BayerOracle COLUMN_VALUE is a column name, not a keyword
2022-12-07  Mike Bayermove more Session weakref tests to test_memusage
2022-12-06  Mike Bayersort materialize view names in test
2022-12-06  Mike Bayertake mariadb-connector out of dbapi main job
2022-12-05  Mike BayerVersion 2.0.0b5 placeholder
2022-12-05  Mike Bayer- 2.0.0b4 rel_2_0_0b4
2022-12-05  mike bayerMerge "Add tests for issue #8168; slight internal adjus...
2022-12-05  Mike BayerAdd tests for issue #8168; slight internal adjustments
2022-12-05  Mike Bayerchangelog updates
2022-12-05  Jonathan Vanascorename some GitHub actions to use test names as prefix...
2022-12-05  mike bayerMerge "Add compatibility properties to Range; implement...
2022-12-05  Lele GaifaxAdd compatibility properties to Range; implement pep-484
2022-12-05  mike bayerMerge "Rewrite positional handling, test for "numeric...
2022-12-05  Federico CaselliRewrite positional handling, test for "numeric"
2022-12-05  Gleb KisenkovType annotations for sqlalchemy.ext.automap
2022-12-05  mike bayerMerge "adjustments for unreliable gc" into main
2022-12-05  mike bayerMerge "Fixed an invalid syntax in an except statement...
2022-12-05  mike bayerMerge "Fix grammar (whatsnew_20.rst)" into main
2022-12-05  wiseaidevFixed an invalid syntax in an except statement
2022-12-05  j00356287doc change - Add new external dialect for openGauss
2022-12-05  Sam BullFix grammar (whatsnew_20.rst)
2022-12-05  Mike Bayeradjustments for unreliable gc
2022-12-04  mike bayerMerge "disallow same-named columns, unchecked replaceme...
2022-12-04  Mike Bayerdisallow same-named columns, unchecked replacement...
2022-12-04  mike bayerMerge "Order_by and group_by accept labels" into main
2022-12-03  Federico CaselliSome test pipeline updates
2022-12-03  Federico CaselliOrder_by and group_by accept labels
2022-12-02  Mike Bayeradd spaces, leading underscore to oracle checks
2022-12-02  Mike Bayeradd backports for 2.0/ 1.4 changes
2022-12-02  mike bayerMerge "Fix positional compiling bugs" into main
2022-12-02  mike bayerMerge "disable setinputsizes only for true DBAPI execut...
2022-12-01  Federico CaselliFix positional compiling bugs
2022-12-01  mike bayerMerge "add new pattern for single inh column override...
2022-12-01  Mike Bayerdisable setinputsizes only for true DBAPI executemany
2022-12-01  Mike Bayerget aiosqlite to run on python 3 but not 3.11, attempt 2
2022-12-01  Mike Bayeruse python 3.11 current, dont use aiosqlite on py311
2022-11-30  Mike Bayeradd new pattern for single inh column override
2022-11-30  mike bayerMerge "[sqlite] Reflect DEFERRABLE and INITIALLY option...
2022-11-30  Simon SchieleAdd "compare" on dataclass fields
next