Skip to content

Commit

Permalink
Fix parsing of BigDecimal literals with zero fraction part as floats,…
Browse files Browse the repository at this point in the history
… not ints (gluesql#1416)

Resolve issue gluesql#1309 where BigDecimal literals with zero fractional parts (e.g., 1.0, 2.0) were incorrectly parsed as integers.
The BigDecimalExt method `is_integer` has been replaced with `is_integer_representation`, ensuring these values are now accurately recognized as floating-point numbers.
  • Loading branch information
zmrdltl committed Nov 4, 2023
1 parent 6f60c3d commit befffa8
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 96 deletions.

0 comments on commit befffa8

Please sign in to comment.