FAILED
Test file Test results Time %
t/00basic.t
  • 1..1
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:51 2008
  • # Current time GMT: Wed Aug 13 13:50:51 2008
  • # Using Test.pm version 1.24
  • ok 1
0.23s 100.0%
t/01logon.t
  • 1..3
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:51 2008
  • # Current time GMT: Wed Aug 13 13:50:51 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • sqlite_version=3.4.2, sqlite_encoding=
0.46s 100.0%
t/02cr_table.t
  • 1..4
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:52 2008
  • # Current time GMT: Wed Aug 13 13:50:52 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • f1, f1, f2, f3
  • ok 4
  • closing dbh with active statement handles at t/02cr_table.t line 16.
0.20s 100.0%
t/03insert.t
  • 1..9
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:52 2008
  • # Current time GMT: Wed Aug 13 13:50:52 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • DBI::db=HASH(0x180a6a8)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at t/03insert.t line 15.
  • closing dbh with active statement handles at t/03insert.t line 15.
0.13s 100.0%
t/04select.t
  • 1..7
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:52 2008
  • # Current time GMT: Wed Aug 13 13:50:52 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • ok 4
  • ok 5
  • Fred, Bloggs, fred@bloggs.com
  • ok 6
  • ok 7
  • closing dbh with active statement handles at t/04select.t line 17.
0.05s 100.0%
t/05tran.t
  • 1..2
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:52 2008
  • # Current time GMT: Wed Aug 13 13:50:52 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ID, TITLE, TOTAL
  • closing dbh with active statement handles at t/05tran.t line 34.
0.12s 100.0%
t/06error.t
  • 1..2
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:52 2008
  • # Current time GMT: Wed Aug 13 13:50:52 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
0.12s 100.0%
t/08create_function.t
  • 1..18
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:53 2008
  • # Current time GMT: Wed Aug 13 13:50:53 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
0.21s 100.0%
t/09create_aggregate.t
  • 1..15
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:53 2008
  • # Current time GMT: Wed Aug 13 13:50:53 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
0.15s 100.0%
t/10dsnlist.t
  • Driver is SQLite
  • 1..3
  • ok 1
  • ok 2
  • List of SQLite data sources:
  • List ends.
  • ok 3
1.22s 100.0%
t/20createdrop.t
  • 1..5
  • ok 1
  • ok 2
  • Creating table:
  • CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL)
  • ok 3
  • ok 4
  • ok 5
0.16s 100.0%
t/30insertfetch.t
  • 1..17
  • ok 1 connect
  • ok 2 FindNewTable
  • CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL, val INTEGER NOT NULL, txt CHAR (64) NOT NULL)
  • ok 3 create
  • ok 4 insert
  • ok 5 prepare select
  • ok 6 execute select
  • ok 7 fetch select
  • ok 8 compare select
  • ok 9 finish select
  • ok 10 undef select
  • ok 11 delete
  • ok 12 prepare select deleted
  • ok 13 execute select deleted
  • ok 14 fetch select deleted
  • ok 15 finish select deleted
  • ok 16 undef select deleted
  • ok 17 drop
0.23s 100.0%
t/40bindparam.t
  • 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
  • ok 25
  • ok 26
  • ok 27
  • ok 28
0.17s 100.0%
t/40blobs.t
  • 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
  • ok 8
  • ok 9
  • ok 10
  • ok 11
0.01s 100.0%
t/40listfields.t
  • 1..13
  • ok 1
  • ok 2
  • ok 3 0E0
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
0.16s 100.0%
t/40nulls.t
  • 1..11
  • ok 1
  • ok 2
  • ok 3 0E0
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
0.12s 100.0%
t/40numrows.t
  • 1..22
  • ok 1
  • ok 2
  • ok 3 0E0
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
  • ok 19
  • ok 20
  • ok 21
  • ok 22
0.06s 100.0%
t/50chopblanks.t
  • 1..35
  • ok 1
  • ok 2
  • ok 3 0E0
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
  • ok 19
  • ok 20
  • ok 21
  • ok 22
  • ok 23
  • ok 24
  • ok 25
  • ok 26
  • ok 27
  • ok 28
  • ok 29
  • ok 30
  • ok 31
  • ok 32
  • ok 33
  • ok 34
  • closing dbh with active statement handles at t/50chopblanks.t line 144.
  • ok 35
0.13s 100.0%
t/50commit.t
  • 1..30
  • Attempting to connect.
  • ok 1 connect
  • ok 2
  • ok 3 0E0
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
  • ok 19
  • ok 20
  • ok 21 NumRows
  • ok 22 disconnect
  • ok 23
  • ok 24
  • ok 25
  • ok 26
  • ok 27
  • ok 28
  • ok 29
  • ok 30
0.10s 100.0%
t/60metadata.t
  • 1..24
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:56 2008
  • # Current time GMT: Wed Aug 13 13:50:56 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
  • ok 19
  • ok 20
  • ok 21
  • ok 22
  • # Types: varchar(2) char(1)
  • # Names: f1 f2
  • ok 23
  • ok 24
0.08s 100.0%
t/90cppcomments.t
  • 1..33
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:56 2008
  • # Current time GMT: Wed Aug 13 13:50:56 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
  • ok 3
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8
  • ok 9
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
  • ok 19
  • ok 20
  • ok 21
  • ok 22
  • ok 23
  • ok 24
  • ok 25
  • ok 26
  • ok 27
  • ok 28
  • ok 29
  • ok 30
  • ok 31
  • ok 32
  • ok 33
0.11s 100.0%
t/99cleanup.t
  • 1..2
  • # Running under perl version 5.008004 for darwin
  • # Current time local: Wed Aug 13 14:50:57 2008
  • # Current time GMT: Wed Aug 13 13:50:57 2008
  • # Using Test.pm version 1.24
  • ok 1
  • ok 2
0.01s 100.0%
t/ak-dbd.t
  • Inserting a row...
  • Deleting a row...
  • 1..49
  • ok 1
  • ok 2
  • ok 3 0E0
  • ok 4
  • ok 5
  • ok 6
  • ok 7
  • ok 8 0E0
  • Inserting a row...
  • ok 9
  • Deleting a row...
  • ok 10
  • ok 11
  • ok 12
  • ok 13
  • ok 14
  • ok 15
  • ok 16
  • ok 17
  • ok 18
  • Test 19: Setting $debug_me to TRUE
  • ok 19
  • not ok 20 -
  • FAILED Test 20 -
  • sth->rows returned wrong result 0 after 'execute'.
  • ok 21
  • ok 22
  • ok 23
  • ok 24
  • Test 25: Setting $debug_me to TRUE
  • ok 25
  • ok 26
  • ok 27
  • ok 28
  • ok 29
  • ok 30
  • ok 31
  • ok 32
  • ok 33
  • ok 34
  • ok 35
  • ok 36
  • ok 37
  • ok 38
  • ok 39
  • ok 40
  • ok 41 execute 284
  • fetchrow 286
  • ok 42 Alligator Descartes
  • ok 43
  • ok 44
  • ok 45
  • ok 46
  • ok 47
  • ok 48
  • ok 49
0.27s 98.0%
t/dbdadmin.t
  • 1..4
  • ok 1
  • ok 2
  • ok 3
  • ok 4
0.09s 100.0%
24 files 348 tests, 347 ok, 1 failed, 0 todo, 0 skipped, 0 parse errors
exit status: 0, wait status: 0
elapsed time: 7 wallclock secs ( 0.35 usr 0.20 sys + 2.34 cusr 0.81 csys = 3.70 CPU)
4.60s 99.7%