[
https://issues.apache.org/jira/browse/DERBY-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880590#action_12880590
]
Eranda Sooriyabandara commented on DERBY-2785:
----------------------------------------------
Hi Bryan,
I did it but in the log I don't see the stack trace of the errors.
Here is my log
----------------------------------------------------------------
2010-06-20 05:28:27.059 GMT:
Booting Derby version The Apache Software Foundation - Apache Derby - 10.7.0.0
alpha - (1): instance a816c00e-0129-53d4-4411-000001c4b128
on database directory /home/eranda/Desktop/derby/trunk/test2/brydb with class
loader sun.misc.launcher$appclassloa...@1ea2dfe
Database Class Loader started - derby.database.classpath=''
2010-06-20 05:34:20.494 GMT:
Shutting down instance a816c00e-0129-53d4-4411-000001c4b128 with class loader
sun.misc.launcher$appclassloa...@1ea2dfe
----------------------------------------------------------------
thanks
Eranda
> ij "describe" built in command cannot describe a table named "run"
> ------------------------------------------------------------------
>
> Key: DERBY-2785
> URL: https://issues.apache.org/jira/browse/DERBY-2785
> Project: Derby
> Issue Type: Bug
> Components: Tools
> Affects Versions: 10.2.2.0
> Environment: OS-X, Java 1.5
> Reporter: Tim Halloran
> Assignee: Eranda Sooriyabandara
> Priority: Minor
> Attachments: caidentifier.diff, derby-2785.diff, derby-2785.diff,
> derby-2785.diff, derbyall_report.txt, derbyall_report.txt,
> describeKeywords.diff, junitAll.out, step logs.txt
>
>
> steps to duplicate:
> (attach ij to any database)
> ij> create table run (i int);
> 0 rows inserted/updated/deleted
> ij> desc run;
> ERROR 42X01: Syntax error: Encountered "desc" at line 1, column 1.
> ij>
> I think this is a parser problem within ij where the "run" is taken as a
> token and that token is not included in the definition of a tablename
> expression in the grammer (should be an easy fix).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.