https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489
Peter Vashchuk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121564|0 |1 is obsolete| | Attachment #121565|0 |1 is obsolete| | --- Comment #20 from Peter Vashchuk <[email protected]> --- Created attachment 121570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121570&action=edit Bug 28489: Modify sessions.a_session from longtext to longblob This column contains serialized data, it should be a blob. And it fixes encoding issues. Test plan: 1. Apply patch and run updatedatabase 2. In $KOHA_CONF make sure that you have <strict_sql_modes>0</strict_sql_modes> 3. Create 2 libraries: a. TESTÄ/Testä b. TEST✓/Test✓ 4. Go to the staff interface, change your library to Testä, then navigate to a few other pages, make sure there is no encoding problem with the library name in the top right corner 5. Do the same with Test✓ Signed-off-by: Petro Vashchuk <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
