Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Identifiers not quoted in SQL produced by EclipseLink 2.1.0-SNAPSHOT?

On Fri, Aug 20, 2010 at 3:31 PM, Christopher Delahunt <christopher.delahunt@xxxxxxxxxx> wrote:
Hello Laird,

The feature you linked adds support for delimiting identifiers, it is still upto the application to specify when delimiting is to be used.  The way to do that at the field level is to define the column name in quotes, ie: @Column(name="\"BUYER_NAME\"")
or you can specify delimiting to be used on all fields using the <delimited-identifiers/> tag within the persistence-unit-defaults element of an orm.xml file.

Thanks, Chris; sorry for overlooking this in the spec.

Best,
Laird


Back to the top