0
Fixed

Invalid SQL generated for comments in a schema

Corey Butler vor 9 Jahren aktualisiert von Jarosław Błąd (CEO) vor 9 Jahren 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.';


GUT, ICH BIN ZUFRIEDEN.
Thanks!
Zufriedenheit von Corey Butler vor 9 Jahren