File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
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 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