[ http://issues.apache.org/jira/browse/DERBY-1587?page=all ]
Andreas Korneliussen resolved DERBY-1587.
-----------------------------------------
Fix Version/s: 10.2.0.0
Resolution: Fixed
Derby Info: (was: [Patch Available])
Thanks for contributing.
Committed revision 425726.
> INTEGER function cannot be abbreviated
> --------------------------------------
>
> Key: DERBY-1587
> URL: http://issues.apache.org/jira/browse/DERBY-1587
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.1.3.1
> Reporter: Christian d'Heureuse
> Assigned To: Yip Ng
> Priority: Minor
> Fix For: 10.2.0.0
>
> Attachments: derby1587trunkdiff1.txt, derby1587trunkstat1.txt
>
>
> The reference manual
> (http://db.apache.org/derby/docs/10.1/ref/rrefbuiltinteger.html) states that
> the INTEGER function can be abbreviated by INT, but Derby 10.1.3.1 does not
> accept that.
> Example:
> VALUES INTEGER(1.5);
> -> OK
> VALUES INT(1.5);
> -> ERROR 42X80: VALUES clause must contain at least one element.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira