Skip to content

String value of 250 characters causes error #103

@elghali

Description

@elghali

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions