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

Improved BLOB processing! #4

Merged
merged 2 commits into from
Sep 14, 2020
Merged

Conversation

steve-krisjanovs
Copy link
Contributor

First, I added an optional "requestlimit" cmd line parameter. This way HTTP POSTS that insert/update larger BLOBs to a table can be done by over-riding the default 1mb request limit.

My last PR didn't handle BLOBs very well so I fine-tuned how select/insert/update is handled on blob fields and blob statement parameters. See diffs in readme.md for this PR for examples. Both base64 and byte arrays are supported

Cheers!

steve-krisjanovs and others added 2 commits September 10, 2020 08:50
merge latest assafmo/SQLiteProxy into local fork
…se64 encoding/decoding. also cleaned up 400 response error handling
Copy link
Owner

@assafmo assafmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@assafmo assafmo merged commit 9227a18 into assafmo:master Sep 14, 2020
@assafmo
Copy link
Owner

assafmo commented Sep 14, 2020

Thank you @steve-krisjanovs! Published as v0.9.1.

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