Skip to content

String literal to long #80

@choallin

Description

@choallin

I have a table that saves various input from users. In one column we write a giant json string produced by a step by step wizard. This column is defined as a blob sub_type 1 with the utf-8 charset.

Now I when I want to save the last step I get this error:

String literal with 16538 characters exceeds the maximum length of 16383 characters for the UTF8 character set

When I manually make a string concat in the middle of the string (with "||" ) the statement works. According to a comment from my Stackoverflow question this could be fixed here

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