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