[hibernate-dev] Table and quoted names
Max Rydahl Andersen
max.andersen at redhat.com
Fri Oct 1 09:57:13 EDT 2010
>>
>> 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.
Ok, saw it now.
I'm eery to requiring databasemetadata access as part of the Table model since I (at least until now) have
been using them extensively without wanting to require a running db...(which is not a requirement today).
I guess it can be mocked out in those cases.
/max
More information about the hibernate-dev
mailing list