soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Allow SQL reserved words as DomainAttribute names #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently, DomainAttributes cannot be named after a SQL reserved word, such as 
"from" or "select". However this is not platform independent. It should be 
possible for a DomainAttribute to have any name.

IAML should instead allow all names, but modify their runtime name if they are 
a reserved word.

What goal would this enhancement help you achieve?
More platform-independent.

Original issue reported on code.google.com by soundasleep on 13 Jul 2010 at 2:31

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54