• Sergei Petrunia's avatar
    CLX-103: xpand.update fails after for CLX-55 · 8f112cf5
    Sergei Petrunia authored
    Fix xpand.update test
    
    It was not using the charsets correctly: UTF-8 encoded strings
    were passed to MariaDB as latin1. The results of SELECT statements
    looked correct because they were interpreted as UTF-8, too.
    
    But the data in tables was mis-encoded so UPDATE statements already
    didn't work correctly.
    8f112cf5
update.test 1.13 KB