Sha256: 049b796e1a2c039020a8251b0ae5e64ae454d5583f2f1c127a862cc4384d3008

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<!-- 
This template was written to work with NHibernate.Test.
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it 
for your own use before compile tests in VisualStudio.
-->
<hibernate-configuration  xmlns="urn:nhibernate-configuration-2.2" >
	<session-factory name="NHibernate.Test">
		<property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
		<property name="connection.connection_string">
			Data Source=nhibernate.db;Version=3
		</property>
		<property name="dialect">NHibernate.Dialect.SQLiteDialect</property>
		<property name="query.substitutions">true=1;false=0</property>
		<property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>
	</session-factory>
</hibernate-configuration>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nhibernate-3.0.0.1002alpha2 docs/Configuration_Templates/SQLite.cfg.xml