[Gravity] Drop the "Database" sub namespace

Review Request #985 — Created July 1, 2023 and submitted — Latest diff uploaded

pprkut
Lunr.Gravity
992
a8d1d20...
lunr
Everything in Lunr.Gravity is now database related, so the additional
namespace layer doesn't add anything.

Diff Revision 1 (Latest)

src/Lunr/Gravity/MySQL/Tests/MockMySQLi.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLi.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLiFailedConnection.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiFailedConnection.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLiResult.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiResult.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLiSuccessfulConnection.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulConnection.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLiSuccessfulWarningConnection.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulWarningConnection.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLiWarning.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiWarning.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLndFailedConnection.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLndFailedConnection.php
src/Lunr/Gravity/MySQL/Tests/MockMySQLndSuccessfulConnection.php Was src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLndSuccessfulConnection.php
src/Lunr/Gravity/MySQL/Tests/MySQLAsyncQueryResultBaseTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultBaseTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLAsyncQueryResultFetchTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultFetchTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLAsyncQueryResultTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLCanonicalQueryBaseTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLCanonicalQueryBaseTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLCanonicalQueryTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLCanonicalQueryTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionBaseTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionBaseTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionConnectTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionConnectTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionEscapeTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionEscapeTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionMasterSlaveTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionMasterSlaveTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionQueryTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionQueryTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionSetTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionSetTest.php
src/Lunr/Gravity/MySQL/Tests/MySQLConnectionTest.php Was src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionTest.php
This diff has been split across 8 pages: < 1 2 3 4 5 6 7 8 >
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLi.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiFailedConnection.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiResult.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulConnection.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulWarningConnection.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiWarning.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLndFailedConnection.php
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLndSuccessfulConnection.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultBaseTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultFetchTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLCanonicalQueryBaseTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLCanonicalQueryTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionBaseTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionConnectTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionEscapeTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionMasterSlaveTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionQueryTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionSetTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionTest.php
This diff has been split across 8 pages: < 1 2 3 4 5 6 7 8 >
Loading...