Hi John, I found few issues with dump()ing a cursor row as string (and also with cursor::getColumnAsString() method). I encountered this when the table contained a CATEGORY and an unbinned equality index created over it (I did not try to reproduce this with other kind of index). These methods were returning the dictionary index of the cell value in the CATEGORY column and not the actual value itself.
I've created a patch for it and am attaching it here for your review. Pls let me know if this is the best way to do this or if any changes are needed to the patch. I've also done some code refactoring to remove code duplication between cursor::dump() and cursor::getColumnAsString() methods. -gaurav
bord.patch
Description: Binary data
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
