report.all_report
Error in query number 7
We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
In "dwui/table/report.all_report.sql": Failed to set variable records_count: In "dwui/table/report.all_report.sql": The following error occurred while executing an SQL statement:
error returned from database: ODBC emitted an error calling 'SQLExecDirect':
State: 42704, Native error: 1, Message: ERROR: type "sql_identifier" does not exist;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM report.all_report WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'table_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_name')::sql_identifier = table_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'comment' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'comment')::TEXT = comment)))
dwui/table/report.all_report.sql: line 48
dwui/table/report.all_report.sql: line 48 Backtrace
Failed to set variable records_countIn "dwui/table/report.all_report.sql": The following error occurred while executing an SQL statement:
error returned from database: ODBC emitted an error calling 'SQLExecDirect':
State: 42704, Native error: 1, Message: ERROR: type "sql_identifier" does not exist;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM report.all_report WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'table_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_name')::sql_identifier = table_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'comment' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'comment')::TEXT = comment)))
dwui/table/report.all_report.sql: line 48Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.