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
Hello, whenever trying to execute an INSERT statement with a text of 250 characters I get this error:
line 1605, in execute param_buffer.value = c_char_buf ValueError: string too long
currently I truncated the text to 200 characters, but is there a better solution for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, whenever trying to execute an INSERT statement with a text of 250 characters I get this error:
currently I truncated the text to 200 characters, but is there a better solution for this?
The text was updated successfully, but these errors were encountered: