Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
100.00% |
1 / 1 |
||
| <?php | |
| return [ | |
| "show columns from (.*)" => "pragma table_info(\\1)", | |
| "show tables" => "select name from sqlite_master where type='table' order by name", | |
| "truncate table" => "drop table" | |
| ]; | |