On Oct 11, 2007, at 6:31 PM, Scott Anderson wrote:

Looks like CAY-289 wants strings escaped with square brackets. The
standard, for MySQL at least, is backquotes.

Yeah, the quote char differs between the DB's.

I worked around this problem by renaming the field in the database from
`group` to `groupId`

Sure. Actually this is not a very common problem as most people would avoid using DB reserved keywords as column names, but we should still fix it in Cayenne for those few who do.

Andrus

Reply via email to