[ 
https://issues.apache.org/jira/browse/DERBY-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466665
 ] 

Saurabh Vyas commented on DERBY-2245:
-------------------------------------

I am interested in working on this. EmbedDatabaseMetaData implements 
getSQLKeywords() method & it returns some key words which are not supported by 
Derby (like REFRESH and PUBLICATION, I am also not sure about other keywords ).

Now we can have two approaches
 - to remove them from the return statement (i.e. only those KeyWords should be 
returned which are supported by derby) 
 - to implement these functionality.

First approach is simple & straight forward and I had modified the the 
getSQLKeywords() accordingly. Can someone please guide me to derby docs to find 
out what all keywords are supported by Derby so that I can modify the method 
for all the keywords.

Comments or suggestions ?

> DatabaseMetaData.getSQLKeywords() contains words that are not keywords in 
> Derby.
> --------------------------------------------------------------------------------
>
>                 Key: DERBY-2245
>                 URL: https://issues.apache.org/jira/browse/DERBY-2245
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 
> 10.2.1.6, 10.2.2.0
>            Reporter: Daniel John Debrunner
>         Assigned To: Saurabh Vyas
>            Priority: Minor
>
> Such as REFRESH and PUBLICATION.
> Not sure what the exact contents should be.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to