Add support for Oracle/PostgreSQL JSON validations #1338
Labels
priority: p2
Medium priority. Fix may not be included in next release (e.g. minor documentation, cleanup)
type: feature request
'Nice-to-have' improvement, new feature or different behavior or design.
Test case
Oracle:
PostgreSQL:
Oracle uses CLOB/NCLOB columns for JSON data, we should be able to compare these with PostgreSQL JSON columns. At a minimum, for column validation, we should be able to compare by string length like we do for some other string columns.
We need to check all validation types. Search for "issue-1338" in the repo.
We might need to revert some of the changes from #1335.
The text was updated successfully, but these errors were encountered: