Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
36 changed files with 147 additions and 112 deletions
Showing only changes of commit a5dab73828 - Show all commits

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Mysql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Mysql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Mysql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Pgsql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Pgsql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Pgsql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Sqlite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Sqlite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Sqlite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Exception;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Exception;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Exception;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,15 +4,15 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2016 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace {
use Query\{

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\MySQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\MySQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\PgSQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\PgSQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\SQLite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\SQLite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace {
/**