mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-10-06 01:07:08 +08:00
support database postgresql and tidb
This commit is contained in:
@@ -145,7 +145,7 @@ func Test_getOptions(t *testing.T) {
|
||||
NullStyle: "sql",
|
||||
}
|
||||
|
||||
o := getOptions(a)
|
||||
o := setOptions(a)
|
||||
assert.NotNil(t, o)
|
||||
a.NullStyle = "ptr"
|
||||
assert.NotNil(t, o)
|
||||
|
Reference in New Issue
Block a user