0
Naprawione

Invalid SQL generated for comments in a schema

Corey Butler 9 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 9 lat temu 5
Comment generation partially works, but it fails to account for a schema in PostgreSQL code generation.

I've added comments to my tables and columns. The table has a schema specified. However the generated script does not reference the schema. For example:

This is the code that's generated:

COMMENT ON TABLE "employee" IS 'Represents an employee.';

This is the code that SHOULD be generated:

COMMENT ON TABLE "schema"."employee" IS 'Represents an employee.';


DOBRZE, JESTEM ZADOWOLONY.
Thanks!
Znak zadowolenia przez Corey Butler 9 lat temu