How to quote Fieldnames in Fluent NHibernate 1.1 -


After upgrading 1.1 from Fluent NHibernate 1.0 RTM, I found some strange errors in creating the database After some investigation I came to know That FNH 1.0 cited all field names in the generated mapping files like 'manager', but did not do FNH 1.1. This is the result of errors for the generated SQL Script when I use restricted keywords for properties.

Is it any way to re-enable this feature of FNH 1.0 or is it possible to quote otherwise?

Are you talking about the code that is generated and the SQL server or psedo mapping Are files sent to?


Comments