Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonSequenceToTuple was losing NULLs #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexg0
Copy link

@alexg0 alexg0 commented Jan 5, 2014

NULL values from FDW that returned Sequences, would not be recognized, and be converted to empty strings.

@rdunklau
Copy link
Contributor

Thank you for this pull request. Do you have a test case for this ?

@alexg0
Copy link
Author

alexg0 commented Jan 17, 2014

@rdunklau Unfortunately not familiar enough with Multicorn test system to setup formal test case. This solves the bug of turning None values into empty strings, instead of NULL.

@rdunklau
Copy link
Contributor

I didn't mean necessarily a format test case, just a simple example showing the problem.

This updates us to upstream HEAD as of 06/13/16.

Conflicts:
	src/python.c
This updates us to upstream HEAD as of 04/05/18.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants