information_schema.sql_sizing
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/information_schema.sql_sizing.sql": Failed to set variable records_count: In "dwui/table/information_schema.sql_sizing.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 "cardinal_number" does not exist;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM information_schema.sql_sizing WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'sizing_id' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'sizing_id')::cardinal_number = sizing_id) AND ((CAST(? AS TEXT)::JSONB) ->> 'sizing_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'sizing_name')::character_data = sizing_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'supported_value' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'supported_value')::cardinal_number = supported_value) AND ((CAST(? AS TEXT)::JSONB) ->> 'comments' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'comments')::character_data = comments)))
dwui/table/information_schema.sql_sizing.sql: line 48
dwui/table/information_schema.sql_sizing.sql: line 48 Backtrace
Failed to set variable records_countIn "dwui/table/information_schema.sql_sizing.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 "cardinal_number" does not exist;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM information_schema.sql_sizing WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'sizing_id' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'sizing_id')::cardinal_number = sizing_id) AND ((CAST(? AS TEXT)::JSONB) ->> 'sizing_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'sizing_name')::character_data = sizing_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'supported_value' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'supported_value')::cardinal_number = supported_value) AND ((CAST(? AS TEXT)::JSONB) ->> 'comments' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'comments')::character_data = comments)))
dwui/table/information_schema.sql_sizing.sql: line 48Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.