support database postgresql and tidb

This commit is contained in:
zhuyasen
2024-02-08 16:35:33 +08:00
parent 948b3f0b36
commit a56a20263a
83 changed files with 2050 additions and 725 deletions

View File

@@ -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)