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

PDB doesn't know how to translate update statements containing blobs #30

Open
orium opened this issue Apr 7, 2016 · 2 comments
Open

Comments

@orium
Copy link

orium commented Apr 7, 2016

It will build a statement by calling toString() on the object yielding something like

This problem doesn't happen if prepared statements are used.

@rpvilao-gymondo
Copy link

Updating blobs is not supported by JDBC without using prepared statements

@orium
Copy link
Author

orium commented Apr 7, 2016

Pdb should then throw an appropriate exception.

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

No branches or pull requests

2 participants