You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Yip Ng (JIRA)" <de...@db.apache.org> on 2006/07/25 17:22:15 UTC

[jira] Assigned: (DERBY-1587) INTEGER function cannot be abbreviated

     [ http://issues.apache.org/jira/browse/DERBY-1587?page=all ]

Yip Ng reassigned DERBY-1587:
-----------------------------

    Assignee: Yip Ng

> 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
>
> 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