alaisi / postgres-async-driver

Asynchronous PostgreSQL Java driver
Apache License 2.0
287 stars 38 forks source link

Issue #18: Incorrect parsing of varchar arrays #19

Closed ljodal closed 8 years ago

ljodal commented 8 years ago

This fixes #18, parsing of arrays from Postgres containing unquoted strings. These were previously incorrectly parsed as NULL if a string started with an uppercase N.

alaisi commented 8 years ago

Merged, thanks for the contribution. :)