[
https://issues.apache.org/jira/browse/DERBY-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600636#comment-14600636
]
Bryan Pendleton commented on DERBY-2245:
----------------------------------------
Those 5 keywords are all part of the fundamental SQL 92 reserved keywords list,
though.
The documentation for the getSQLKeywords() API specifically says that it should
only
return database-specific additional keywords, not the basic SQL Standard
reserved words.
http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getSQLKeywords()
Have you tried asking the Liquibase community whether they might include the
basic SQL
standard keywords automatically in their tool?
> 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
> Priority: Minor
> Labels: derby_triage10_5_2
>
> Such as REFRESH and PUBLICATION.
> Not sure what the exact contents should be.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)