View Revisions: Issue #2298
Summary | 0002298: DDL detection of a default value for real/float column type on the Interbase is wrong | ||
---|---|---|---|
Revision | 2015-05-15 08:54 by msc | ||
Steps To Reproduce | |||
Revision | 2024-11-20 20:08 by pbelov | ||
Steps To Reproduce | CREATE TABLE float_test( id INTEGER NOT NULL PRIMARY KEY, DATA float DEFAULT 0 NOT NULL ); From the web console Explore tab, run the DDL exporter and review output for the DEFAULT value. |