Segfault-Inc / Multicorn

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

loss of data due to null values in between #201

Open bharathregal opened 6 years ago

bharathregal commented 6 years ago

When the data has null values between, it would populate rest of the consecutive columns as null as well.

for ex: col1|col2|col3|col4 a|b||d

Above record would null out col4 as well due to null in col3.

rdunklau commented 6 years ago

which FDW are you using ?

deathwish commented 5 years ago

Issue is likely fixed by my PR #216 .

df7cb commented 5 years ago

It's been a while since the last release. Could we maybe have a new one to include the latest patches?

There is a bunch of patches I had to add to the Debian package to make it work, please consider importing these: https://salsa.debian.org/postgresql/postgresql-multicorn/tree/master/debian/patches

Thanks.

(I'm posting that here because I just uploaded a git snapshot that includes the referenced PR because a customer needs it.)

galuszkak commented 5 years ago

@df7cb I've merged that patch about month ago. I will be looking more closely to one more, to find what is regression there.