(cfg, eng, ident)
| 173 | |
| 174 | @drop_db.for_db("sqlite") |
| 175 | def _sqlite_drop_db(cfg, eng, ident): |
| 176 | _drop_dbs_w_ident(eng.url.database, eng.driver, ident) |
| 177 | |
| 178 | |
| 179 | def _drop_dbs_w_ident(databasename, driver, ident): |
nothing calls this directly
no test coverage detected