aboutsummaryrefslogtreecommitdiff
path: root/plugins/t/check_dbi.t
AgeCommit message (Collapse)Author
2012-06-08t/check_dbi.t: Don't use 'INSERT … VALUES (a,b), (c,d)' with SQLite3.Gravatar Sebastian Harl
Older versions of SQLite3 don't seem to support that.
2012-06-08Added a few test cases for the check_dbi plugin.Gravatar Sebastian Harl
All tests use sqlite3. A temporary database is created for the purpose of the tests.