[Koha-bugs] [Bug 22738] Software Error after LDAP Authentication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 23 16:30:55 CEST 2019


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

--- Comment #8 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list