fix: handle queries on non-existing table gracefully
This commit is contained in:
@@ -25,6 +25,7 @@ instance Hashable RelIdentifier
|
||||
|
||||
-- | Represents a pg identifier with a prepended schema name "schema.table".
|
||||
-- When qiSchema is "", the schema is defined by the pg search_path.
|
||||
-- TODO: Refactor this, we also use QI for procedure names
|
||||
data QualifiedIdentifier = QualifiedIdentifier
|
||||
{ qiSchema :: Schema
|
||||
, qiName :: TableName
|
||||
|
||||
Reference in New Issue
Block a user