hissqlite-util: print -d tokens as @hex@ like other INN tools#362
hissqlite-util: print -d tokens as @hex@ like other INN tools#362kev009 wants to merge 1 commit into
Conversation
-d used bare hex; switch to the usual @...@ form and use hex() instead of stripping quote()'s X'...' output.
|
Thanks for the change. |
|
Playing a bit with I would suggest that change, if that's OK for you: I'm also wondering whether it shouldn't be interesting to order the dump by arrival time so as to have a consistent output? |
|
@Julien-Elie your @@ fix and 0 fix sounds right. I'd lean toward the args/flags as better route (maybe -O to differentiate from ovsqlite-util -o?), because it will require a more expensive DB sort. |
-d used bare hex; switch to the usual @...@ form and use hex() instead of stripping quote()'s X'...' output.