https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22738

--- Comment #8 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
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))

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to