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:
8
8
CONNECTION_STRING : Host=localhost;Port=5432;Username=postgres;Password=Password12!;Database=nhibernate;Enlist=true;
9
9
- DB : Firebird
10
10
- 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;
12
12
- DB : SQLite
13
13
init :
14
14
# 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 {
15
15
' dialect' = ' NHibernate.Dialect.FirebirdDialect'
16
16
};
17
17
' 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; ' ;
19
19
' connection.driver_class' = ' NHibernate.Driver.MySqlDataDriver' ;
20
20
' dialect' = ' NHibernate.Dialect.MySQL5Dialect'
21
21
};
@@ -118,4 +118,4 @@ Task Test -depends Build {
118
118
dotnet $assembly -- labels= before -- nocolor " --result=$_ -TestResult.xml"
119
119
}
120
120
}
121
- }
121
+ }
Original file line number Diff line number Diff line change 65
65
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0" />
66
66
<PackageReference Include =" FirebirdSql.Data.FirebirdClient" Version =" 6.6.0" />
67
67
<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 " />
69
69
</ItemGroup >
70
70
<ItemGroup Condition =" $(NhNetFx)" >
71
71
<Reference Include =" System.Configuration" />
You can’t perform that action at this time.
0 commit comments