Kaydet (Commit) 9953c1b5 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

pure comment: write down interesting idea gleaned at FOSDEM

Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9
üst 324d2f94
......@@ -334,6 +334,7 @@ OUString DatabaseMetaData::getSQLKeywords( ) throw (SQLException, RuntimeExcept
// In Java 2 v1.4 and as per LibreOffice SDK doc, this is all keywords that are not SQL92
// I understand this to mean "reserved keywords" only.
// See http://www.postgresql.org/docs/current/static/sql-keywords-appendix.html
// LEM TODO: consider using pg_get_keywords(), filter on catcode
return OUString(
"ANALYSE,"
"ANALYZE,"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment