stablekernel / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://www.dartdocs.org/documentation/postgres/latest
BSD 3-Clause "New" or "Revised" License
129 stars 32 forks source link

Unable to get decimal values #162

Closed gmpravin closed 3 years ago

gmpravin commented 3 years ago

im getting decimal values like this [0, 1, 0, 0, 0, 0, 0, 2, 12, 203] How to solve this issue,

Gustl22 commented 3 years ago

Decimal is handled the exact same way as Numeric: See #50