File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ A validating SQL lexer and parser with a focus on MySQL dialect.
4
4
5
5
## Code status
6
6
7
- [ ![ Build Status ] ( https://travis-ci.org /phpmyadmin/sql-parser.svg?branch=QA )] ( https://travis-ci.org/phpmyadmin/sql-parser )
8
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=QA )
7
+ ![ Tests ] ( https://github.com /phpmyadmin/sql-parser/workflows/Run%20tests/badge .svg?branch=QA )
8
+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=master )
9
9
[ ![ codecov.io] ( https://codecov.io/github/phpmyadmin/sql-parser/coverage.svg?branch=QA )] ( https://codecov.io/github/phpmyadmin/sql-parser?branch=QA )
10
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=QA )
10
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=master )
11
11
[ ![ Translation status] ( https://hosted.weblate.org/widgets/phpmyadmin/-/svg-badge.svg )] ( https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget )
12
12
[ ![ Packagist] ( https://img.shields.io/packagist/dt/phpmyadmin/sql-parser.svg )] ( https://packagist.org/packages/phpmyadmin/sql-parser )
13
13
[ ![ Open Source Helpers] ( https://www.codetriage.com/phpmyadmin/sql-parser/badges/users.svg )] ( https://www.codetriage.com/phpmyadmin/sql-parser )
@@ -16,7 +16,7 @@ A validating SQL lexer and parser with a focus on MySQL dialect.
16
16
17
17
Please use [ Composer] [ 1 ] to install:
18
18
19
- ```
19
+ ``` sh
20
20
composer require phpmyadmin/sql-parser
21
21
```
22
22
@@ -53,6 +53,7 @@ All commands are able to parse input from stdin (standard in), such as:
53
53
echo " SELECT 1" | ./vendor/bin/highlight-query
54
54
cat example.sql | ./vendor/bin/lint-query
55
55
```
56
+
56
57
### Formatting SQL query
57
58
58
59
``` php
You can’t perform that action at this time.
0 commit comments