HHH-9768 - Maintain explicit list of ANSI SQL keywords
This commit is contained in:
parent
dd314f492d
commit
9bfd65e370
|
@ -1874,6 +1874,10 @@ public abstract class Dialect implements ConversionContext {
|
||||||
* <li>all "extra" keywords reported by the JDBC driver </li>
|
* <li>all "extra" keywords reported by the JDBC driver </li>
|
||||||
* <li>all Dialect-registered "extra" keywords</li>
|
* <li>all Dialect-registered "extra" keywords</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
|
* <p/>
|
||||||
|
* Subclasses are free to override this as they see fit. Just be aware that overriding this
|
||||||
|
* does affect what identifiers are auto-quoted based on being seen as a keyword.
|
||||||
|
* <p/>
|
||||||
* NOTE: The code that ultimately consumes these and uses them stores them in a case-insensitive
|
* NOTE: The code that ultimately consumes these and uses them stores them in a case-insensitive
|
||||||
* Set, so case here does not matter.
|
* Set, so case here does not matter.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue