To implement MetaData classes for PostGre with Npgsql probably the bet candidates are MsSqlMetaData.cs and FirebirdMetaData.csWhat you need is replace the name of some restrictions and the FieldsNames of the DataRow. There are two way to do which are needed: 1) have a good documentation of your dataProvider 2) use Reflector (as I done for Firebird and Oracle)
NH->PostGre users are invited to collaborate. Thanks. 2009/2/9 Dario Quintana <[email protected]> > Hi people > These days I've been working in PostgreSQL support with NHibernate, so far > is doing it pretty well. > http://nhforge.org/groups/nhusers/wiki/known-issues-for-specific-rdbms.aspx > > Right now PostgreSQL doesn't support Schema Update and Schema Validation, > if someone need this requeriment or just want to contribute, can send us an > implementation for that. > You can see examples of SchemaUpdate here: > > https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/nhibernate/src/NHibernate/Dialect/Schema/FirebirdMetaData.cs > > https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/nhibernate/src/NHibernate/Dialect/Schema/OracleMetaData.cs > > https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/nhibernate/src/NHibernate/Dialect/Schema/MsSqlMetaData.cs > > Cheers > -- > Dario Quintana > http://darioquintana.com.ar > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
