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

Problems with numeric data type #164

Closed Terterola closed 3 years ago

Terterola commented 3 years ago

Hi there,

When I run a query over a table that has numeric data type fields, it generates a dirty string value in the resulting map.

Here goes an image showing that...

numeric_field my_executeSqlMap_method
Terterola commented 3 years ago

Here is the table structure. The same problem occurs with the "qtd_prevista" field.

Captura de Tela 2021-06-17 às 20 25 25