From bc9dfbea42b7426e0b4e72e62ceb345d29c9d32e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 14 Apr 2020 21:31:53 +0200 Subject: [PATCH 1/2] Release 0.2.3 --- ChangeLog | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f1809d..ec478a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-04-14 Christian Weiske + + * Fix reported error position in SQL with unicode characters (#14) + * Release 0.2.3 + 2018-03-02 Christian Weiske * Fix autoloading on composer installation diff --git a/VERSION b/VERSION index ee1372d..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 -- 2.30.2 From 7600a99035efec8fcd9b7018d9d3454948a29be3 Mon Sep 17 00:00:00 2001 From: asrar Date: Sat, 15 Aug 2020 13:12:41 +0530 Subject: [PATCH 2/2] Add documentation on installing via composer originally i thought this package wasn't hosted on composer, added this for documentation --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 69b6046..29c0e00 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,12 @@ Then please report a bug at `phpmyadmin/sql-parser`__. __ https://github.com/phpmyadmin/sql-parser +====================== +Install using composer +====================== +Run ``composer require cweiske/php-sqllint``, the package is hosted on `packagist `__ + + ======== Download ======== -- 2.30.2