Vladimir Vinogradov
Vladimir Vinogradov
```go package mssql_test import ( "context" "database/sql" "database/sql/driver" "fmt" "net" "testing" "github.com/docker/docker/api/types/container" "github.com/docker/go-connections/nat" gomssql "github.com/microsoft/go-mssqldb" "github.com/qustavo/sqlhooks/v2" "github.com/stretchr/testify/require" "github.com/testcontainers/testcontainers-go" "github.com/testcontainers/testcontainers-go/wait" ) const ddlTestFunc = `create procedure test_proc AS begin DECLARE @ErrorMsg...
@qustavo Do you have any news about the panic?