simonuwe / oracle-apex-json-region

An Oracle-APEX-plugin that provides for each property of a JSON-schema an input field to support an easy way to display and edit a JSON item
Apache License 2.0
6 stars 2 forks source link

Change of SQL-query for schema references in region-attributes shows warning #170

Closed simonuwe closed 1 week ago

simonuwe commented 1 week ago

The query to retriev a schema reference from the database has to contain 2 columns. When changing this query in the region-attributes a warning

ORA-20999: Wrong number of columns selected in the SQL query. See Help of attribute for details.

is shown.

This warning can be ignored.