]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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
2022-02-08  Mike BayerAccommodate escaped_bind_names for defaults/insert...
2022-02-04  Mike Bayeramend verbiage for #7667's changelog message
2022-02-04  mike bayerMerge "ensure exception raised for all stream w/ sync...
2022-02-04  Mike Bayerensure exception raised for all stream w/ sync result
2022-02-04  Mike Bayerfall back to SHOW VARIABLES for MySQL < 5.6
2022-01-31  Mike Bayeradd pg14 to supported implementations
2022-01-30  Mike Bayersplit out declarative varieties into the declarative...
2022-01-27  Markus GerstelFix up Python logging metadata
2022-01-27  Gilbert Gilb'sAdd compiler support for PostgreSQL "NOT VALID" constra...
2022-01-25  Mike Bayerreplace "e.g.::" with more context regarding attribute...
2022-01-23  mike bayerMerge "dont test squelched warnings against the filter...
2022-01-23  Mike Bayerfix bullet indentation, clarify insert independent...
2022-01-23  Mike Bayerdont test squelched warnings against the filter
2022-01-23  mike bayerMerge "dont use exception catches for warnings; moderni...
2022-01-23  Mike Bayermake the autoincrement doc a lot more clear
2022-01-23  Mike Bayerdont use exception catches for warnings; modernize...
2022-01-22  Mike BayerSkip PK returned as None for RETURNING, server side...
2022-01-21  Federico CaselliRemove dispose warning on async engines when running...
2022-01-21  Mike Bayer- 1.4.31 rel_1_4_31
2022-01-21  Mike Bayertypo
2022-01-21  mike bayerMerge "Added support for ``FILESTREAM`` in MSSQL."...
2022-01-21  mike bayerMerge "re-enable tests for asyncmy; fix Binary" into...
2022-01-20  Mike Bayerre-enable tests for asyncmy; fix Binary
2022-01-20  Federico CaselliAdded support for ``FILESTREAM`` in MSSQL.
2022-01-20  mike bayerMerge "repair mapper sort" into rel_1_4
2022-01-20  Mike Bayerrestore empty list logic to ARRAY of ENUM parsing
2022-01-20  Mike Bayerrepair mapper sort
2022-01-19  Mike BayerVersion 1.4.31 placeholder
2022-01-19  Mike Bayer- 1.4.30 rel_1_4_30
2022-01-19  Federico CaselliAdded missing method ``invalidate` in the `AsyncSession`
2022-01-19  Mike BayerAdd AdaptedConnection.run_async
2022-01-19  Mike Bayertypo
2022-01-19  mike bayerMerge "reject methods as lambda SQL callables" into...
next