[hibernate-dev] Table and quoted names

Steve Ebersole steve at hibernate.org
Fri Oct 1 09:20:20 EDT 2010


On Fri, 2010-10-01 at 14:31 +0200, Max Rydahl Andersen wrote:
> Got them this time.
> 
> Looks like quoting is done all good there.
> 
> Looking at it reminded me of http://opensource.atlassian.com/projects/hibernate/browse/HHH-1476
> 
> The problem of the separators actually having to be dialect controlled and even in some cases schema
> can be skipped resulting in catalog..table. Worth covering ?

I'd like to figure out if this could be determined by looking at the
DatabaseMetaData before making the Dialects have to specify this.  With
the Dialects its just another thing we need to "keep in synch".  Not
sure if you saw my comments in ObjectName wrt DatabaseMetaData, but
those 2 were just the start of my investigation into this.

-- 
Steve Ebersole <steve at hibernate.org>
http://hibernate.org




More information about the hibernate-dev mailing list