File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
NHibernate.Config.Templates Expand file tree Collapse file tree 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.
99 <property name =" connection.driver_class" >NHibernate.Driver.MySqlDataDriver</property >
1010 <property name =" connection.connection_string" >
1111 Database=nhibernate;Data Source=localhost;User Id=nhibernate;Password=;
12- Protocol=memory; Old Guids=True;
12+ Old Guids=True;
1313 </property >
1414 <property name =" dialect" >NHibernate.Dialect.MySQL5Dialect</property >
1515 </session-factory >
Original file line number Diff line number Diff line change 6565 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
6666 <PackageReference Include =" FirebirdSql.Data.FirebirdClient" Version =" 6.6.0" />
6767 <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 " />
6969 </ItemGroup >
7070 <ItemGroup Condition =" $(NhNetFx)" >
7171 <Reference Include =" System.Configuration" />
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ public MySQLDialect()
211211 "separator" ,
212212 "show" ,
213213 "shutdown" ,
214+ "source_ssl_verify_server_cert" ,
214215 "spatial" ,
215216 "sql_big_result" ,
216217 "sql_calc_found_rows" ,
Original file line number Diff line number Diff line change 207207 <property name =" db-service" value =" MySQL57" />
208208 <property name =" nhibernate.connection.driver_class" value =" NHibernate.Driver.MySqlDataDriver" />
209209 <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;" />
211211 </target >
212212
213213 <target name =" setup-teamcity-sqlanywhere" >
You can’t perform that action at this time.
0 commit comments