https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22738
--- Comment #9 from [email protected] --- (In reply to Katrin Fischer from comment #8) > Not very likely, but something I have had problems with in the past: MySQL > seems to ignore a whitespace at the end of values, while Perl does not. It > happens easily, very hard to spot even when you have access to the data via > SQL. Using LIKE or comparing the length helps to identify: > SELECT * FROM Foo WHERE CHAR_LENGTH(field) != CHAR_LENGTH(TRIM(field)) What exactly do you mean? I am not sure where and what do check in detail... Thank you for your help! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
