File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
See https://github.com/denisenkom/go-mssqldb for full parameter list.
21
21
22
- ## Note about driver support
22
+ ## Driver Support
23
+
24
+ ### Which go-mssqldb driver to us?
23
25
24
26
Please note that the deprecated ` mssql ` driver is not supported. Please use the newer ` sqlserver ` driver.
25
27
See https://github.com/denisenkom/go-mssqldb#deprecated for more information.
28
+
29
+ ### Official Support by migrate
30
+
31
+ Versions of MS SQL Server 2019 newer than CTP3.1 are not officially supported since there are issues testing against the Docker image.
32
+ For more info, see: https://github.com/golang-migrate/migrate/issues/160#issuecomment-522433269
Original file line number Diff line number Diff line change 30
30
// Container versions: https://mcr.microsoft.com/v2/mssql/server/tags/list
31
31
specs = []dktesting.ContainerSpec {
32
32
{ImageName : "mcr.microsoft.com/mssql/server:2017-latest-ubuntu" , Options : opts },
33
- {ImageName : "mcr.microsoft.com/mssql/server:2019-latest " , Options : opts },
33
+ {ImageName : "mcr.microsoft.com/mssql/server:2019-CTP3.1-ubuntu " , Options : opts },
34
34
}
35
35
)
36
36
You can’t perform that action at this time.
0 commit comments