Hi,
I'm having a problem with reserved names in Oracle during automapping
schemaExport.
The schema export generates the following DDL:

create table MYTABLE (
   id RAW(16) not null,
   Comment NVARCHAR2(255),
   primary key (id)
)

When executed i get an ORA-00904: : invalid identifier exception.
It seems like the name 'COMMENT' is a reserved field. I verified this
by changing 'comment' -> 'comment_' and then the sql executes
propertly.

How can i change 'comment' -> 'comment_' using the convention
interface in FNH?

regards,
Lars.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibern...@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to