We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e30d2 commit ff3ca4fCopy full SHA for ff3ca4f
appveyor.yml
@@ -5,7 +5,7 @@ environment:
5
- DB: SqlServer2008
6
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
7
- DB: SqlServer2008-MicrosoftDataSqlClientDriver
8
- CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
+ CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;TrustServerCertificate=true;
9
- DB: Firebird
10
- DB: Firebird4
11
- DB: MySQL
0 commit comments