Skip to main content

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

I just spent several hours getting burned by the fact that an identifier for a column of mine--"lines"--is a reserved word in MySQL.

EclipseLink, apparently, is not quoting identifiers in (at least) its INSERT statements on the MySQL platform.

I found this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=251908, which seems to indicate that such a thing should not happen.

Should I file a bug, or is this enhancement request still in the pipeline?  Or is there some configuration somewhere that I need to provide to EclipseLink to tell it to quote identifiers?

Thanks,
Laird

Back to the top