Subject: | t/13_create_collation.t crashes in Perl 5.13.2 |
Hi guys,
DBD::SQLite fails test suite in t/13_create_collation.t on Perl 5.13.2.
I've tested on several installations under Debian and Windows (with
differents compilers), both 1.29 and 1.30_03.
Perl crashes during execution of line 130:
$db_sorted = $dbh->selectcol_arrayref("$sql COLLATE no_accents");
Having so much identical failures, I think this bug can be easily
reproduced, but if not, let me know so I can provide more details.
--
Serguei Trouchelle