Skip to content

Make BIGINT type hack for compatible with the old Koski-based parser configurable #4071

Answered by mbasmanova
ViggoC asked this question in Q&A
Discussion options

You must be logged in to vote

@ViggoC We can try removing it or hiding behind a new flag in ParseOptions. Would you like to work on this?

struct ParseOptions {
  // Retain legacy behavior by default.
  bool parseDecimalAsDouble = true;

  bool parseIntegerAsBigint = true;
};

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ViggoC
Comment options

Answer selected by mbasmanova
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants