Subject: | t/04dbi.t failure |
When running nmake test for the first time, DBI says it can't connect to the database.
On the second run, the error is instead 'no such table sessions(1)'.
Looking at the code in t/04dbi.t it seems the create table statement is wrong, so I changed it to
CREATE TABLE sessions (id TEXT PRIMARY KEY, session_data TEXT, expires INT);
(the table should be named sessions instead of session and the field session should be named session_data instead).
The error on the first run remains.
The second run is ok instead.
Message body not shown because it is not plain text.