]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-08-08  Eric HanchrowReplace `refers towards`, and similar constructions... 10210/head
2023-08-08  Eric HanchrowReplace `referred towards` with `referred to` throughout.
2023-08-08  mike bayerMerge "Modernize Self-Referential example" into main
2023-08-07  Mike Bayerimplement RETURNING * for ORM DML
2023-08-05  Federico CaselliModernize Self-Referential example
2023-08-04  Gabriel Izoton[docs] Typo: Update session_transaction.rst (#10185)
2023-08-04  mike bayerMerge "apply correct type to orm connection.execution_o...
2023-08-04  Mike Bayerapply correct type to orm connection.execution_options
2023-08-04  Mike Bayerfix typo
2023-08-03  mike bayerMerge "ensure collection adapter is serialized" into...
2023-08-03  Mike Bayerupdate dogpile_caching examples
2023-08-02  Mike Bayerensure collection adapter is serialized
2023-08-01  mike bayerMerge "`AsyncConnection[AsyncSession].aclose` implement...
2023-08-01  mike bayerMerge "expand out all columns for _all_column_expressio...
2023-08-01  Mike Bayerexpand out all columns for _all_column_expressions
2023-07-31  semen603089`AsyncConnection[AsyncSession].aclose` implementation
2023-07-31  Mike Bayerpass along independent CTE attributes in ORM context
2023-07-31  Mike Bayerindicate pymssql as only binary
2023-07-29  mike bayerMerge "implement join_depth for immediateload, fix...
2023-07-26  Mike Bayerdont rely on default_isolation_level to restore engine...
2023-07-26  Mike Bayerimplement join_depth for immediateload, fix expunged...
2023-07-25  mike bayerMerge "have token load flatten aliases unconditionally...
2023-07-25  Mike Bayerhave token load flatten aliases unconditionally
2023-07-24  Mike Bayerde-clone FROM objects placed into from_linter.froms
2023-07-19  Mike Bayerupdate callcount for cython 3
2023-07-17  dependabot... Bump pypa/cibuildwheel from 2.14.0 to 2.14.1 (#10112)
2023-07-16  Jeff WidmanSwitch badge provider (#10067)
2023-07-15  Mike BayerVersion 2.0.20 placeholder
2023-07-15  Mike Bayer- 2.0.19 rel_2_0_19
2023-07-14  mike bayerMerge "Rename Row t and tuples with underscored version...
2023-07-14  Federico CaselliRename Row t and tuples with underscored versions.
2023-07-14  Mike Bayertest for None plugin_subject
2023-07-12  Mike Bayerchangelog updates
2023-07-12  mike bayerMerge "Fix url.make_url" into main
2023-07-12  mike bayerMerge "Minor docs changes" into main
2023-07-12  mike bayerMerge "fix typing issue in main" into main
2023-07-12  mike bayerMerge "ensure CITEXT is not cast as VARCHAR" into main
2023-07-12  semen603089Fix url.make_url
2023-07-12  Mike Bayerfix typing issue in main
2023-07-12  Mike Bayerensure CITEXT is not cast as VARCHAR
2023-07-12  mike bayerMerge "Improved typing" into main
2023-07-12  mike bayerMerge "cascade fixes revealed by the removal of cascade...
2023-07-11  Federico CaselliImproved typing
2023-07-11  Federico CaselliMinor docs changes
2023-07-11  Mike Bayercascade fixes revealed by the removal of cascade_backrefs
2023-07-11  Mike Bayerrevert incorrectly merged change from a4e6e13d87c
2023-07-10  dependabot... Bump pypa/cibuildwheel from 2.13.1 to 2.14.0 (#10086)
2023-07-10  Aarav BorthakurAdd rockset-sqlalchemy to external dialects (#10087)
2023-07-10  Mike Bayeradd a note to contains_eager re: propcomparator.and_
2023-07-08  mike bayerMerge "fix ConnectArgsType tuple to be variable length...
2023-07-08  Mike Bayerfix ConnectArgsType tuple to be variable length
2023-07-07  Mike Bayerif only one host and/or port in query string, never...
2023-07-06  Mike Bayerensure unix path syntax works for asyncpg as well
2023-07-06  Lele GaifaxFix indentation in reST directive title (#10060)
2023-07-06  Mike Bayermatch on single host/port only for integer port
2023-07-05  Mike BayerVersion 2.0.19 placeholder
2023-07-05  Mike Bayer- 2.0.18 rel_2_0_18
2023-07-05  mike bayerMerge "add option to disable INET, CIDR result set...
2023-07-05  Mike Bayeradd option to disable INET, CIDR result set conversion
2023-07-05  mike bayerMerge "Type annotate postgresql/sqlite/mysql insert...
2023-07-05  Mike Bayerchangelog updates
2023-07-05  Mike Bayercherry-pick changelog update for 1.4.50
2023-07-05  Mike Bayercherry-pick changelog from 1.4.49
2023-07-05  Mike Bayerchangelog updates
2023-07-05  Mike BayerRevert "Fix type signature on create_connect_args"
2023-07-05  Alex RothbergFix type signature on create_connect_args
2023-07-05  mike bayerMerge "add tests for #10058" into main
2023-07-05  Mike Bayerupdate mypy warnings / deprecation
2023-07-05  Mike Bayeradd tests for #10058
2023-07-05  mike bayerMerge "allow aliased() to receive any FromClause" into...
2023-07-04  Mike Bayerallow aliased() to receive any FromClause
2023-07-04  mike bayerMerge "Add mssql_columnstore to index options." into...
2023-07-03  mike bayerMerge "support sql elements via standalone op functions...
2023-07-03  Mike Bayersupport sql elements via standalone op functions
2023-07-03  mike bayerMerge "remove use of SQL expressions in "modifiers...
2023-07-03  Mike Bayerremove weird TOC thing from assocaition proxy
2023-07-02  Mike Bayerfor python 3.12, use greenlet>=3.0.0a1
2023-06-30  Federico Casellichange gather orm example
2023-06-30  Mike Bayerremove use of SQL expressions in "modifiers" for regexp
2023-06-29  Mehdi GmiraType annotate postgresql/sqlite/mysql insert
2023-06-29  krzysdzAllow reflecting UUID in MariaDB
2023-06-29  Federico CaselliAdd mssql_columnstore to index options.
2023-06-29  Federico CaselliFix mypy tests on python 3.8
2023-06-28  Ilia DmitrievFeature asyncpg dialect doesn't support mutlihost conne...
2023-06-28  mike bayerMerge "Improve typing tests" into main
2023-06-27  Federico CaselliImprove typing tests
2023-06-27  mike bayerMerge "accomodate schema translate keys present or...
2023-06-27  Mike Bayeraccomodate schema translate keys present or not present
2023-06-27  Gord ThompsonFix SQL syntax for CAST with explicit collation
2023-06-24  Mike Bayeradd option to create scalar object on none attribute set
2023-06-23  Mike BayerVersion 2.0.18 placeholder
2023-06-23  Mike Bayer- 2.0.17 rel_2_0_17
2023-06-23  Mike Bayeradd explicit warning re: mapped_column.default
2023-06-23  mike bayerMerge "expand "is_unnatural" to include all mapper...
2023-06-23  Mike Bayerexpand "is_unnatural" to include all mapper inheritance...
2023-06-22  Seonbeom Kimfix typo (#9996)
2023-06-21  Mike Bayerqualify mypy1.4 update for python 3.9, 3.10 +
2023-06-21  mike bayerMerge "add correct descriptor methods to dynamic/writeo...
2023-06-21  Mike Bayeradd correct descriptor methods to dynamic/writeonly
2023-06-21  Mike Bayertrack state change within _connection_for_bind()
next