]> 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:32:55 +0000 (17:32 -0500)
commit3fd9c5c5ac2910cc08eb1284860d7300288daf47
tree90cf33a1867c451613f224e5162aa66025a1dab4
parent1b261e8a8b58d6c13fa1e4d544bffd06fbcf0c55
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
(cherry picked from commit 655be0237367462a01a9c86cdef9e9afab06d6d6)
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/base/test_tutorials.py
test/dialect/oracle/test_compiler.py
test/dialect/oracle/test_dialect.py