Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
[pithos-ms-client] / trunk / Pithos.Core / DbConfig.xml
index 1fdf273..c445f32 100644 (file)
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <activerecord>
-
   <config>
     <add key="connection.driver_class"  value="NHibernate.Driver.SQLite20Driver" />
     <add key="dialect"                  value="NHibernate.Dialect.SQLiteDialect" />
     <add key="connection.provider"      value="NHibernate.Connection.DriverConnectionProvider" />
-    <add key="connection.connection_string"        value="Data Source=pithos.db;Version=3" />
+    <add key="connection.connection_string"        value="Data Source=pithos.db;Version=3;Enlist=N" />
     <add key="proxyfactory.factory_class" value="NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle" />
   </config>