Skip to content

Commit

Permalink
Bump MySql.Data from 8.0.22 to 8.0.25 (#2771)
Browse files Browse the repository at this point in the history
* Register keyword added (renamed) in 8.0.23
* Update connection string
  • Loading branch information
dependabot[bot] committed May 18, 2021
1 parent aa4cab6 commit 2bd3c16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NHibernate.Config.Templates/MySql.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for your own use before compile tests in VisualStudio.
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
<property name="connection.connection_string">
Database=nhibernate;Data Source=localhost;User Id=nhibernate;Password=;
Protocol=memory;Old Guids=True;
Old Guids=True;
</property>
<property name="dialect">NHibernate.Dialect.MySQL5Dialect</property>
</session-factory>
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHibernate.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="6.6.0" />
<PackageReference Include="Npgsql" Version="4.0.3" />
<PackageReference Include="MySql.Data" Version="8.0.22" />
<PackageReference Include="MySql.Data" Version="8.0.25" />
</ItemGroup>
<ItemGroup Condition="$(NhNetFx)">
<Reference Include="System.Configuration" />
Expand Down
1 change: 1 addition & 0 deletions src/NHibernate/Dialect/MySQLDialect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public MySQLDialect()
"separator",
"show",
"shutdown",
"source_ssl_verify_server_cert",
"spatial",
"sql_big_result",
"sql_calc_found_rows",
Expand Down
2 changes: 1 addition & 1 deletion teamcity.build
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<property name="db-service" value="MySQL57" />
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver" />
<property name="nhibernate.dialect" value="NHibernate.Dialect.MySQL5Dialect" />
<property name="nhibernate.connection.connection_string" value="Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Protocol=memory;Old Guids=True;" />
<property name="nhibernate.connection.connection_string" value="Data Source=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;Old Guids=True;" />
</target>

<target name="setup-teamcity-sqlanywhere">
Expand Down

0 comments on commit 2bd3c16

Please sign in to comment.