File tree 4 files changed +4
-3
lines changed
NHibernate.Config.Templates
4 files changed +4
-3
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 65
65
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
66
66
<PackageReference Include =" FirebirdSql.Data.FirebirdClient" Version =" 6.6.0" />
67
67
<PackageReference Include =" Npgsql" Version =" 4.0.3" />
68
- <PackageReference Include =" MySql.Data" Version =" 8.0.22 " />
68
+ <PackageReference Include =" MySql.Data" Version =" 8.0.25 " />
69
69
</ItemGroup >
70
70
<ItemGroup Condition =" $(NhNetFx)" >
71
71
<Reference Include =" System.Configuration" />
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ public MySQLDialect()
211
211
"separator" ,
212
212
"show" ,
213
213
"shutdown" ,
214
+ "source_ssl_verify_server_cert" ,
214
215
"spatial" ,
215
216
"sql_big_result" ,
216
217
"sql_calc_found_rows" ,
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