Skip to content

Commit

Permalink
appveyor: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2016
1 parent e3b37c4 commit 221f038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/databases.appveyor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dsn = "sqlsrv:Server=(local)\SQL2008R2SP2;Database=master"
user = sa
password = "Password12!"

[sqlsrv 2012]
dsn = "sqlsrv:Server=(local)\SQL2012SP1;Database=master"
user = sa
password = "Password12!"

; NDB does not differentiate between 2012 and 2014
;[sqlsrv 2012]
;dsn = "sqlsrv:Server=(local)\SQL2012SP1;Database=master"
;user = sa
;password = "Password12!"

;[sqlsrv 2014]
;dsn = "sqlsrv:Server=(local)\SQL2014;Database=master"
;user = sa
Expand Down

0 comments on commit 221f038

Please sign in to comment.