mariuz / perl-dbd-firebird

Perl DBI driver for Firebird
15 stars 9 forks source link

Bug #76506 for DBD-Firebird: Invalid string returned for CHAR #32

Closed stefansbv closed 12 years ago

stefansbv commented 12 years ago

Made a test for bug report rt76506

https://rt.cpan.org/Ticket/Display.html?id=76506

mariuz commented 12 years ago

I will recheck the issue and close if i can't reproduce it

xenu commented 12 years ago

There is problem with your test case, ib_charset should be set to UTF8 and ib_enable_utf8 should be enabled. Without it, test passes.

stefansbv commented 12 years ago

Yes, true, I can confirm that it is a bug, and I think we should switch to UTF8 for all tests.

mariuz commented 12 years ago

Switch and push it to see where it breaks :)

stefansbv commented 12 years ago

Done. No to many breaks, only those involving CHAR type string comparison.