This commit is contained in:
zhuyasen
2024-06-29 15:01:05 +08:00
parent 35fcea5f5f
commit e255bebd8a
17 changed files with 86 additions and 122 deletions

View File

@@ -396,7 +396,7 @@ func Test_getMongodbTableFields(t *testing.T) {
WithFieldTypes(fieldsMap),
WithJSONTag(1),
WithWebProto(),
WithExtendedApi(),
WithExtendedAPI(),
}
codes, err = ParseSQL(sql, opts...)
if err != nil {