The ibExpert does it!
So, it is not a firebird problem, as you stated in my first tick.
Or , maybe is better to remove the edit function in the field's descritions
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Popa, hi!
I found the new way to do this, in firebird 3,is using the command:
COMMENT ON <object> IS {'sometext' | NULL} <object> ::= DATABASE |
<basic-type> objectname | COLUMN relationname.fieldname | PARAMETER
procname.paramname <basic-type> ::= CHARACTER SET | COLLATION |
DOMAIN | EXCEPTION | EXTERNAL FUNCTION | FILTER | GENERATOR |
INDEX | PROCEDURE | ROLE | SEQUENCE | TABLE | TRIGGER | VIEW
So, it's a matter of changing the way FameRobin edit the comments. The
FameRobin is so practical that is a pity not have this feature.
THIA
Status: open Group: v0.9.4 Created: Thu Apr 18, 2019 02:38 PM UTC by Marcio Novaes Last Updated: Thu Jun 13, 2019 06:36 PM UTC Owner: nobody Attachments:
What do I do?
I am waiting for some direction in order to write (edit) the table fields!
The ibExpert does it!
So, it is not a firebird problem, as you stated in my first tick.
Or , maybe is better to remove the edit function in the field's descritions
ticket , not tick. Sorry.
Firebird 3 no longer allows direct updates to the system tables, as that was a way to potentially corrupt a database. See also System Tables are Now Read-only in the release notes. You will need to use DDL statements to do the modification. https://stackoverflow.com/questions/48267131/how-change-a-column-type-in-firebird3
Popa, hi!
I found the new way to do this, in firebird 3,is using the command:
COMMENT ON <object> IS {'sometext' | NULL} <object> ::= DATABASE |
<basic-type> objectname | COLUMN relationname.fieldname | PARAMETER
procname.paramname <basic-type> ::= CHARACTER SET | COLLATION |
DOMAIN | EXCEPTION | EXTERNAL FUNCTION | FILTER | GENERATOR |
INDEX | PROCEDURE | ROLE | SEQUENCE | TABLE | TRIGGER | VIEW
So, it's a matter of changing the way FameRobin edit the comments. The
FameRobin is so practical that is a pity not have this feature.
THIA
Marcio Novaes Coelho
Em qui., 31 de out. de 2019 às 13:23, Popa Adrian Marius mapopa@users.sourceforge.net escreveu:
--
</basic-type></basic-type></object></object>Márcio Novaes Coelho
Related
Bugs:
#295Fixed with : https://github.com/mariuz/flamerobin/pull/61/commits/5e8c175cbfb608129175f8f224c1101cc487485a