mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
216 stars 67 forks source link

Change description method in Firebird 3 #58

Closed arvanus closed 4 years ago

arvanus commented 4 years ago

RDB$RELATION_FIELDS is read-only in FB3

Error when trying to change description if Fb3: image

Solution, change to COMMENT ON <object> IS {'sometext' | NULL} https://firebirdsql.org/refdocs/langrefupd21-ddl-comment.html