File tree 2 files changed +2
-2
lines changed
src/NHibernate.Config.Templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ for your own use before compile tests in VisualStudio.
9
9
<property name =" connection.driver_class" >NHibernate.Driver.MySqlDataDriver</property >
10
10
<property name =" connection.connection_string" >
11
11
Database=nhibernate;Data Source=localhost;User Id=nhibernate;Password=;
12
- Protocol=memory; Old Guids=True;
12
+ Old Guids=True;
13
13
</property >
14
14
<property name =" dialect" >NHibernate.Dialect.MySQL5Dialect</property >
15
15
</session-factory >
Original file line number Diff line number Diff line change 207
207
<property name =" db-service" value =" MySQL57" />
208
208
<property name =" nhibernate.connection.driver_class" value =" NHibernate.Driver.MySqlDataDriver" />
209
209
<property name =" nhibernate.dialect" value=" NHibernate.Dialect.MySQL5Dialect" />
210
- <property name =" nhibernate.connection.connection_string" value =" Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Protocol=memory; Old Guids=True;" />
210
+ <property name =" nhibernate.connection.connection_string" value =" Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Old Guids=True;" />
211
211
</target >
212
212
213
213
<target name =" setup-teamcity-sqlanywhere" >
You can’t perform that action at this time.
0 commit comments