problem with NHibernate.SqlCommand.SqlString in JetDialectFixture
Description
I've downloaded your JetDriver solution for NHibernate. When I try to build it, the fixtures gives the following error:
Eine implizite Konvertierung vom Typ "NHibernate.SqlCommand.SqlString" in "string" ist nicht möglich. which means: "no implicit conversion from NHibernate.SqlCommand.SqlString to string possible"
I've downloaded your JetDriver solution for NHibernate. When I try to build it, the fixtures gives the following error:
Eine implizite Konvertierung vom Typ "NHibernate.SqlCommand.SqlString" in "string" ist nicht möglich. which means: "no implicit conversion from NHibernate.SqlCommand.SqlString to string possible"
NHibernate Contribs\trunk\src\NHibernate.JetDriver\src\NHibernate.JetDriver.Tests\JetDialectFixture.cs 17 32 NHibernate.JetDriver.Tests
I just thought, I tell you in case you want to fix it. JetDriver works fine, though.