Giacomo Policicchio

Results 3 comments of Giacomo Policicchio

My Pull request #1195 solves 2 Issues: 1)Syntax Mismatch: "NOCYCLE" instead of "NO CYCLE" 2)Values Mismatch: Using "Starts with 0" is incompatible with NO MINVALUE (Minvalue has to be set...

> Hi @pgiacomo69 , > please see https://github.com/Jdochoa/flamerobin/tree/FB3 and help me with feedback Ok, 0.9.3.5 Snapshot partially solves the issue, altough column property dialog still doesn't work well for identity...

Actually, creating a table: `CREATE TABLE table_name ( id integer generated by default as identity primary key, descr varchar(20) );` its ddl from 'Properties' is different: CREATE TABLE TABLE_NAME (...