2008/9/16 Stefan Nobis <[EMAIL PROTECTED]> > Nah, NHibernate doesn't support an easy way to make those RDBMS > dependent. I would second your remark if <database-object> gets an > attribute "dialect" so I'm able to easily support different > RDBMS.
Hi Stefan. Perhaps I don't understand.... <database-object> allow the node <dialect-scope> to specify for which dialects (more than one) the <database-object> can be exported. We are planning to use <dialect-scope> in some others mappings as <sql-query> BTW <database-object> and <sql-query> can be specified in separate per-dialect XMLs and you can include or exclude mappings files using <session-factory> configuration section. I can understand that NH is not the right tool to make anything you need for your DB (nobody want say that) but maintain your DB is a possible use of NH and if somebody help us, improving SchemaUpdate, perhaps NH have all you need to create your *migration step* Bye. Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
