gemini
gemini copied to clipboard
fix(genInsertJSONStmt): should return `stmt, nil` or `nil,err`
At this moment genInsertJSONStmt have case:
if table.IsCounterTable() { return nil, nil }