[
https://issues.apache.org/jira/browse/DERBY-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511485
]
Bryan Pendleton commented on DERBY-2902:
----------------------------------------
Committed parseLong_with_comment to the trunk as revision 554996.
I think this change is worth merging back to the 10.3 branch, but I don't want
to do that immediately because the 10.3 branch is being stabilized for its
release. So I'll leave this issue open for now, and when the 10.3 branch is in
a good state for accepting non-critical bug fixes I'll merge this change back
to the 10.3 branch.
> AS IDENTITY (START WITH -9223372036854775808) fails
> ---------------------------------------------------
>
> Key: DERBY-2902
> URL: https://issues.apache.org/jira/browse/DERBY-2902
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.2.2.0
> Environment: MacTel 10.4.10 JVM 1.6.0-dp
> Reporter: James Alan Shepherd
> Assignee: Bryan Pendleton
> Priority: Minor
> Attachments: parseLong.diff, parseLong_with_comment.diff
>
>
> When creating a table
> AS IDENTITY (START WITH -9223372036854775808)
> fails but
> AS IDENTITY (START WITH -9223372036854775807)
> succeeds.
> Guess this is a parsing SQL problem as the absolute value appears to be held
> in a long, which is not quite long enough at the positive end.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.