We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempt this sort of thing:
import webstore.client db, table = webstore.client.URL('http://localhost:5001/test/test/data') rows = [ { 'a': '1' }, { 'b': '1' } ] table.writerows(rows)
It will fail with:
webstore.client.WebstoreClientException: (OperationalError) database is locked u'\nALTER TABLE data ADD b TEXT' ()
The text was updated successfully, but these errors were encountered:
General feeling (@pudo and me) is that this is a wontfix but we should put up a prominent health warning and explain why this is a problem.
Sorry, something went wrong.
rufuspollock
No branches or pull requests
Attempt this sort of thing:
It will fail with:
webstore.client.WebstoreClientException: (OperationalError) database is locked u'\nALTER TABLE data ADD b TEXT' ()
The text was updated successfully, but these errors were encountered: