Row validation of Oracle LOB columns causes ORA-00932 exception #1364
Labels
priority: p2
Medium priority. Fix may not be included in next release (e.g. minor documentation, cleanup)
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Examples:
Same issue for
col_nclob
,col_json
,col_jsonb
.We need to decide how these columns are best validated. For aggregations we use the length, perhaps we do the same for row validations?
We'll need the raw Oracle data types to differentiate between CLOB vs VARCHAR and BLOB vs RAW.
Search for "issue-1364" in
test_oracle.py
to enable test columns.The text was updated successfully, but these errors were encountered: