]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2022-04-08  Mike Bayeri forgot about begin_nested()
2022-04-08  Mike Bayerclarify autoflush setting does not apply to commit
2022-04-08  Mike Bayerexplicitly refer to Apple M1 for greenlet issue
2022-04-06  Mike BayerVersion 1.4.36 placeholder
2022-04-06  Mike Bayer- 1.4.35 rel_1_4_35
2022-04-06  Mike Bayerclassify issue
2022-04-06  Mike Bayermaintain complete cloned_set for BindParameter
2022-04-05  Mike Bayerfix typo in lambda example
2022-04-03  Mike BayerTableValuedAlias generation fixes
2022-04-03  Mike Bayerclarify alternative mapping example
2022-04-03  Maplefix small indentation typo (#7882)
2022-03-31  Mike BayerVersion 1.4.35 placeholder
2022-03-31  Mike Bayer- 1.4.34 rel_1_4_34
2022-03-31  Mike Bayerallow executemany values for ON CONFLICT DO NOTHING
2022-03-31  Mike Bayeradd template methods for ORMInsert
2022-03-31  Mike BayerVersion 1.4.34 placeholder
2022-03-31  Mike Bayer- 1.4.33 rel_1_4_33
2022-03-31  mike bayerMerge "add close=False parameter to engine.dispose...
2022-03-31  Mike Bayeradd close=False parameter to engine.dispose()
2022-03-30  Federico CaselliUpdate bindparam cache key
2022-03-30  Mike Bayerfurther changelog / doc fixes
2022-03-30  Mike Bayerchangelog fixes
2022-03-29  Federico CaselliFix spacing on ``bindparam`` docs
2022-03-29  Mike Bayeruse annotated entity when adding secondary
2022-03-29  mike bayerMerge "apply loader criteria more specifically when...
2022-03-28  mike bayerMerge "fix quotes regexp for SQLite CHECK constraints...
2022-03-28  Mike Bayerapply loader criteria more specifically when refresh...
2022-03-28  Mike Bayercolumn_descriptions or equiv for DML, core select
2022-03-28  Mike Bayerfix quotes regexp for SQLite CHECK constraints
2022-03-28  Mike Bayerpin click pre-8.1 for black targets
2022-03-28  Mike Bayerblock asyncmy 0.2.4
2022-03-26  Mike Bayersupport BLANK_SCHEMA, RETAIN_SCHEMA FK schema on copy
2022-03-24  aathanClarify associationproxy.rst examples by using a one...
2022-03-24  mike bayerMerge "Git ignore lib/sqlalchemy/cyextension for 1...
2022-03-24  Mike Bayermore autocommit messaging
2022-03-23  mike bayerMerge "Add option to disable from linting for table...
2022-03-23  Mike Bayertrust user PK argument as given; don't reduce
2022-03-23  Mike BayerAdd option to disable from linting for table valued...
2022-03-23  Mike Bayerfix generate series example
2022-03-22  Mike Bayerclarify LIMIT/ORDER BY FAQ wording
2022-03-21  Mike Bayeruse begin() for settting up first PK
2022-03-21  Mike Bayernote that horizontal sharding supports multi schema...
2022-03-21  Mike Bayeradditional updates to stream results note
2022-03-21  Mike Bayeradd note that schema translate not supported per object
2022-03-18  Mike Bayercatch unexpected errors when accessing clslevel attribute
2022-03-18  Gord ThompsonGit ignore lib/sqlalchemy/cyextension for 1.4
2022-03-17  mike bayerMerge "Fix "Ambiguous column name" error on FK reflecti...
2022-03-17  Mike Bayerremove intermediary _is_clone_of entries when cloning
2022-03-14  Gord ThompsonFix "Ambiguous column name" error on FK reflection
2022-03-11  Mike Bayerrestore quickstart to toc
2022-03-11  Mike Bayerfurther simplify pool-sharing doc
2022-03-11  Mike Bayerdispose session outside of child proc
2022-03-11  Mike Bayertake quickstart out of main TOC for now
2022-03-11  Mike Bayerfix section format headings, remove "Step: "
2022-03-11  Mike Bayeradd copybutton
2022-03-11  Mike BayerORM quickstart
2022-03-09  mike bayerMerge "support adapt_on_names for with_polymorphic...
2022-03-08  Mike Bayeradd note about slots=True for attrs
2022-03-08  Mike Bayersupport adapt_on_names for with_polymorphic
2022-03-08  Mike Bayerpop the stack that we pushed
2022-03-08  mike bayerMerge "support selectin_polymorphic w/ no fixed polymor...
2022-03-08  Mike Bayersupport selectin_polymorphic w/ no fixed polymorphic_on
2022-03-07  Mike Bayertest sqlite w/ savepoint workaround in session fixture...
2022-03-06  Mike BayerVersion 1.4.33 placeholder
2022-03-06  Mike Bayer- 1.4.32 rel_1_4_32
2022-03-06  Mike Bayer1.4.32 changelog edits
2022-03-04  mike bayerMerge "warn for enum length silently ignored" into...
2022-03-04  mike bayerMerge "fix type string formatting calls" into rel_1_4
2022-03-04  Mike Bayeradd missing changelog for #7045
2022-03-04  Mike Bayerwarn for enum length silently ignored
2022-03-04  mike bayerMerge "add length to enum repr params" into rel_1_4
2022-03-04  Federico Casellitry fixing github actions again
2022-03-04  Mike Bayerfix type string formatting calls
2022-03-04  Mike Bayeradd length to enum repr params
2022-03-04  Mike Bayercorrect for pytest discovery
2022-03-04  mike bayerMerge "Fix repr for MySQL SET, generic Enum" into rel_1_4
2022-03-04  Gord ThompsonAdd LongAsMax note to mssql+pyodbc dialect docs
2022-03-04  petit87Fix repr for MySQL SET, generic Enum
2022-03-04  mike bayerMerge "improve error raise for dialect/pool events...
2022-03-04  Mike BayerVersion 1.4.32 placeholder
2022-03-03  Mike Bayerquick doc adjustments
2022-03-03  Mike Bayerimprove error raise for dialect/pool events w/ async...
2022-02-27  Mike Bayerremove incorrect deprecation message
2022-02-25  Mike Bayerrepair GH actions syntax
2022-02-25  Mike Bayerblock pypy for now
2022-02-24  mike bayerMerge "support cx_Oracle DPI disconnect codes" into...
2022-02-24  Mike Bayersupport cx_Oracle DPI disconnect codes
2022-02-23  Mike Bayersupport add_cte() for TextualSelect
2022-02-21  mike bayerMerge "improve reflection of inline UNIQUE constraints...
2022-02-21  Mike Bayerimprove reflection of inline UNIQUE constraints
2022-02-19  Mike Bayerremove never-used get_result_cursor_strategy() method
2022-02-19  Mike Bayerupdates for mariadb connector 1.0.10
2022-02-17  Mike Bayerclarify SQLAlchemy version 2.0 constructs are not yet...
2022-02-15  Mike Bayercorrect for non-deterministic gc artifacts
2022-02-15  Mike Bayeradd note reiterating do_orm_execute() is for ORM statem...
2022-02-12  Mike BayerRaise and re-catch NameError from _ModNS
2022-02-10  mike bayerMerge "update zimports" into rel_1_4
2022-02-10  Mike Bayerdoc fixes
2022-02-09  Mike Bayerupdate zimports
2022-02-09  Mike Bayerupdate Mypy plugin status
next