|
Currently the set of keywords reported by each Dialect for auto-quoting is too broad. As a result Hibernate will often try to auto-quote words it does not have to, mainly because they are ANSI SQL:2003 reserved words. This can be problematic against already-existing databases where the word we quote is used as an unquoted name.
So allow an easy way to disable auto-quoting via property and MetadataBuilder option.
|