php-sqllint.git
6 years agoRelease 0.2.1 v0.2.1
Christian Weiske [Thu, 27 Jul 2017 19:52:51 +0000 (21:52 +0200)]
Release 0.2.1

6 years agoTry absolute autoloader path first
Christian Weiske [Thu, 27 Jul 2017 19:52:05 +0000 (21:52 +0200)]
Try absolute autoloader path first

Resolves: https://github.com/cweiske/php-sqllint/issues/11

6 years agoRelease 0.2.0 v0.2.0
Christian Weiske [Thu, 27 Jul 2017 18:39:40 +0000 (20:39 +0200)]
Release 0.2.0

6 years agophing 2.16 does not like property overrides
Christian Weiske [Thu, 27 Jul 2017 18:39:31 +0000 (20:39 +0200)]
phing 2.16 does not like property overrides

6 years agoUpdate to SQL Parser 4.1.9
Michal Čihař [Mon, 23 Jan 2017 13:38:36 +0000 (14:38 +0100)]
Update to SQL Parser 4.1.9

- it changes namespace to follow PSR-4

7 years agoAdd VERSION and composer.lock file, update readme, release 0.1.3 v0.1.3
Christian Weiske [Sun, 9 Oct 2016 20:21:43 +0000 (22:21 +0200)]
Add VERSION and composer.lock file, update readme, release 0.1.3

7 years agoadd LICENSE file
Christian Weiske [Thu, 26 May 2016 13:10:39 +0000 (15:10 +0200)]
add LICENSE file

7 years agoUse phpmyadmin/sql-parser, the udan11 one is not maintained
Michal Čihař [Tue, 13 Sep 2016 11:19:48 +0000 (13:19 +0200)]
Use phpmyadmin/sql-parser, the udan11 one is not maintained

7 years agoFix link to original repo for bug reporting (#5)
Deven Bansod [Mon, 5 Sep 2016 10:50:08 +0000 (16:20 +0530)]
Fix link to original repo for bug reporting (#5)

8 years agoadd download links for 0.1.1
Christian Weiske [Thu, 14 Apr 2016 05:49:16 +0000 (07:49 +0200)]
add download links for 0.1.1

8 years agoFix #2: Load dependencies correctly when used as composer dependency v0.1.1
Christian Weiske [Thu, 14 Apr 2016 05:46:12 +0000 (07:46 +0200)]
Fix #2: Load dependencies correctly when used as composer dependency

8 years agoadd download links for 0.1.0
Christian Weiske [Mon, 21 Dec 2015 16:30:03 +0000 (17:30 +0100)]
add download links for 0.1.0

8 years agoLoad version number from file v0.1.0
Christian Weiske [Mon, 21 Dec 2015 05:58:56 +0000 (06:58 +0100)]
Load version number from file

8 years agoupdate composer.json
Christian Weiske [Sat, 19 Dec 2015 13:28:38 +0000 (14:28 +0100)]
update composer.json

8 years agoadd html syntax highlighting
Christian Weiske [Sat, 19 Dec 2015 13:20:41 +0000 (14:20 +0100)]
add html syntax highlighting

8 years agoAutomatically detect if we should enable colors or not
Christian Weiske [Thu, 17 Dec 2015 05:38:26 +0000 (06:38 +0100)]
Automatically detect if we should enable colors or not

8 years agoSQL formatting support
Christian Weiske [Wed, 16 Dec 2015 06:51:40 +0000 (07:51 +0100)]
SQL formatting support

8 years agosupport reading from stdin
Christian Weiske [Tue, 15 Dec 2015 16:14:59 +0000 (17:14 +0100)]
support reading from stdin

8 years agoAllow .phar renaming
Christian Weiske [Tue, 15 Dec 2015 06:43:09 +0000 (07:43 +0100)]
Allow .phar renaming

Without this code, trying to execute "php-sqllint" without the ".phar"
extension would result in a fatal error

> PHP Warning: require(..)
> failed to open stream: phar error: invalid url or non-existent phar

8 years agoincrease version to 0.0.2
Christian Weiske [Mon, 14 Dec 2015 14:17:29 +0000 (15:17 +0100)]
increase version to 0.0.2

8 years agono text output when all is fine
Christian Weiske [Mon, 14 Dec 2015 14:15:54 +0000 (15:15 +0100)]
no text output when all is fine

8 years ago.phar build script v0.0.1
Christian Weiske [Thu, 10 Dec 2015 22:12:33 +0000 (23:12 +0100)]
.phar build script

8 years agofix readme
Christian Weiske [Wed, 9 Dec 2015 20:09:27 +0000 (21:09 +0100)]
fix readme

8 years agoadd README
Christian Weiske [Wed, 9 Dec 2015 20:05:35 +0000 (21:05 +0100)]
add README

8 years agorework everything; add emacs output mode
Christian Weiske [Wed, 9 Dec 2015 19:59:29 +0000 (20:59 +0100)]
rework everything; add emacs output mode

8 years agofirst version
Christian Weiske [Wed, 9 Dec 2015 15:12:33 +0000 (16:12 +0100)]
first version