Subject | Re: [Firebird-Java] database key words are missing in FBDatabaseMetaData |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-10-26T10:48:58Z |
> DatabaseMetaData.getSQLKeywords() contains only partial set ofIt is intentional - commented out words do not satisfy condition described
> keywords. Many key words are missing . I referred
> "FBDatabaseMetaData.java" (1.5.3 version). In that for fbSQLKeywords
> you have all the set of key words but most of them are commented. Is
> it intentional or Bug?
in a documentation for getSQLKeywords(). However I have used
http://ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_reserved page to get the
list and we should probably sync it with the current state in Firebird.
> Do I fix this (uncomment your coment) and submit the patch for theThe best would be to check Firebird source code to get the current list of
> same. Or If you suggest any other link to refer for firebird
> keywords , so that I will refer those keywords and include it in my
> fix.
SQL keywords.
Roman