]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-08-02  mike bayerMerge "repair psycopg2 (and psycopg) multiple hosts...
2022-08-02  Mike Bayerdocument @ sign in issue template, docs
2022-08-01  Federico CaselliSQLite reflection ignores schema internal names
2022-08-01  Mike Bayerimplement tuple-slices from .c collections
2022-08-01  Mike Bayerrepair psycopg2 (and psycopg) multiple hosts format
2022-07-31  Mike Bayerexclude __new__
2022-07-31  Nikita SobolevRemove `__cmp__` methods (#8313)
2022-07-31  Federico CaselliUpdate to flake8 5.
2022-07-30  Mike Bayeruse inherited members for Query
2022-07-30  Nikita SobolevRemove all `__nonzero__` methods (#8308)
2022-07-30  bbbenglossary: update the acronym definition (#8306)
2022-07-30  dependabot... Bump actions/checkout from 2 to 3 (#8310)
2022-07-30  dependabot... Bump actions/setup-python from 2 to 4 (#8309)
2022-07-30  Naveenchore: Included githubactions in the dependabot config
2022-07-30  Fabian Preißglossary: primary_key needs value (#8298)
2022-07-30  Mike Bayerlink to index correctly
2022-07-28  mike bayerMerge "feat: add `drop constraint if exists` to compile...
2022-07-28  Federico CaselliReflect expression-based indexes on PostgreSQL
2022-07-26  Paul LettichUpdate metadata.rst (#8290)
2022-07-25  Mike Bayerfix lambda styles for relationship
2022-07-23  Mike Bayerset up Literal for synchronize_session
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-20  mike bayerMerge "Use FETCH FIRST N ROWS / OFFSET for Oracle LIMIT...
2022-07-20  mike bayerMerge "add an extra load for non-new but unloaded"...
2022-07-20  mike bayerMerge "minor docs changes" into main
2022-07-20  Mike BayerUse FETCH FIRST N ROWS / OFFSET for Oracle LIMIT/OFFSET
2022-07-20  Mike Bayeradd an extra load for non-new but unloaded
2022-07-19  Federico Caselliminor docs changes
2022-07-19  mike bayerMerge "fixes for mypy 0.971" into main
2022-07-19  mike bayerMerge "Ensure that a daclarative base is not used direc...
2022-07-19  Mike Bayerfixes for mypy 0.971
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  mike bayerMerge "add shield() in aexit" into main
2022-07-18  Federico CaselliEnsure that a daclarative base is not used directly
2022-07-18  mike bayerMerge "implement executemany RETURNING for Oracle"...
2022-07-18  Mike Bayerimplement executemany RETURNING for Oracle
2022-07-18  mike bayerMerge "add contextmanager typing, open run_sync typing...
2022-07-18  Federico Caselliadd shield() in aexit
2022-07-18  Mike Bayeradd contextmanager typing, open run_sync typing
2022-07-17  Mike Bayeruse concat() directly for contains, startswith, endswith
2022-07-17  mike bayerMerge "implement column._merge()" into main
2022-07-16  Mike Bayerimplement column._merge()
2022-07-16  Mike Bayerupdate ORM declarative docs for new features
2022-07-15  mike bayerMerge "make anno-only Mapped[] column available for...
2022-07-15  Mike Bayerremove needlessly complex assoc proxy mixin example
2022-07-15  Mike Bayermake anno-only Mapped[] column available for mixins
2022-07-15  Mike Bayerstep five
2022-07-13  Federico CaselliMinor cleanup
2022-07-13  Mike Bayersupport dataclasses with MutableComposite
2022-07-13  mike bayerMerge "implement comparison ops for composites" into...
2022-07-13  Mike Bayerimplement comparison ops for composites
2022-07-13  Mike Bayerdocument create_engine.isolation_level for PG
2022-07-13  mike bayerMerge "Update docs for association_proxy" into main
2022-07-12  Gord ThompsonUpdate docs for association_proxy
2022-07-12  mike bayerMerge "add some typing tests for declared_attr, mixins...
2022-07-11  Mike Bayersupport "SELECT *" for ORM queries
2022-07-09  Mike Bayeradd some typing tests for declared_attr, mixins, decl...
2022-07-07  Mike Bayerdocument using fetch() with Oracle
2022-07-06  mike bayerMerge "generalize sql server check for id col to accomm...
2022-07-06  Mike Bayergeneralize sql server check for id col to accommodate...
2022-07-06  mike bayerMerge "test transfer of default, insert_default" into...
2022-07-04  mike bayerMerge "move backref to "legacy"" into main
2022-07-04  mike bayerMerge "Support lambda expression in mypy plugin" into...
2022-07-04  Mike Bayermove backref to "legacy"
2022-07-04  Mike Bayerruntime annotation fixes for relationship
2022-07-03  Mike Fiedlerfeat: add `drop constraint if exists` to compiler
2022-07-03  Mike Bayertest transfer of default, insert_default
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  Mike Bayercall toinstance() on type arguments passed to mapped_co...
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  Federico CaselliImprove reflection method docs
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 "Change setinputsizes behavior for mssql+pyodbc...
2022-06-29  mike bayerMerge "produce column copies up the whole hierarchy...
2022-06-29  Mike BayerMerge branch 'jefferson2z-documentation-typo'
2022-06-29  Mike Bayerproduce column copies up the whole hierarchy first
2022-06-29  Jefferson Oliveirafix documentation typo 8192/head
2022-06-29  Gord ThompsonDocument user-defined functions for sqlite
2022-06-29  Gord ThompsonChange setinputsizes behavior for mssql+pyodbc
2022-06-29  cheremnovComments on (named) constraints
2022-06-29  mike bayerMerge "8152: add documentation for postgresql dialect...
2022-06-28  Daniel Hall8152: add documentation for postgresql dialect time...
2022-06-28  Mike Bayermerge column args from Annotated left side
2022-06-28  Mike Bayerblock mariadb 1.1.2
2022-06-27  Federico Caselliuse license_files instead of the deprecated license_file
2022-06-26  mike bayerMerge "Ensure type lengths are int in oracle" into...
2022-06-26  Federico CaselliMerge "require at least one dialect name for variant...
2022-06-26  Federico CaselliEnsure type lengths are int in oracle
2022-06-26  Mike Bayerrequire at least one dialect name for variant
2022-06-25  Federico Casellialways use typing_extension
2022-06-24  Mike Bayercherry-pick changelog update for 1.4.40
2022-06-24  Mike Bayercherry-pick changelog from 1.4.39
next