]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-03-13  Mike BayerVersion 2.0.7 placeholder
2023-03-13  Mike Bayer- 2.0.6 rel_2_0_6
2023-03-13  Mike Bayersimplify AttachedDB test for SQLite
2023-03-12  Mike Bayerdocument no-pep681 workarounds
2023-03-11  Mike Bayerfix unlengthed string used as pk
2023-03-11  mike bayerMerge "sqlite provisioning is ridiculous" into main
2023-03-11  Mike Bayersqlite provisioning is ridiculous
2023-03-10  mike bayerMerge "Fix regression when deserializing python rows...
2023-03-10  mike bayerMerge "repair broken lambda patch" into main
2023-03-10  Mike Bayerrepair broken lambda patch
2023-03-10  mike bayerMerge "implement active_history for composites" into...
2023-03-10  Federico CaselliFix regression when deserializing python rows into...
2023-03-09  Mike Bayerdenormalize "public" schema to "PUBLIC"
2023-03-09  Mike Bayerimplement active_history for composites
2023-03-09  mike bayerMerge "Use independent TypeVar for ColumnElement.cast...
2023-03-08  Mike Bayerclarify "selecting individual columns" doc
2023-03-08  Mike BayerUse independent TypeVar for ColumnElement.cast
2023-03-08  Mike Bayerupdate for mypy 1.1.1
2023-03-08  Mike Bayeradditional consistency for ORM/Core in tutorial
2023-03-07  Mike Bayerresolve select to NULLTYPE if no columns
2023-03-07  Mike Bayerupdate sql server use_setinputsizes docs a bit
2023-03-06  Mike BayerVersion 2.0.6 placeholder
2023-03-06  Mike Bayer- 2.0.5.post1 rel_2_0_5_post1
2023-03-06  Mike Bayerremove release date
2023-03-06  Mike Bayercomment out pickle/ process test and attempt 2.0.5...
2023-03-06  Mike BayerVersion 2.0.6 placeholder
2023-03-06  Mike Bayer- 2.0.5 rel_2_0_5
2023-03-06  Mike Bayer(lots of) changelog updates for 2.0.5
2023-03-06  mike bayerMerge "KeyFuncDict regression fixes and dataclass fixes...
2023-03-05  Mike BayerKeyFuncDict regression fixes and dataclass fixes
2023-03-05  mike bayerMerge "Fixed bug where :meth:`_engine.Row`s could not...
2023-03-05  mike bayerMerge "audition pymssql once more; retire sane_rowcount...
2023-03-05  mike bayerMerge "ensure event handlers called for all do_ping...
2023-03-05  Mike Bayeraudition pymssql once more; retire sane_rowcount_returning
2023-03-04  Federico CaselliFixed bug where :meth:`_engine.Row`s could not be
2023-03-04  mike bayerMerge "restore old *args approach for MutableDict.pop...
2023-03-04  mike bayerMerge "Restore connectivity with ancient sqlite" into...
2023-03-04  Grey LiFix the count example in ORM migration doc (#9421)
2023-03-04  mike bayerMerge "TextualSelect is ReturnsRowsRole" into main
2023-03-04  mike bayerMerge "Add missing overload to Numeric" into main
2023-03-04  Federico CaselliRestore connectivity with ancient sqlite
2023-03-04  mike bayerMerge "allow multiparams with scalars" into main
2023-03-04  Nils Philippsenrestore old *args approach for MutableDict.pop()
2023-03-04  mike bayerMerge "Validate metadata schema arg" into main
2023-03-04  Mike Bayerensure event handlers called for all do_ping
2023-03-03  ViicosRemove duplicate word in tutorial (#9420)
2023-03-03  Federico CaselliAdd missing overload to Numeric
2023-03-02  Mike BayerTextualSelect is ReturnsRowsRole
2023-03-02  Mike Bayerallow multiparams with scalars
2023-03-01  Federico CaselliFixed issue when copying ExcludeConstraint
2023-03-01  easy_markie_teeFix Typo In Tutorial (#9399)
2023-03-01  Federico CaselliValidate metadata schema arg
2023-03-01  mike bayerMerge "Restore export for nullslast/nullfirst" into...
2023-03-01  Federico CaselliRestore export for nullslast/nullfirst
2023-02-28  mike bayerMerge "Improve orm event docs" into main
2023-02-28  Mike Bayerensure single import per line
2023-02-27  Federico CaselliImprove orm event docs
2023-02-27  Federico CaselliImprove exclude constraint docs and tests.
2023-02-27  mike bayerMerge "Add separate version notes for scalars" into...
2023-02-27  mike bayerMerge "include columns from superclasses that indicate...
2023-02-27  mike bayerMerge "fix with_polymorphic" into main
2023-02-27  Mike Bayerremove reveal_type import
2023-02-27  mike bayerMerge "Create public QueryPropertyDescriptor type for...
2023-02-27  Mike Bayerinclude columns from superclasses that indicate "selectin"
2023-02-27  mike bayerMerge "Declare KEY_OBJECTS_ONLY as cdef variable" into...
2023-02-27  mike bayerMerge "apply a fixed locals w/ Mapped to all de-stringi...
2023-02-27  mike bayerMerge "use read-only Mapping for values dictionary...
2023-02-27  mike bayerMerge "locate automap base in hierarchy directly" into...
2023-02-27  Mike Bayerfix with_polymorphic
2023-02-27  mike bayerMerge "ExcludeConstraint literal_compile" into main
2023-02-27  Grey LiAdd separate version notes for scalars
2023-02-27  Federico CaselliCreate public QueryPropertyDescriptor type for query_pr...
2023-02-27  Matus ValoDeclare KEY_OBJECTS_ONLY as cdef variable
2023-02-27  Mike Bayerapply a fixed locals w/ Mapped to all de-stringify
2023-02-27  Mike Bayeruse read-only Mapping for values dictionary type
2023-02-24  Federico Caselliupdate case statement to v2 syntax
2023-02-24  Mike Bayerlocate automap base in hierarchy directly
2023-02-24  Mike Bayeruse Column for legacy dataclasses mapping
2023-02-22  Federico CaselliExcludeConstraint literal_compile
2023-02-21  Mike Bayeradd notes to all mapper flush events that these are...
2023-02-20  Grey LiFix the docstring of AppenerQuery.append() (#9336)
2023-02-19  Vytautas LiuoliaFix a syntax error in `AsyncConnection.stream_scalars...
2023-02-19  Andreas MotlUpdate dialect documentation about CrateDB (#9322)
2023-02-19  Maxwell D.... Fix grammatical error in intro.rst (#9316)
2023-02-18  Mike Bayerconsider column.name directly when evaluating use_exist...
2023-02-17  Mike Bayerfix sphinx command got stuck in output
2023-02-17  Mike Bayermore edits
2023-02-17  Mike Bayertypo, captions
2023-02-17  Mike BayerVersion 2.0.5 placeholder
2023-02-17  Mike Bayer- 2.0.4 rel_2_0_4
2023-02-17  Mike Bayerchangelog updates
2023-02-17  Mike Bayerrework hybrid docs further
2023-02-17  Federico CaselliAllow custom sorting of column in the ORM.
2023-02-17  mike bayerMerge "modernize hybrids and apply typing" into main
2023-02-16  Mike Bayermodernize hybrids and apply typing
2023-02-16  mike bayerMerge "Fix coercion issue for tuple bindparams" into...
2023-02-16  mike bayerFix coercion issue for tuple bindparams
2023-02-16  mike bayerMerge "rename EvaluatorCompiler to _EvaluatorCompiler...
2023-02-16  mike bayerMerge "add dataclasses callable and apply annotations...
2023-02-16  Mike Bayerimmediateload lazy relationships named in refresh.attri...
next