Re: [hibernate-dev] Quoted names

2012-06-19 Thread Dmitry Geraskov
This issue https://issues.jboss.org/browse/JBIDE-11227 18.06.2012 20:53, Max Rydahl Andersen написал: > sorry for the very slow response rate - mailbox overload. > >> Probably best. This is one of the main issue with the existing >> metamodel. There are no tests of it. There is virtually no doc

Re: [hibernate-dev] Quoted names

2012-06-18 Thread Max Rydahl Andersen
sorry for the very slow response rate - mailbox overload. > Probably best. This is one of the main issue with the existing > metamodel. There are no tests of it. There is virtually no doc. And > noone wants to touch the code. Really I would have thought Max the > best person to ask. I ask

Re: [hibernate-dev] Quoted names

2012-03-22 Thread Steve Ebersole
Probably best. This is one of the main issue with the existing metamodel. There are no tests of it. There is virtually no doc. And noone wants to touch the code. Really I would have thought Max the best person to ask. On Thu 22 Mar 2012 06:48:37 AM CDT, Dmitry Geraskov wrote: > I created j

Re: [hibernate-dev] Quoted names

2012-03-22 Thread Dmitry Geraskov
I created jira issue for this as nobody replied. https://hibernate.onjira.com/browse/HHH-7195 19.03.2012 17:12, Dmitry Geraskov пишет: > 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(d

[hibernate-dev] Quoted names

2012-03-19 Thread Dmitry Geraskov
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 __