Vincent,
When a sql reserved keyword is used as attribute name, there is no means to specify a different column name from the model.
I don't know if it's on purpose, but at least it'b fine that GenerateSqlName checks this and replace such name by something like property name + "_" + property type
Regards
Pierre

. I'm getting old... The problem I would like to avoid is forcing a complete schema update for a framework version upgrade. Of course, it's transparent for HSQLDB but for other concrete databases, it would be really painful.
. I'm getting old...