View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000894 | Database Workbench v4 | Oracle Module | public | 2014-04-28 14:21 | 2014-04-29 20:47 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 4.4.6 | ||||
Summary | 0000894: NUMBER can be incorrectly be returned as INTEGER | ||||
Description | NUMBER can be incorrectly be returned as INTEGER. | ||||
Steps To Reproduce | create table datatypetest ( c_int integer, c_num_38 number(38), c_num number, c_num_12_4 number(12,4), c_num_10 number(10) ) NUMBER becomes NUMBER (prec & scale = NULL) NUMBER(38) becomes be NUMBER(38, 0) INTEGER is NUMBER(null, 0) | ||||
Tags | No tags attached. | ||||
DBMS & Version | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-28 14:21 | Martijn Tonies | New Issue | |
2014-04-28 14:22 | Martijn Tonies | Assigned To | => Martijn Tonies |
2014-04-28 14:22 | Martijn Tonies | Status | new => assigned |
2014-04-28 14:49 | Martijn Tonies | Status | assigned => resolved |
2014-04-28 14:49 | Martijn Tonies | Fixed in Version | => 4.4.6 |
2014-04-28 14:49 | Martijn Tonies | Resolution | open => fixed |
2014-04-29 20:47 | Martijn Tonies | Status | resolved => closed |