Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of BigDecimal literals with zero fraction part as floats,…
… 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