File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 DB_INIT : |
1717 docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -e "MSSQL_PID=Express" -p 1433:1433 -d --name sqlexpress mcr.microsoft.com/mssql/server:2019-latest;
1818 - DB : SqlServer2008-MicrosoftDataSqlClientDriver
19- CONNECTION_STRING : " Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;"
19+ CONNECTION_STRING : " Server=localhost;initial catalog=nhibernate;User Id=sa;Password=P@ssw0rd;packet size=4096;TrustServerCertificate=true; "
2020 OS : ubuntu-latest
2121 DB_INIT : |
2222 docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -e "MSSQL_PID=Express" -p 1433:1433 -d --name sqlexpress mcr.microsoft.com/mssql/server:2019-latest;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ environment:
55 - DB : SqlServer2008
66 CONNECTION_STRING : Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
77 - DB : SqlServer2008-MicrosoftDataSqlClientDriver
8- CONNECTION_STRING : Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
8+ CONNECTION_STRING : Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;TrustServerCertificate=true;
99 - DB : Firebird
1010 - DB : Firebird4
1111 - DB : MySQL
Original file line number Diff line number Diff line change 5656 <ItemGroup >
5757 <PackageReference Include =" log4net" Version =" 3.0.2" />
5858 <PackageReference Include =" Microsoft.AspNetCore.OData" Version =" 7.7.0" />
59- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 3 .1.5 " />
59+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5 .1.6 " />
6060 <PackageReference Include =" NHibernate.Caches.CoreDistributedCache.Memory" Version =" 5.9.0" />
6161 <PackageReference Include =" NHibernate.Caches.Util.JsonSerializer" Version =" 5.9.0" />
6262 <PackageReference Include =" System.Data.SQLite.Core" Version =" 1.0.117" />
Original file line number Diff line number Diff line change 7272 <target name =" setup-teamcity-sqlServer-MicrosoftDataSqlClientDriver" >
7373 <property name =" db-service" value =" MSSQL$SQLEXPRESS" />
7474 <property name =" nhibernate.connection.driver_class" value =" NHibernate.Driver.MicrosoftDataSqlClientDriver" />
75+ <property name =" nhibernate.connection.connection_string" value =" Server=(local);initial catalog=nhibernate;Integrated Security=SSPI;TrustServerCertificate=true;" />
7576 </target >
7677
7778 <target name =" setup-teamcity-sqlServer2012" >
You can’t perform that action at this time.
0 commit comments