We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41174f commit 01acd69Copy full SHA for 01acd69
driver/driver_test.go
@@ -1171,7 +1171,6 @@ func TestInsertByteArrayODBC(t *testing.T) {
1171
}
1172
1173
func TestInsertBoolTrueODBC(t *testing.T) {
1174
- log.UseTestLogger(t)
1175
1176
db, err := sql.Open("ramsql", "TestInsertBoolODBC")
1177
if err != nil {
@@ -1201,7 +1200,6 @@ func TestInsertBoolTrueODBC(t *testing.T) {
1201
1200
1202
1203
func TestInsertBoolFalseODBC(t *testing.T) {
1204
1205
1206
1207
0 commit comments