Closed mjclemente closed 1 year ago
On lines 376 and 390, the PostgresGrammar.cfc references table_catalog when checking the schema.
table_catalog
At least in my current Postgres install (v14), table_catalog refers to the database name, while table_schema refers to the schema:
table_schema
Consequently, I am unable to use cfmigrations/commandbox-migrations - they keep being unable to determine if the cfmigrations table is installed.
cfmigrations
(as a side note, their versions of qb are a bit behind).
Happy to provide more info as needed.
Thanks!
Fixed in v9.1.5
On lines 376 and 390, the PostgresGrammar.cfc references
table_catalog
when checking the schema.At least in my current Postgres install (v14),
table_catalog
refers to the database name, whiletable_schema
refers to the schema:Consequently, I am unable to use cfmigrations/commandbox-migrations - they keep being unable to determine if the
cfmigrations
table is installed.(as a side note, their versions of qb are a bit behind).
Happy to provide more info as needed.
Thanks!