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

Fix support for fetching Binary BLOBs #40

Closed
wants to merge 1 commit into from

Conversation

cwsteinbach
Copy link

This is a WIP patch that adds support for fetching binary BLOBs. Currently the FDW can fetch BLOBs only if they are null terminated c-strings.

  • Fix formatting
  • Finish adding support for specifying max blob size as a configuration option.
  • Test handling of BLOB truncation.
  • Merge mysql_column and MySQLColumn structs.
  • Add comments

@ibrarahmad
Copy link
Contributor

Pull request has conflicts, can you please rebase the pull request.

@cwsteinbach
Copy link
Author

@@ibrarahmad committed the fix here: e0dbfa0

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.

None yet

2 participants