]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-08-18  Mike Bayerset old declarative docs as orphan
2022-08-18  Mike Bayermore abstractconcretebase clarity
2022-08-18  Mike Bayerremove nonsensical note
2022-08-17  mike bayerMerge "fill out all distinguising fields for AliasedIns...
2022-08-17  Mike Bayerfill out all distinguising fields for AliasedInsp
2022-08-17  mike bayerMerge "refine transfer of cached ORM options for select...
2022-08-17  Mike Bayerrefine transfer of cached ORM options for selectin...
2022-08-17  Mike Bayerremove erroneous note about future metadata
2022-08-09  Mike Bayerimprove names for datatypes section
2022-08-08  Mike Bayerimprove typing intro
2022-08-08  Mike BayerVersion 1.4.41 placeholder
2022-08-08  Mike Bayer- 1.4.40 rel_1_4_40
2022-08-08  Mike Bayerrepair doc warnings
2022-08-05  Mike Bayerdeep compare CTEs before considering them conflicting
2022-08-04  mike bayerMerge "Fix 'No transaction found' error on Synapse...
2022-08-04  Mike Bayerupdate quoted_name doc
2022-08-04  Mike Bayermore mysql 8.0.30 fixes
2022-08-03  Mike Bayeradjust mysql utf test
2022-08-03  Fabian Preißglossary/association relationship: role->role_name...
2022-08-03  Mike Bayersend in the dragons on async_scoped_session
2022-08-02  Gord ThompsonFix 'No transaction found' error on Synapse.
2022-08-02  Mike Bayerreword yield_per a bit more
2022-08-02  Mike Bayerfix mypy test
2022-08-02  Mike Bayerfix up SAVEPOINT docs
2022-08-02  mike bayerMerge "repair psycopg2 (and psycopg) multiple hosts...
2022-08-02  Mike Bayerdocument @ sign in issue template, docs
2022-08-01  Mike Bayerrepair psycopg2 (and psycopg) multiple hosts format
2022-07-31  Federico CaselliUpdate to flake8 5.
2022-07-30  Mike Bayeruse inherited members for Query
2022-07-30  bbbenglossary: update the acronym definition (#8306)
2022-07-30  Fabian Preißglossary: primary_key needs value (#8298)
2022-07-30  Mike Bayerlink to index correctly
2022-07-26  Paul LettichUpdate metadata.rst (#8290)
2022-07-23  Mike Bayerremove mypy_path workaround and ensure messages received
2022-07-21  Mike Bayerclarify update perf test has only one test so far
2022-07-19  mike bayerMerge "check for TypeDecorator when handling getitem...
2022-07-19  Mike Bayercheck for TypeDecorator when handling getitem
2022-07-19  Mike Bayerrender all three elements selected in bundle example
2022-07-18  Federico Caselliadd shield() in aexit
2022-07-17  Mike Bayeruse concat() directly for contains, startswith, endswith
2022-07-15  Mike Bayerremove needlessly complex assoc proxy mixin example
2022-07-15  Mike Bayerstep five
2022-07-13  Mike Bayerdocument create_engine.isolation_level for PG
2022-07-13  Mike Bayerlink to main isolation level document
2022-07-12  Gord ThompsonUpdate docs for association_proxy
2022-07-11  Mike Bayersupport "SELECT *" for ORM queries
2022-07-07  Mike Bayerdocument using fetch() with Oracle
2022-07-06  Mike Bayergeneralize sql server check for id col to accommodate...
2022-07-04  mike bayerMerge "move backref to "legacy"" into rel_1_4
2022-07-04  mike bayerMerge "Support lambda expression in mypy plugin" into...
2022-07-04  Mike Bayermove backref to "legacy"
2022-07-03  Mike Bayerfix formatting problems
2022-07-03  Mike Bayerdont use import * in any docs, ever
2022-07-02  Naveenchore: Set permissions for GitHub actions (#8117)
2022-07-02  Cyril ChapellierSupport lambda expression in mypy plugin
2022-07-01  Mike Bayerclarify eager loading terminology
2022-07-01  Mike Bayerrepair yield_per for non-SS dialects and add new options
2022-06-30  Mike Bayermore partition doc adjustments
2022-06-30  Mike Bayeradd more cross-linking / notes for yield_per, partitions
2022-06-29  mike bayerMerge "produce column copies up the whole hierarchy...
2022-06-29  Jefferson Oliveirafix documentation typo
2022-06-29  Mike Bayerproduce column copies up the whole hierarchy first
2022-06-28  Daniel Hall8152: add documentation for postgresql dialect time...
2022-06-28  Mike Bayerblock mariadb 1.1.2
2022-06-24  Mike BayerVersion 1.4.40 placeholder
2022-06-24  Mike Bayer- 1.4.39 rel_1_4_39
2022-06-24  Mike Bayeradd fallback for old mutable format
2022-06-23  Mike BayerVersion 1.4.39 placeholder
2022-06-23  Mike Bayer- 1.4.38 rel_1_4_38
2022-06-23  Mike Bayerchangelog fixes
2022-06-23  Mike Bayerrefine _include_fn to not include sibling mappers
2022-06-22  Mike Bayersub-categorize special function forms
2022-06-21  Mike Bayerpost-edits for ORM rework
2022-06-21  Mike Bayerrework ORM mapping docs
2022-06-18  mike bayerMerge "Normalize postgresql docs links to point to...
2022-06-18  Federico CaselliNormalize postgresql docs links to point to current
2022-06-18  Gord ThompsonAllow NUMERIC()/DECIMAL() IDENTITY columns
2022-06-15  mike bayerMerge "pickle mutable parents according to key" into...
2022-06-14  Mike Bayerpickle mutable parents according to key
2022-06-14  Gord ThompsonRemove reflect=True in Base.prepare examples
2022-06-14  Federico Casellitry fixing the build
2022-06-09  mike bayerMerge "restore parameter escaping for public methods...
2022-06-09  mike bayerMerge "handle non-mapped mixins for with_loader_criteri...
2022-06-09  mike bayerMerge "dont transfer __weakref__ to regenerated class...
2022-06-09  Mike BayerRevert "document thread safety workaround for lambda...
2022-06-09  Mike Bayerrestore parameter escaping for public methods
2022-06-09  Mike Bayerdont transfer __weakref__ to regenerated class
2022-06-09  Mike Bayerhandle non-mapped mixins for with_loader_criteria reduce
2022-06-09  mike bayerMerge "fix race conditions in lambda statements" into...
2022-06-09  mike bayerMerge "suppport with_loader_criteria pickling w/ fixed...
2022-06-08  Mike Bayeradd tests to confirm no issue w/ pg json keys
2022-06-08  Mike Bayersuppport with_loader_criteria pickling w/ fixed callable
2022-06-08  Mike Bayerfix race conditions in lambda statements
2022-06-08  Mike Bayerdocument thread safety workaround for lambda statements
2022-06-08  mike bayerMerge "graceful degrade for FKs not reflectable" into...
2022-06-08  Mike Bayeradd note re: pickling for loader criteria
2022-06-07  Mike Bayergraceful degrade for FKs not reflectable
2022-06-07  Mike Bayermigrate labels to new tutorial
2022-06-04  Justin CrownDocs Update - Add **kwargs to CaseInsensitiveComparator...
2022-06-04  Federico CaselliFixed orm not applying fetch
next