Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 545
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: miyagawa [...] bulknews.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.15
Fixed in: (no value)



Subject: test fault with bleadperl
maybe something with UTF8 flag: t/40bindparam....1..28 ok 1 connect ok 2 FindNewTable CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64)) ok 3 create ok 4 prepare ok 5 execute insert 1 ok 6 execute insert num as string ok 7 execute insert 2 ok 8 bind 1 ok 9 bind 2 ok 10 execute binds ok 11 ok 12 ok 13 ok 14 finish ok 15 undef cursor ok 16 disconnect ok 17 undef dbh ok 18 connect for read ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 not ok 25 - FAILED Test 25 - Wide character in print at t/40bindparam.t line 167. Query returned id = 4, name = Andreas K**ig, ref = ARRAY(0x82ad9ec), 2 ok 26 ok 27 ok 28 FAILED test 25 Failed 1/28 tests, 96.43% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/40bindparam.t 28 1 3.57% 25 Failed 1/1 test scripts, 0.00% okay. 1/28 subtests failed, 96.43% okay. *** Error code 9 t/40blobs....1..11 ok 1 ok 2 Creating table: CREATE TABLE testaa (id INTEGER NOT NULL, name BLOB NOT NULL) ok 3 ok 4 ok 5 ok 6 ok 7 not ok 8 - FAILED Test 8 - 00000000 0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20 00000020 2122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f40 00000040 4142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f60 00000060 6162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f80 00000080 8182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0 000000a0 a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0 000000c0 c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0 000000e0 e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff01 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 00000000 0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 00000020 2122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f40 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 00000040 4142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f60 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 00000060 6162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f80 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 00000080 8182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9fa0 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 000000a0 a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 000000c0 c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1 Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 53. Malformed UTF-8 character (unexpected end of string) at t/40blobs.t line 54. 000000e0 1415161718191a1b1c1d1e1f202122232425262728292a2b2c2d2e2f30313233 ok 9 ok 10 ok 11 FAILED test 8 Failed 1/11 tests, 90.91% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/40blobs.t 11 1 9.09% 8 Failed 1/1 test scripts, 0.00% okay. 1/11 subtests failed, 90.91% okay. *** Error code 9
Fixed in 0.23 on CPAN.