]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
allow literals for function arguments
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jan 2024 18:03:40 +0000 (13:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2024 00:07:34 +0000 (19:07 -0500)
commitcc26af00e7483289cb2c2fb7c03e2d0c8fb63362
tree0efc4a4ebe017caf2d20383e192d11a5c3dcbff4
parenta5b0a99f2abc08767866b387cc9f210f3e37158b
allow literals for function arguments

* Fixed the argument types passed to functions so that literal expressions
like strings and ints are again interpreted correctly (:ticket:`10818`)

this includes a reformatting of the changelog message from #10801
to read as a general "fixed regressions" list.

Fixes: #10818
Change-Id: I65ad86e096241863e833608d45f0bdb6069f5896
doc/build/changelog/unreleased_20/10801.rst
lib/sqlalchemy/sql/functions.py
test/typing/plain_files/sql/functions_again.py
tools/generate_sql_functions.py