I also switched to the trunk recently to try the new 10g dialect with 10g Release 2 and I am very happy to report the following test results:
1513 passed, 62 failed, 127 skipped, took 305.27 seconds. I am particularly happy to see all Guid Type tests passing. Awesome. Here is my config... <?xml version="1.0" encoding="utf-8" ?> <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > <session-factory name="NHibernate.Test"> <property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</ property> <property name="connection.driver_class">NHibernate.Driver.OracleDataClientDriver</ property> <property name="connection.connection_string">Data source=MYSID;User Id=myUserId;Password=myPassword;</property> <property name="dialect">NHibernate.Dialect.Oracle10gDialect</ property> <property name="show_sql">true</property> <property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property> </session-factory> </hibernate-configuration> Thanks Fabio. Mike. On Mar 3, 5:33 am, Nicolai Sørensen <nicolai.soren...@gmail.com> wrote: > Just switched our project to the trunk to try the new Oracle dialect > and I must say, it works like a charm with 11g. Very nice job Fabio =) > > On 5 Feb., 04:19, Fabio Maulo <fabioma...@gmail.com> wrote: > > > 2009/2/4 mhanney <mrh5...@gmail.com> > > > > More is the pity. Unfortunately for some - Oracle is still around. > > > Not only still around... only for information using Oracle10g Express NH run > > in 47% of the time needed with MsSQL2005 Express. > > NHibernate has many features not supported or at least not used by MsSQL > > users. > > -- > > Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group, send email to nhusers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---