MySQL Forums
Forum List  »  MySQL Workbench

Re: BLOB editor converts \func to NULL on forward engineering
Posted by: Peter Brawley
Date: February 03, 2021 05:11PM

It's an obvious error ...

create table t( v varchar(45) );
insert into t set v='5C66756E6320555549445F544F5F42494E2855554944282929';
ERROR 1406 (22001): Data too long for column 'v' at row 1

Did WB generate the SQL in statement 13?

I've been to busy to walk all the steps, ie to prove that this isn't a usage error.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: BLOB editor converts \func to NULL on forward engineering
351
February 03, 2021 05:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.