Hi, I am using ST_MakePoint(1.0, 1.0) and that works fine. However, when I try to run following command ST_MakePoint(1, 1), I got exception: `No applicable constructor/method found for actual parameters "int, int”`
How to automatically cast int to BigDecimal? Thanks, -Kiril
