mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-10-06 01:07:08 +08:00
fix: zero-valued judgments for types decimal and json
This commit is contained in:
@@ -25,7 +25,7 @@ func TestParseMysqlSQL(t *testing.T) {
|
||||
codes, err := ParseSQL(sql, WithJSONTag(1), WithDBDriver(DBDriverMysql))
|
||||
assert.Nil(t, err)
|
||||
assert.NotEmpty(t, codes)
|
||||
//printCode(codes)
|
||||
printCode(codes)
|
||||
}
|
||||
|
||||
func TestParseSQL(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user