Skip to content

Is "Data too long for column RequestBody" to do with ServiceStack MySQLConnector? #28

Closed Answered by mythz
CharlieArmstrongDev asked this question in Q&A
Discussion options

You must be logged in to vote

It'll be because it exceeds MySql's VARCHAR string column, I've updated RequestBody to use a text column in this commit.

If you change the CrudEvent.RequestBody column to LONGTEXT it should resolve this issue.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by CharlieArmstrongDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants