24 Apr
2019
24 Apr
'19
10:52 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22738 --- Comment #9 from morsch@iza.org --- (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.