File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
88 CONNECTION_STRING : Host=localhost;Port=5432;Username=postgres;Password=Password12!;Database=nhibernate;Enlist=true;
99 - DB : Firebird
1010 - DB : MySQL
11- CONNECTION_STRING : Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;
11+ CONNECTION_STRING : Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;SslMode=none;
1212 - DB : SQLite
1313init :
1414 # Required for having windows endlines in sources zip
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Task Set-Configuration {
1515 ' dialect' = ' NHibernate.Dialect.FirebirdDialect'
1616 };
1717 ' MySQL' = @ {
18- ' connection.connection_string' = ' Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;' ;
18+ ' connection.connection_string' = ' Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;SslMode=none; ' ;
1919 ' connection.driver_class' = ' NHibernate.Driver.MySqlDataDriver' ;
2020 ' dialect' = ' NHibernate.Dialect.MySQL5Dialect'
2121 };
@@ -118,4 +118,4 @@ Task Test -depends Build {
118118 dotnet $assembly -- labels= before -- nocolor " --result=$_ -TestResult.xml"
119119 }
120120 }
121- }
121+ }
Original file line number Diff line number Diff line change 6565 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0" />
6666 <PackageReference Include =" FirebirdSql.Data.FirebirdClient" Version =" 6.6.0" />
6767 <PackageReference Include =" Npgsql" Version =" 4.1.9" />
68- <PackageReference Include =" MySql.Data" Version =" 8.0.25 " />
68+ <PackageReference Include =" MySql.Data" Version =" 8.0.26 " />
6969 </ItemGroup >
7070 <ItemGroup Condition =" $(NhNetFx)" >
7171 <Reference Include =" System.Configuration" />
You can’t perform that action at this time.
0 commit comments