Segfault-Inc / Multicorn

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

Fix for mishandling of None elements in sequence lines. #216

Closed deathwish closed 5 years ago

deathwish commented 5 years ago

The previous fix for #102 would emit NULL for the entire row as it skipped incrementing the index into the Python sequence. This commit fixes this and adds regression tests for the problem.

fffaraz commented 5 years ago

I need this bugfix. Could you please merge it to master?

galuszkak commented 5 years ago

LGTM @fffaraz , merging.