What steps can reproduce the bug? When querying columns defined as numeric(10, 7) (used for latitude and longitude), the Bun SQL client appears to truncate or round the values when returned as numbers ...
Specifying NUMBER without any precision or scale creates a column in which you can store numeric values of any precision and scale, up to the implementation limit on precision. A column of this kind ...
Ok. I have some tables that store dollar amounts, among other data. I had the fields set to be a data type of money, and was planning on the values including zero. When selecting the data, I was ...