diff --git a/main_test.go b/main_test.go index 62eaf311ea139ca0cd2bd0ea696b4ab3b25c2fd1..7cef7652528b0b5d428d18dc2aa3e3d8121418a5 100644 --- a/main_test.go +++ b/main_test.go @@ -38,7 +38,7 @@ import ( _ "upper.io/db/postgresql" // Temporary removing QL. It includes a _solaris.go file that produces // compile time errors on < go1.3. - _ "upper.io/db/ql" + // _ "upper.io/db/ql" _ "upper.io/db/sqlite" ) @@ -47,7 +47,7 @@ var wrappers = []string{ `mysql`, `postgresql`, `mongo`, - `ql`, + // `ql`, } const (