aboutsummaryrefslogtreecommitdiff
path: root/lib/sql
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sql')
-rw-r--r--lib/sql/meta_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sql/meta_test.go b/lib/sql/meta_test.go
index 6586bf7d..3b92f2ba 100644
--- a/lib/sql/meta_test.go
+++ b/lib/sql/meta_test.go
@@ -9,17 +9,17 @@ import (
func TestMetaBind(t *testing.T) {
type bindCase struct {
- name string
val any
+ name string
}
type testCase struct {
desc string
driver string
- kind DMLKind
- bind []bindCase
expListName string
expListValue string
expIndex string
+ kind DMLKind
+ bind []bindCase
expNholder int
}