]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-08-17  asimfarooq5reformat 8393/head
2022-08-16  asimfarooq5clean PR
2022-08-16  asimfarooq5Remove TIMESTAMPTZ
2022-08-16  asimfarooq5Add MACCADDR8 & TIMESTAMTZ for PGCompiler
2022-08-11  RamonWillAdd support for Partitioning and Sample pages on mysql
2022-08-11  Mike Bayerreorg bulk persistence into a separate module
2022-08-10  Mike Bayerdoc fixes
2022-08-09  Mike Bayerimprove names for datatypes section
2022-08-08  Mike Bayerimprove typing intro
2022-08-08  Mike Bayercherry-pick changelog update for 1.4.41
2022-08-08  Mike Bayercherry-pick changelog from 1.4.40
2022-08-08  Mike Bayerrepair doc warnings
2022-08-05  Mike Bayerdeep compare CTEs before considering them conflicting
2022-08-05  mike bayerMerge "translate joined inheritance cols in UPDATE...
2022-08-05  Mike Bayercredit @zeeeeeb for PG Multirange patch
2022-08-05  mike bayerMerge "implement PG ranges/multiranges agnostically...
2022-08-05  mike bayerMerge "fixes: #7156 - Adds support for PostgreSQL Multi...
2022-08-05  Mike Bayertranslate joined inheritance cols in UPDATE/DELETE
2022-08-05  mike bayerMerge "include column.default, column.onupdate in eager...
2022-08-05  mike bayerMerge "Support kw_only and match_args in dataclass...
2022-08-05  Mike Bayerimplement PG ranges/multiranges agnostically
2022-08-05  Mike Bayerinclude column.default, column.onupdate in eager_defaults
2022-08-04  mike bayerMerge "deprecate Query.instances()" into main
2022-08-04  Federico CaselliSupport kw_only and match_args in dataclass mapping
2022-08-04  zeeeebfixes: #7156 - Adds support for PostgreSQL MultiRange...
2022-08-04  mike bayerMerge "Fix 'No transaction found' error on Synapse...
2022-08-04  Mike Bayerdeprecate Query.instances()
2022-08-04  mike bayerMerge "ensure RETURNING renders in stringify w/ no...
2022-08-04  Mike Bayerupdate quoted_name doc
2022-08-04  Mike Bayermore mysql 8.0.30 fixes
2022-08-04  Mike Bayerensure RETURNING renders in stringify w/ no server...
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  Mike Bayerreword yield_per a bit more
2022-08-02  Gord ThompsonFix 'No transaction found' error on Synapse.
2022-08-02  mike bayerMerge "SQLite reflection ignores schema internal names...
2022-08-02  mike bayerMerge "implement tuple-slices from .c collections"...
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  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
next