]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-11-15  Lele GaifaxAdd draft changelog 8766/head
2022-11-15  Lele GaifaxAdd an explaining message to the should-not-get-there...
2022-11-10  Lele GaifaxCatch the more generic DBAPIError exception instead...
2022-11-10  Lele GaifaxHandle corner cases discovered by more comprehensive...
2022-11-10  Lele GaifaxFurther extend test combinations
2022-11-09  Lele GaifaxImprove test_difference() cases and fix difference...
2022-11-09  Lele GaifaxImplement and test Range.__eq__
2022-11-09  Lele GaifaxFactor out common attributes to pacify LSP checker
2022-11-09  Lele GaifaxAdd short code path for trivial comparison case
2022-11-09  Lele GaifaxImprove commentary about edges normalization
2022-11-09  Lele GaifaxFix thinko
2022-11-07  Lele GaifaxFirst cut at difference() implementation and tests
2022-11-07  Lele GaifaxImplement and test Range.union(), aliased to __add__
2022-11-07  Lele GaifaxRename AbstractRange.__add__() to union(), make __add__...
2022-11-07  Lele GaifaxImplement and test comparison methods
2022-11-07  Lele GaifaxAdd an explicit description of the assertion failure...
2022-11-07  Lele GaifaxReimplement contained_by() on top of new _compare_edges()
2022-11-07  Lele GaifaxImplement a new helper methods to compare two arbitrary...
2022-11-05  Mike Bayerdisable sqlite returning on pypy
2022-11-05  Mike Bayergc.collect() in order to ensure GeneratorExit raised...
2022-11-04  Mike BayerVersion 2.0.0b4 placeholder
2022-11-04  Mike Bayer- 2.0.0b3 rel_2_0_0b3
2022-11-04  Mike Bayercherry-pick changelog update for 1.4.44
2022-11-04  Mike Bayercherry-pick changelog from 1.4.43
2022-11-04  Mike Bayertypo
2022-11-04  Mike Bayerfixes
2022-11-04  Mike Bayerchangelog updates
2022-11-04  mike bayerMerge "support renamed symbols in annotation scans...
2022-11-04  Mike Bayersupport renamed symbols in annotation scans
2022-11-04  Mike Bayerresolve synonyms in dictionary form of Session.get()
2022-11-03  Mike BayerSupport result.close() for all iterator patterns
2022-11-03  mike bayerMerge "Improve typings of execution options" into main
2022-11-03  mike bayerMerge "Implement contains_value(), issubset() and issup...
2022-11-03  Patrick HoeflerDOC: Fix typo avoiding rendering of legacy marker ...
2022-11-03  Lele GaifaxImplement contains_value(), issubset() and issuperset...
2022-11-03  Federico CaselliImprove typings of execution options
2022-11-02  Yomaincorrect typo in async postgresql uri (#8736)
2022-11-02  mike bayerMerge "use simple decimal query to detect decimal char...
2022-11-02  Mike Bayerfix event name
2022-11-01  Mike Bayeruse simple decimal query to detect decimal char
2022-10-31  Mike Bayerevaluate types in terms of the class in which they...
2022-10-30  mike bayerMerge "ensure pool.reset event always called for reset...
2022-10-30  mike bayerMerge "fix test for same mapper to use "isa"" into...
2022-10-30  Mike Bayerensure pool.reset event always called for reset
2022-10-30  Mike Bayerfix test for same mapper to use "isa"
2022-10-30  Mike Bayeradd Mapped to attrs example
2022-10-29  mike bayerMerge "use only object_id() function for temp tables...
2022-10-29  mike bayerMerge "ensure _ORMJoin transfers parententity from...
2022-10-28  Mike Bayerupdate rel/fk FAQ entry
2022-10-28  Mike Bayerensure _ORMJoin transfers parententity from left side
2022-10-28  Mike Bayerrestructure dragon to alleviate ambiguity
2022-10-28  mike bayerMerge "apply basic escaping to anon_labels unconditiona...
2022-10-28  mike bayerMerge "ensure inherited mapper attrs not interpreted...
2022-10-28  Mike Barryuse only object_id() function for temp tables
2022-10-28  Mike Bayeropen some compound tests for mysql 8.0.31
2022-10-28  Mike Bayermssql doc updates
2022-10-27  dependabot... Bump pypa/cibuildwheel from 2.11.1 to 2.11.2 (#8729)
2022-10-27  Mike Bayerapply basic escaping to anon_labels unconditionally
2022-10-26  Mike Bayerensure inherited mapper attrs not interpreted as plain...
2022-10-25  mike bayerMerge "reconcile Mapper properties ordering against...
2022-10-25  Mike Bayerreconcile Mapper properties ordering against mapped...
2022-10-25  Mike Bayerraise for non-Load opt passed to options()
2022-10-25  mike bayerMerge "add Oracle-specific parameter escapes for expand...
2022-10-24  Mike Bayeradd Oracle-specific parameter escapes for expanding...
2022-10-24  mike bayerMerge "skip ad-hoc properties within subclass_load_via_...
2022-10-23  mike bayerMerge "Add pep 584 to python immutabledict fallback...
2022-10-23  mike bayerMerge "DeclarativeBase ``__table__`` annotation is...
2022-10-23  Mike Bayerskip ad-hoc properties within subclass_load_via_in
2022-10-23  Mike Bayertest support for has_table()->view; backport to 1.4
2022-10-22  Federico CaselliDeclarativeBase ``__table__`` annotation is not optional
2022-10-22  Federico CaselliAdd pep 584 to python immutabledict fallback
2022-10-21  mike bayerMerge "Only convert Range for sqlalchemy Range object...
2022-10-21  mike bayerMerge "allow legacy forms with __allow_unmapped__"...
2022-10-21  Mike BayerOnly convert Range for sqlalchemy Range object
2022-10-21  Mike Bayerallow legacy forms with __allow_unmapped__
2022-10-21  Mike Bayerfix missing pool __init__ documentation
2022-10-20  Mike BayerVersion 2.0.0b3 placeholder
2022-10-20  Mike Bayer- 2.0.0b2 rel_2_0_0b2
2022-10-20  Mike Bayerdoc classification changes
2022-10-20  Mike Bayerdoc link fixes
2022-10-20  mike bayerMerge "collect annotation earlier for mapped_column...
2022-10-20  Mike Bayermove API docs downwards
2022-10-20  Mike Bayercollect annotation earlier for mapped_column present
2022-10-20  mike bayerMerge "Improve typing of DeclarativeBase" into main
2022-10-19  Federico CaselliImprove typing of DeclarativeBase
2022-10-19  Mike Bayermore many-to-one typing
2022-10-19  mike bayerMerge "de-optionalize union types to support Optional...
2022-10-19  mike bayerMerge "call super().__init_subclass__(); support Generi...
2022-10-19  Mike Bayerrename tables to _table for basic relationships
2022-10-19  Mike Bayerde-optionalize union types to support Optional for m2o
2022-10-19  Mike Bayercall super().__init_subclass__(); support GenericAlias
2022-10-19  mike bayerMerge "further qualify pyodbc setinputsizes types for...
2022-10-18  Mike Bayerfurther qualify pyodbc setinputsizes types for long...
2022-10-18  Federico CaselliImprove proxy methods with the changes from the abandoned
2022-10-17  Federico CaselliRevert automatic set of sequence start to 1
2022-10-17  Mike Bayerupdate SEQUENCE docs ahead of default change
2022-10-17  Mike Bayersimplify unmapped col eval fallback
2022-10-17  Mike Bayerfix imports in asyncio example
2022-10-17  mike bayerMerge "repair type qualify in _ServerDefaultType; other...
2022-10-16  Mike Bayerrepair type qualify in _ServerDefaultType; other pyrigh...
next