[Database] Drop legacy database access code

Review Request #115 — Created June 18, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:pagination
124, 123, 118
lunr
Long time coming :) With the increased maturity of Gravity, this is mostly obsolete now. There's still a few things Gravity can't do yet, but overall it's already the way superior solution.
This should remove confusion when looking up database methods and as a (very) nice benefit push unit test coverage to 77% making it green for the first time!!!!! :)
Unit Tests
src/Lunr/Database/DBCon.php
src/Lunr/Database/DBConFactory.php
src/Lunr/Database/DBConMySQL.php
src/Lunr/Database/DBConSqlite.php
src/Lunr/Database/DBMan.php
src/Lunr/Database/MySQLndQueryLogger.php
src/Lunr/Database/QueryInterface.php
src/Lunr/Database/QueryMySQL.php
src/Lunr/Database/QuerySqlite.php
src/Lunr/Database/Tests/DBConTest.php
src/Lunr/Database/Tests/DBManTest.php
src/Lunr/Database/Tests/MockDBConReadonly.php
tests/phpunit.xml
Loading...