Closed
Description
I think at some point we need to implement the rest of the types here:
postgresql-dart/lib/src/text_codec.dart
Lines 221 to 254 in 18b22c5
Also:
I caught this incorrect decoding by coincidence when testing. Like in psql
, in text data format (such in the simple protocol), true
and false
are returned as t
and f
, respectively.
postgresql-dart/lib/src/text_codec.dart
Lines 245 to 246 in 18b22c5
Though, I am not sure if other valid boolean representation are possible (e.g. for true
: 1
, y
, yes
, on
.. etc) to appear here.
I will push a small fix for this one in #118
Metadata
Metadata
Assignees
Labels
No labels