gemini icon indicating copy to clipboard operation
gemini copied to clipboard

fix(genInsertJSONStmt): should return `stmt, nil` or `nil,err`

Open dkropachev opened this issue 2 years ago • 0 comments

At this moment genInsertJSONStmt have case: if table.IsCounterTable() { return nil, nil }

dkropachev avatar May 24 '23 19:05 dkropachev