Hi, guys, I am working on the hibernate tools code generation problem for tables which has quoted names (name, schema or catalog has special symbols(dot for ex.)). Any reason why Table#setName(x) and Table#setSchema(x) have "unquote" logic, but Table#setCatalog(x) does not? Dmitry Geraskov