Closed arvanus closed 4 years ago
RDB$RELATION_FIELDS is read-only in FB3
Error when trying to change description if Fb3:
Solution, change to COMMENT ON <object> IS {'sometext' | NULL} https://firebirdsql.org/refdocs/langrefupd21-ddl-comment.html
COMMENT ON <object> IS {'sometext' | NULL}
RDB$RELATION_FIELDS is read-only in FB3
Error when trying to change description if Fb3:
Solution, change to
COMMENT ON <object> IS {'sometext' | NULL}
https://firebirdsql.org/refdocs/langrefupd21-ddl-comment.html