Options-> Results Format for SQLite : Format and Nulls doesnt seem to be saved
1.) I created a table with Float data type, inserted a few values
INSERT INTO FLOAT1(F1, F2, F3)
VALUES(null, 5123123213213.231212, 1232.12123)
GO
2.) Under File Options - selected Data type Float and changed the Format but it does not get reflected when I perform a select.
3.) Null also doesnt appear the way i have selected as <<null>>
|
188 KB
Similar problem was logged against Greenplum (issue #8039). Adding a couple lines of sever specific code to AFProperties.getFormatDatabase(ConnectionProperties) likely will resolve this problem.
Issue #8044 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 30537 |
No time estimate |
Similar problem was logged against Greenplum (issue #8039). Adding a couple lines of sever specific code to AFProperties.getFormatDatabase(ConnectionProperties) likely will resolve this problem.