DBI 1.28-nothread dispatch trace level set to 6 -> prepare for DBD::SQLite::db (DBI::db=HASH(0x81e8f78)~0x81e89a4 ' CREATE TABLE users ( id INTEGER NOT NULL, name VARCHAR(128) ) ') New DBI::st (for DBD::SQLite::st, parent=DBI::db=HASH(0x81e89a4), id=) dbih_setup_handle(DBI::st=HASH(0x81d7478)=>DBI::st=HASH(0x805b270), DBD::SQLite::st, 81d7484, Null!) dbih_make_com(DBI::db=HASH(0x81e89a4), DBD::SQLite::st, 124) dbih_setup_attrib(DBI::st=HASH(0x805b270), Err, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc7b4) (already defined) dbih_setup_attrib(DBI::st=HASH(0x805b270), State, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc79c) (already defined) dbih_setup_attrib(DBI::st=HASH(0x805b270), Errstr, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc7cc) (already defined) dbih_setup_attrib(DBI::st=HASH(0x805b270), Debug, DBI::db=HASH(0x81e89a4)) 0 (already defined) dbih_setup_attrib(DBI::st=HASH(0x805b270), FetchHashKeyName, DBI::db=HASH(0x81e89a4)) 'NAME' (already defined) dbih_setup_attrib(DBI::st=HASH(0x805b270), HandleError, DBI::db=HASH(0x81e89a4)) undef (not defined) sqlite trace: prepare statement: CREATE TABLE users ( id INTEGER NOT NULL, name VARCHAR(128) ) <- prepare= DBI::st=HASH(0x81d7478) at /path/to/testadmin.pl line 29 -> execute for DBD::SQLite::st (DBI::st=HASH(0x81d7478)~0x805b270) sqlite trace: Execute returned 0 cols <- execute= '0E0' at /path/to/testadmin.pl line 36 -> quote in DBD::_::db for DBD::SQLite::db (DBI::db=HASH(0x81e8f78)~0x81e89a4 'ido50') <- quote= ''ido50'' at /path/to/testadmin.pl line 39 -> prepare for DBD::SQLite::db (DBI::db=HASH(0x81e8f78)~0x81e89a4 ' INSERT INTO users VALUES (1, 'ido50') ') New DBI::st (for DBD::SQLite::st, parent=DBI::db=HASH(0x81e89a4), id=) dbih_setup_handle(DBI::st=HASH(0x8151ae8)=>DBI::st=HASH(0x81d74fc), DBD::SQLite::st, 8151ad0, Null!) dbih_make_com(DBI::db=HASH(0x81e89a4), DBD::SQLite::st, 124) dbih_setup_attrib(DBI::st=HASH(0x81d74fc), Err, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc7b4) (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d74fc), State, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc79c) (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d74fc), Errstr, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc7cc) (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d74fc), Debug, DBI::db=HASH(0x81e89a4)) 0 (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d74fc), FetchHashKeyName, DBI::db=HASH(0x81e89a4)) 'NAME' (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d74fc), HandleError, DBI::db=HASH(0x81e89a4)) undef (not defined) sqlite trace: prepare statement: INSERT INTO users VALUES (1, 'ido50') <- prepare= DBI::st=HASH(0x8151ae8) at /path/to/testadmin.pl line 40 <> DESTROY ignored for outer handle DBI::st=HASH(0x81d7478) (inner DBI::st=HASH(0x805b270)) -> DESTROY for DBD::SQLite::st (DBI::st=HASH(0x805b270)~INNER) <- DESTROY= undef at /path/to/testadmin.pl line 43 dbih_clearcom (h 0x81d7478, com 0x81ce180): FLAGS 0x191: COMSET Warn RaiseError PrintError TYPE 3 PARENT DBI::db=HASH(0x81e89a4) KIDS 0 (0 Active) IMP_DATA undef in 'DBD::SQLite::st' NUM_OF_FIELDS 0 NUM_OF_PARAMS 0 dbih_clearcom 0x81d7478 (com 0x81ce180, type 3) done. -> execute for DBD::SQLite::st (DBI::st=HASH(0x8151ae8)~0x81d74fc) sqlite trace: Execute returned 0 cols <- execute= 1 at /path/to/testadmin.pl line 43 -> prepare for DBD::SQLite::db (DBI::db=HASH(0x81e8f78)~0x81e89a4 ' SELECT * FROM users WHERE id = 1 ') New DBI::st (for DBD::SQLite::st, parent=DBI::db=HASH(0x81e89a4), id=) dbih_setup_handle(DBI::st=HASH(0x81d7544)=>DBI::st=HASH(0x81d7538), DBD::SQLite::st, 81d7550, Null!) dbih_make_com(DBI::db=HASH(0x81e89a4), DBD::SQLite::st, 124) dbih_setup_attrib(DBI::st=HASH(0x81d7538), Err, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc7b4) (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d7538), State, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc79c) (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d7538), Errstr, DBI::db=HASH(0x81e89a4)) SCALAR(0x80fc7cc) (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d7538), Debug, DBI::db=HASH(0x81e89a4)) 0 (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d7538), FetchHashKeyName, DBI::db=HASH(0x81e89a4)) 'NAME' (already defined) dbih_setup_attrib(DBI::st=HASH(0x81d7538), HandleError, DBI::db=HASH(0x81e89a4)) undef (not defined) sqlite trace: prepare statement: SELECT * FROM users WHERE id = 1 <- prepare= DBI::st=HASH(0x81d7544) at /path/to/testadmin.pl line 46 <> DESTROY ignored for outer handle DBI::st=HASH(0x8151ae8) (inner DBI::st=HASH(0x81d74fc)) -> DESTROY for DBD::SQLite::st (DBI::st=HASH(0x81d74fc)~INNER) <- DESTROY= undef at /path/to/testadmin.pl line 50 dbih_clearcom (h 0x8151ae8, com 0x81cce80): FLAGS 0x191: COMSET Warn RaiseError PrintError TYPE 3 PARENT DBI::db=HASH(0x81e89a4) KIDS 0 (0 Active) IMP_DATA undef in 'DBD::SQLite::st' NUM_OF_FIELDS 0 NUM_OF_PARAMS 0 dbih_clearcom 0x8151ae8 (com 0x81cce80, type 3) done. -> execute for DBD::SQLite::st (DBI::st=HASH(0x81d7544)~0x81d7538) sqlite trace: Execute returned 2 cols sqlite trace: exec ok - 0 rows, 2 cols <- execute= '0E0' at /path/to/testadmin.pl line 50 -> fetchrow_array for DBD::SQLite::st (DBI::st=HASH(0x81d7544)~0x81d7538) sqlite trace: numFields == 2, nrow == 0 dbih_setup_fbav for 2 fields => 0x81d74f0