Code review comment for lp:~zorba-coders/zorba/bug1109853

Revision history for this message
Chris Hillery (ceejatec) wrote :

Unless I'm missing something, the following if condition (and the corresponding block of code) is repeated twice in jsonitemsequence.cpp :

+ } else if (SQLTypes::isString(columnTypes[i])) {

Also, what's the story behind the various new // **** and // ---- comments?

review: Needs Fixing

« Back to merge proposal