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 I try to connect to an ODM2 database in PostgreSQL I get an error:
(ERROR) frmDBConfig:validateInput(104) - (psycopg2.ProgrammingError) relation "Variables" does not exist
LINE 1: Select "VariableCode" From "Variables" Limit 1
[SQL: Select "VariableCode" From "Variables" Limit 1']
This looks like a check that the ODM2 database is valid.
If the SQL was select variablecode from variables limit 1 it would work.
The text was updated successfully, but these errors were encountered:
When I try to connect to an ODM2 database in PostgreSQL I get an error:
This looks like a check that the ODM2 database is valid.
If the SQL was
select variablecode from variables limit 1
it would work.The text was updated successfully, but these errors were encountered: