Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify type check in SQL statement conversion
Replaced explicit type checks for numeric types with a single check for Number. This reduces code complexity and improves maintainability. Boolean type check remains unchanged.
- Loading branch information