|
|
- m["testset"] = []int{1,2,3,4,5,6,7,8,9}
|
|
|
+ m["testset"] = []int{1, 2, 3, 4, 5, 6, 7, 8, 9}
|
|
|
if err := session.Query(`INSERT INTO slice_map_table (testuuid, testvarchar, testbigint, testblob, testbool, testfloat, testdouble, testint, testset, testmap) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
|