Sqlite: DBError expects a database object as its first parameter
authorChad Horohoe <chadh@wikimedia.org>
Tue, 16 Aug 2016 20:30:04 +0000 (13:30 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 16 Aug 2016 20:32:09 +0000 (13:32 -0700)
commit940c1e1089943649a8dad11cd6ef7aab65b02731
treeadc32e1e0680e945f9d44de9ff7b05784506aada
parentb5e308c4e1232d43c2369006ddcd552341bcaece
Sqlite: DBError expects a database object as its first parameter

That constructor is dumb. It's also dumb to need a DB object
considering the only subclass using it is DBConnectionError
to getServerName()

Change-Id: I8e09989fd6635ccdffdba1102f55a9d3b7ba2f6e
includes/db/DatabaseSqlite.php