Open jmartin127 opened 8 months ago
Yep, you've hit a known bug. I suppose I would need to first search the same schema then if the type isn't found start searching any others available. That or I could add an option and allow the user to put their own schema for type searches (probably best).
Example:
testing
, and is in schemaone
(one.testing
)status
(one.testing.status
) and has a type ofstatus_type
, in schematwo
(two.status_type
)The issue seems to be that it is looking for the type (
two.status_type
) in the same schema as the table, which isn't always the case.