You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the supplied data (Dell sql) and running the whitelist scripts, there are following errors reported.
[2016-09-17T10:25:49.273854 #12780] ERROR -- : PG::UndefinedTable: ERROR: relation "categories" does not exist
LINE 5: WHERE a.attrelid = '"categories"'::regclass
^
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"categories"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
(ActiveRecord::StatementInvalid)
It seems to be the double-quotes for table names that is causing the issue.
The text was updated successfully, but these errors were encountered:
When using the supplied data (Dell sql) and running the whitelist scripts, there are following errors reported.
It seems to be the double-quotes for table names that is causing the issue.
The text was updated successfully, but these errors were encountered: