On Thu Mar 10 21:34:14 2016, JIRA wrote:
Show quoted text> I ran into an issue with mod_perl and DBD::SQLite.
> I used the following query to check whether table exists
> "SELECT name FROM sqlite_master WHERE type='table' AND name='data'"
>
> Under mod_perl it will return nothing even though the table does
> exist. Without
> mod_perl it returns correct result
Not sure what's actually going on from what you've written here, but could you check the following first?
1) if you connect to the database you expect (by specifying a full path to the database file)
2) if DBI/DBD::SQLite are loaded correctly, and have the expected version