]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-01-05  mike bayerMerge "revert MySQL to use DESCRIBE for has_table(...
2023-01-05  Mike Bayerrevert MySQL to use DESCRIBE for has_table()
2023-01-05  mike bayerMerge "include parsed col length field as integer from...
2023-01-05  mike bayerMerge "[asyncpg] Extract rowcount for SELECT statements...
2023-01-04  Mike Bayermore thoughts on tutorial presentation of ORM /Core
2023-01-04  Michael Gorven[asyncpg] Extract rowcount for SELECT statements
2023-01-04  Mike Bayerinclude parsed col length field as integer from mysql...
2023-01-03  Mike Bayertutorial updates re: Core /ORM commonality
2023-01-03  Mike Bayercherry-pick changelog update for 1.4.47
2023-01-03  Mike Bayercherry-pick changelog from 1.4.46
2023-01-03  Mike Bayerupdate wording
2023-01-03  Mike Bayerchangelog updates
2023-01-03  Mike Bayerhappy new year 2023
2023-01-03  Mike Bayerlink to with_variant() narrative from API doc
2022-12-29  Mike Bayerexclude pk update tests for mssql
2022-12-29  Lele GaifaxRectify reference to class LambdaElement, misnamed...
2022-12-28  Mike BayerVersion 2.0.0rc2 placeholder
2022-12-28  Mike Bayer- 2.0.0rc1 rel_2_0_0rc1
2022-12-28  Mike Bayernote that 2.0 has behavioral changes outside of the...
2022-12-28  Mike Bayerchangelog adjustments
2022-12-28  mike bayerMerge "ensure whereclause, returning copied as tuples...
2022-12-28  Gleb KisenkovType annotations for sqlalchemy.orm.events
2022-12-28  Mike Bayerensure whereclause, returning copied as tuples
2022-12-28  mike bayerMerge "rename 2.0.0b5 to 2.0.0rc1" into main
2022-12-28  mike bayerMerge "remove errant NO_KEY symbol" into main
2022-12-27  Mike Bayerrename 2.0.0b5 to 2.0.0rc1
2022-12-27  Mike Bayerremove errant NO_KEY symbol
2022-12-27  Mike Bayerestablish explicit join transaction modes
2022-12-27  mike bayerMerge "pass more contextual information to PyWrapper...
2022-12-27  Mike Bayerdont prefix ssl args with "ssl" in the ssl dict
2022-12-27  Mike Bayerpass more contextual information to PyWrapper param...
2022-12-26  mike bayerMerge "reorganize pre_session_exec around do_orm_execut...
2022-12-26  Mike Bayerreorganize pre_session_exec around do_orm_execute
2022-12-23  mike bayerMerge "expand out Index if passed to "constraint""...
2022-12-23  Mike Bayerimprove async_sessionmaker docs
2022-12-22  Mike Bayerexpand out Index if passed to "constraint"
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  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 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
next