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?
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?