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

Address issue #110 - Support for storing binary data #167

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

Conversation

mrgrew
Copy link

@mrgrew mrgrew commented Aug 9, 2019

This change follows the pattern established in JDBCStatementHelper that uses a regex to accommodate data types not directly supported by JSON.

The Base64 regex was sourced from https://www.npmjs.com/package/base64-regex .

@mrgrew
Copy link
Author

mrgrew commented Aug 21, 2019

Our team needs to handle binary data and this seems like a viable solution given how infrequently Base64 data is stored in text fields in our database. Any and all feedback is welcome.

@EmadAlblueshi
Copy link
Contributor

What database you are using ?

@mrgrew
Copy link
Author

mrgrew commented Aug 26, 2019

We're using MySQL 5.6 as provided by Percona @EmadAlblueshi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants