diff --git a/src/ConnectionManager.php b/src/ConnectionManager.php index f538d5d..489f7c3 100644 --- a/src/ConnectionManager.php +++ b/src/ConnectionManager.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/Drivers/AbstractDriver.php b/src/Drivers/AbstractDriver.php index e1e5986..526b654 100644 --- a/src/Drivers/AbstractDriver.php +++ b/src/Drivers/AbstractDriver.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers; diff --git a/src/Drivers/AbstractSQL.php b/src/Drivers/AbstractSQL.php index aeefa8d..7c0098d 100644 --- a/src/Drivers/AbstractSQL.php +++ b/src/Drivers/AbstractSQL.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers; diff --git a/src/Drivers/AbstractUtil.php b/src/Drivers/AbstractUtil.php index fc5034b..93b6188 100644 --- a/src/Drivers/AbstractUtil.php +++ b/src/Drivers/AbstractUtil.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers; diff --git a/src/Drivers/DriverInterface.php b/src/Drivers/DriverInterface.php index baaa142..7b12759 100644 --- a/src/Drivers/DriverInterface.php +++ b/src/Drivers/DriverInterface.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers; diff --git a/src/Drivers/Mysql/Driver.php b/src/Drivers/Mysql/Driver.php index f4e6936..d20e4a9 100644 --- a/src/Drivers/Mysql/Driver.php +++ b/src/Drivers/Mysql/Driver.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Mysql; diff --git a/src/Drivers/Mysql/SQL.php b/src/Drivers/Mysql/SQL.php index e4da5fb..41c0e66 100644 --- a/src/Drivers/Mysql/SQL.php +++ b/src/Drivers/Mysql/SQL.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Mysql; diff --git a/src/Drivers/Mysql/Util.php b/src/Drivers/Mysql/Util.php index 84900c2..7832ceb 100644 --- a/src/Drivers/Mysql/Util.php +++ b/src/Drivers/Mysql/Util.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Mysql; diff --git a/src/Drivers/Pgsql/Driver.php b/src/Drivers/Pgsql/Driver.php index d9d8368..9427720 100644 --- a/src/Drivers/Pgsql/Driver.php +++ b/src/Drivers/Pgsql/Driver.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Pgsql; diff --git a/src/Drivers/Pgsql/SQL.php b/src/Drivers/Pgsql/SQL.php index 773ef32..ce56e95 100644 --- a/src/Drivers/Pgsql/SQL.php +++ b/src/Drivers/Pgsql/SQL.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Pgsql; diff --git a/src/Drivers/Pgsql/Util.php b/src/Drivers/Pgsql/Util.php index fb7c69a..6760586 100644 --- a/src/Drivers/Pgsql/Util.php +++ b/src/Drivers/Pgsql/Util.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Pgsql; diff --git a/src/Drivers/SQLInterface.php b/src/Drivers/SQLInterface.php index a9f0531..e0ca625 100644 --- a/src/Drivers/SQLInterface.php +++ b/src/Drivers/SQLInterface.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers; diff --git a/src/Drivers/Sqlite/Driver.php b/src/Drivers/Sqlite/Driver.php index b909841..4c885ef 100644 --- a/src/Drivers/Sqlite/Driver.php +++ b/src/Drivers/Sqlite/Driver.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Sqlite; diff --git a/src/Drivers/Sqlite/SQL.php b/src/Drivers/Sqlite/SQL.php index 5f120bc..c223790 100644 --- a/src/Drivers/Sqlite/SQL.php +++ b/src/Drivers/Sqlite/SQL.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Sqlite; diff --git a/src/Drivers/Sqlite/Util.php b/src/Drivers/Sqlite/Util.php index bd08a94..1cb28ba 100644 --- a/src/Drivers/Sqlite/Util.php +++ b/src/Drivers/Sqlite/Util.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Drivers\Sqlite; diff --git a/src/Exception/BadDBDriverException.php b/src/Exception/BadDBDriverException.php index 020291a..692215e 100644 --- a/src/Exception/BadDBDriverException.php +++ b/src/Exception/BadDBDriverException.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Exception; diff --git a/src/Exception/NonExistentConnectionException.php b/src/Exception/NonExistentConnectionException.php index 5ab3392..d7a4250 100644 --- a/src/Exception/NonExistentConnectionException.php +++ b/src/Exception/NonExistentConnectionException.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Exception; diff --git a/src/Exception/NotImplementedException.php b/src/Exception/NotImplementedException.php index e9b3353..d4ce6eb 100644 --- a/src/Exception/NotImplementedException.php +++ b/src/Exception/NotImplementedException.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Exception; diff --git a/src/JoinType.php b/src/JoinType.php index db679a3..6d31745 100644 --- a/src/JoinType.php +++ b/src/JoinType.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/LikeType.php b/src/LikeType.php index 77eee87..637803f 100644 --- a/src/LikeType.php +++ b/src/LikeType.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/MapType.php b/src/MapType.php index baaffeb..cf42bb1 100644 --- a/src/MapType.php +++ b/src/MapType.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/QueryBuilder.php b/src/QueryBuilder.php index a5c4e98..51f67bf 100644 --- a/src/QueryBuilder.php +++ b/src/QueryBuilder.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/QueryBuilderBase.php b/src/QueryBuilderBase.php index 835f628..16fa51e 100644 --- a/src/QueryBuilderBase.php +++ b/src/QueryBuilderBase.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/QueryBuilderInterface.php b/src/QueryBuilderInterface.php index efe740d..2769ba5 100644 --- a/src/QueryBuilderInterface.php +++ b/src/QueryBuilderInterface.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/QueryParser.php b/src/QueryParser.php index 9a175b5..d50655d 100644 --- a/src/QueryParser.php +++ b/src/QueryParser.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/QueryType.php b/src/QueryType.php index 6e6550e..dabf1a5 100644 --- a/src/QueryType.php +++ b/src/QueryType.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/src/State.php b/src/State.php index 0ab91af..6d950ae 100644 --- a/src/State.php +++ b/src/State.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query; diff --git a/tests/BaseDriverTest.php b/tests/BaseDriverTest.php index 4997c24..4bbf919 100644 --- a/tests/BaseDriverTest.php +++ b/tests/BaseDriverTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests; diff --git a/tests/BaseQueryBuilderTest.php b/tests/BaseQueryBuilderTest.php index e67fa25..5e9ac38 100644 --- a/tests/BaseQueryBuilderTest.php +++ b/tests/BaseQueryBuilderTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests; diff --git a/tests/BaseTestCase.php b/tests/BaseTestCase.php index 172ecbf..b3e1987 100644 --- a/tests/BaseTestCase.php +++ b/tests/BaseTestCase.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests; diff --git a/tests/ConnectionManagerTest.php b/tests/ConnectionManagerTest.php index 33c6141..1c24481 100644 --- a/tests/ConnectionManagerTest.php +++ b/tests/ConnectionManagerTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests; diff --git a/tests/CoreTest.php b/tests/CoreTest.php index 57b7e35..185a222 100644 --- a/tests/CoreTest.php +++ b/tests/CoreTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests; diff --git a/tests/Drivers/MySQL/MySQLDriverTest.php b/tests/Drivers/MySQL/MySQLDriverTest.php index 0e8ee4f..5ac3dcd 100644 --- a/tests/Drivers/MySQL/MySQLDriverTest.php +++ b/tests/Drivers/MySQL/MySQLDriverTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests\Drivers\MySQL; diff --git a/tests/Drivers/MySQL/MySQLQueryBuilderTest.php b/tests/Drivers/MySQL/MySQLQueryBuilderTest.php index dfe3a8e..a1297bf 100644 --- a/tests/Drivers/MySQL/MySQLQueryBuilderTest.php +++ b/tests/Drivers/MySQL/MySQLQueryBuilderTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests\Drivers\MySQL; diff --git a/tests/Drivers/PgSQL/PgSQLDriverTest.php b/tests/Drivers/PgSQL/PgSQLDriverTest.php index 63ac69b..d2b5442 100644 --- a/tests/Drivers/PgSQL/PgSQLDriverTest.php +++ b/tests/Drivers/PgSQL/PgSQLDriverTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests\Drivers\PgSQL; diff --git a/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php b/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php index d99b003..862df7e 100644 --- a/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php +++ b/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests\Drivers\PgSQL; diff --git a/tests/Drivers/SQLite/SQLiteDriverTest.php b/tests/Drivers/SQLite/SQLiteDriverTest.php index 3bf1357..9866411 100644 --- a/tests/Drivers/SQLite/SQLiteDriverTest.php +++ b/tests/Drivers/SQLite/SQLiteDriverTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests\Drivers\SQLite; diff --git a/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php b/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php index 71525d9..7d69109 100644 --- a/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php +++ b/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests\Drivers\SQLite; diff --git a/tests/QueryParserTest.php b/tests/QueryParserTest.php index 2e40bce..c87ef7c 100644 --- a/tests/QueryParserTest.php +++ b/tests/QueryParserTest.php @@ -11,7 +11,7 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */ namespace Query\Tests; diff --git a/tools/header_comment.txt b/tools/header_comment.txt index 3f34d5c..85ad8f5 100644 --- a/tools/header_comment.txt +++ b/tools/header_comment.txt @@ -10,5 +10,5 @@ * @copyright 2012 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query - * @version 4.0.0 + * @version 4.1.0 */