duckdb icon indicating copy to clipboard operation
duckdb copied to clipboard

Support HUGEINT in printf and format

Open xuke-hat opened this issue 6 months ago • 3 comments

Fix #10578

The fmt library, by default, only supports int128 on 64-bit platforms. I have modified it to use hugeint_t for int128 for compatibility across all platforms.

I'm not sure if HUGEINT should be treated as integer in printf, I've asked in #13173 but nobody answered yet. I'll close this PR if it's not the intended behavior.

xuke-hat avatar Aug 02 '24 10:08 xuke-hat