persistence@glassfish.java.net

Re: TopLink and quoted database identifiers

From: Lance J. Andersen <Lance.Andersen_at_Sun.COM>
Date: Fri, 03 Nov 2006 08:39:28 -0500

Are you sure your not hitting the issue where quoted identifiers are
used by the netbeans SQL command tool? This causes problems due to case
issues, especially with Java DB.

Andrei Badea wrote:
> The problems described by a NetBeans user at
>
> http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=78730
>
> seem to be caused by TopLink considering all database identifiers
> unquoted. I can't find the word "quoted" in the JPA spec, is TopLink
> actually spec-compliant, or is there a way to tell it to quote
> database identifiers?
>
> Thanks,
>
> Andrei