0
Corrigé

Invalid SQL generated for comments in a schema

Corey Butler il y a 9 ans mis à jour par Jarosław Błąd (CEO) il y a 9 ans 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.';


JE SUIS SATISFAIT
Thanks!
Note de satisfaction par Corey Butler il y a 9 ans