Menu

#439 Cannot inline-edit row when table has VARCHAR primary key

Git
closed-duplicate
nobody
None
5
2015-03-08
2015-02-10
No

When trying to inline edit row with VARCHAR(64) primary key, then generated query fails:
COLLATION 'utf8mb4_bin' is not valid for CHARACTER SET 'utf8' 10:43:40 SQL command

UPDATE session SET state = 'NEW' WHERE session_id = '0002486d-5de5-4abf-8342-294b519a81f8' AND session_id = '0002486d-5de5-4abf-8342-294b519a81f8' COLLATE utf8mb4_bin;

MySQL version: 5.6.19-log through PHP extension MySQLi

Discussion

  • Jakub Vrána

    Jakub Vrána - 2015-03-08

    I'll address this together with bug #438.

     
  • Jakub Vrána

    Jakub Vrána - 2015-03-08
    • status: open --> closed-duplicate
     

Log in to post a comment.

Auth0 Logo