Hi,
According to the
http://fabiomaulo.blogspot.com/2009/06/auto-quote-tablecolumn-names.htmlI've added the
<property name="hbm2ddl.keywords">auto-quote</property> to the NHibernate’s configuration file. I've expected that all table/column names will be auto-quoted. In fact, that did not affect the SQL statements built by the NHibernate. I've solved this problem by by enclosing the column name in backticks in the mapping document.
But still I'd like to understand what is wrong with the NHibernate configuration.
I am using NHibernate-2.1.0 with the PostgreSQL database (Npgsql v2.0.50727 is the data provider)
Thanks in advance
Oleg