]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Oracle COLUMN_VALUE is a column name, not a keyword
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2022 20:54:59 +0000 (15:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2022 22:28:49 +0000 (17:28 -0500)
commit3d8d366e1b5e2f0caa728a741dad5e467b67c7ac
tree3aaea9628c0b3cddd8e4f23945b7627bfc7aa052
parent59f5beff1928e752b33d65a541cd68295ae0a5f1
Oracle COLUMN_VALUE is a column name, not a keyword

Fixed issue in Oracle compiler where the syntax for
:meth:`.FunctionElement.column_valued` was incorrect, rendering the name
``COLUMN_VALUE`` without qualifying the source table correctly.

Fixes: #8945
Change-Id: Ia04bbdc68168e78b67a74bb3834a63f5d5000627
doc/build/changelog/unreleased_14/8827.rst
doc/build/changelog/unreleased_14/8945.rst [new file with mode: 0644]
doc/build/tutorial/data_select.rst
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/oracle/test_compiler.py
test/dialect/oracle/test_dialect.py