Commit 8b90e6dc authored by Nick Craver's avatar Nick Craver

Okay we've GOT to move that out of the code, holy crap

I'll do a TestConfig pass on Dapper here as a follow-up.
parent 2ca33e7a
...@@ -49,7 +49,7 @@ public abstract class SqlServerDatabaseProvider : DatabaseProvider ...@@ -49,7 +49,7 @@ public abstract class SqlServerDatabaseProvider : DatabaseProvider
{ {
public override string GetConnectionString() => public override string GetConnectionString() =>
IsAppVeyor IsAppVeyor
? @"Server=(local)\SQL2016;Database=tempdb;User ID=sa;Password=Password12!" ? @"Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!"
: "Data Source=.;Initial Catalog=tempdb;Integrated Security=True"; : "Data Source=.;Initial Catalog=tempdb;Integrated Security=True";
public DbConnection GetOpenConnection(bool mars) public DbConnection GetOpenConnection(bool mars)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment