As the title: How would I tell NHibernate, once and for all, that all table and column names are to be quoted in the SQL it generates?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I've not tried this, but as far as i can determine based on the documentation a custom implementation of the naming strategy allows you to rewrite the table/column names thus also enables you to quote them. |
|||
|
|
|
You can also try:
|
|||||
|
|
You need to add
to your NHibernate configuration. |
|||
|
|