issues
search
denodrivers
/
postgres
PostgreSQL driver for Deno
https://denodrivers.github.io/postgres
MIT License
605
stars
96
forks
source link
fix: update decoders to parse float and return null on error
#444
Closed
bombillazo
closed
9 months ago
bombillazo
commented
9 months ago
Fixes #432
Breaking Changes
On value decode error, log error and return
null
(previously bubbled the error up)
Parse
Float4
to number (previously returned as string)
Fixes
Format all project files using
deno fmt
Update PG geometric type decoders with improved parse checks and error messaging
Fixes #432
Breaking Changes
null
(previously bubbled the error up)Float4
to number (previously returned as string)Fixes
deno fmt