Skip to content

ORA-22848 thrown if a BLOB or CLOB field is used in quantified comparison predicates and row predicates #17608

Open
@lukaseder

Description

jOOQ 3.20 fixes a bug when comparing LOB values in Oracle:

The above fix only addresses ordinary comparison predicates (=, !=, <, <=, >, >=). Quantified comparsion predicates aren't fixed yet, i.e. these are unlikely to work, still:

(lob, x) = ((lob, y))
(lob, x) in (lob, y)

As with #17600, other dialects are probably affected as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions