Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
699 stars 145 forks source link

Malformed array literal if array contains NULL #202

Open xvaara opened 6 years ago

xvaara commented 6 years ago

When using multicorn with foreign postgresql I got this:

ERROR:  malformed array literal: "{1.0, , -1001.1, 0.0, 1828.0, 0.0}"
DETAIL:  Unexpected "," character.
rdunklau commented 6 years ago

Could you explain what exactly you are doing ?