View Issue Details

IDProjectCategoryView StatusLast Update
0005435SymmetricDSBugpublic2022-10-04 15:15
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.0 
Target Version3.14.2Fixed in Version3.14.2 
Summary0005435: NumberFormatException when querying for an integer greater than Long.MAX_VALUE in SQL Explorer
DescriptionWhen 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)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

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

Issue History

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