fix(genInsertJSONStmt): should return stmt, nil
or nil,err
#322
Labels
enhancement
New feature or request
stmt, nil
or nil,err
#322
At this moment genInsertJSONStmt have case:
if table.IsCounterTable() { return nil, nil }
The text was updated successfully, but these errors were encountered: