View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005435 | SymmetricDS | Bug | public | 2022-09-02 15:34 | 2022-10-04 15:15 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.13.0 | ||||
Target Version | 3.14.2 | Fixed in Version | 3.14.2 | ||
Summary | 0005435: NumberFormatException when querying for an integer greater than Long.MAX_VALUE in SQL Explorer | ||||
Description | When the result set of a query in SQL Explorer contains an integer that is greater than Long.MAX_VALUE, the following NumberFormatException occurs: For input string: "9643130000000077777"java.lang.NumberFormatException: For input string: "9643130000000077777" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:592) at java.lang.Long.(Long.java:965) at org.jumpmind.vaadin.ui.sqlexplorer.TabularResultLayout.putResultsInGrid(TabularResultLayout.java:771) at org.jumpmind.vaadin.ui.sqlexplorer.TabularResultLayout.createTabularResultLayout(TabularResultLayout.java:170) at org.jumpmind.vaadin.ui.sqlexplorer.TabularResultLayout.(TabularResultLayout.java:142) at org.jumpmind.vaadin.ui.sqlexplorer.SqlRunner.run(SqlRunner.java:256) | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.14 071f9db9 2022-09-02 15:40:29 evan-miller-jumpmind Details Diff |
0005435: Fixed NumberFormatException when querying for an integer greater than Long.MAX_VALUE in SQL Explorer |
Affected Issues 0005435 |
|
mod - symmetric-sqlexplorer/src/main/java/org/jumpmind/vaadin/ui/sqlexplorer/TabularResultLayout.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-02 15:34 | emiller | New Issue | |
2022-09-02 15:34 | emiller | Status | new => assigned |
2022-09-02 15:34 | emiller | Assigned To | => emiller |
2022-09-02 15:40 | emiller | Status | assigned => resolved |
2022-09-02 15:40 | emiller | Resolution | open => fixed |
2022-09-02 15:40 | emiller | Fixed in Version | => 3.14.2 |
2022-09-02 16:00 | Changeset attached | => SymmetricDS 3.14 071f9db9 | |
2022-10-04 15:15 | admin | Status | resolved => closed |