]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-11-15  Andy GarfieldSmall tutorial rewording 8809/head
2022-11-14  Eitan MosenkisExplicitly state what happens if `order_by` is called...
2022-11-14  Mike Bayeradd informative exception context for literal render
2022-11-12  Federico CaselliRepair test in 32bit python builds.
2022-11-12  Mike Bayercherry-pick changelog update for 1.4.45
2022-11-12  Mike Bayercherry-pick changelog from 1.4.44
2022-11-12  Mike Bayerport mypy 0.990 fixes changelog from 1.4 to 2.0
2022-11-11  mike bayerMerge "ensure anon_map is passed for most annotated...
2022-11-11  mike bayerMerge "establish consistency for RETURNING column label...
2022-11-11  Mike Bayerensure anon_map is passed for most annotated traversals
2022-11-11  Mike Bayerrepair --disable-asyncio parameter
2022-11-11  Mike Bayerestablish consistency for RETURNING column labels
2022-11-10  Mike Bayerwork around Python 3.11 IntEnum issue; update FastIntFlag
2022-11-09  Mike Bayertry to support mypy 0.990
2022-11-09  Mike Bayertest run w/ oracledb on pypi, disable mariadb-connector
2022-11-08  Mike Bayeradjust update/delete test for non-ordering
2022-11-07  Mike Bayerblock mariadb-connector 1.1.5
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...
2022-10-16  Mike Bayercherry-pick changelog update for 1.4.43
next