dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Stop using permanent DB for testing #428

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

We're currently using a permanent DB for testing. We need to create temporary DBs when tests run.

Also: use our old SQL server instance.