[phpMyAdmin Git] [phpmyadmin/sql-parser] 5362d2: EXISTS also is a function, not only keyword
m0003r
m0003r at gmail.com
Thu Apr 9 00:34:54 CEST 2020
Branch: refs/heads/QA
Home: https://github.com/phpmyadmin/sql-parser
Commit: 5362d2fc8468795e6718c6e58dff20077c898670
https://github.com/phpmyadmin/sql-parser/commit/5362d2fc8468795e6718c6e58dff20077c898670
Author: m0003r <m0003r at gmail.com>
Date: 2020-04-08 (Wed, 04 April 2020) +03:00
Changed paths:
A tests/data/parser/parseSelectExists.in
A tests/data/parser/parseSelectExists.out
M src/Contexts/ContextMariaDb100000.php
M src/Contexts/ContextMariaDb100100.php
M src/Contexts/ContextMariaDb100200.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMySql50000.php
M src/Contexts/ContextMySql50100.php
M src/Contexts/ContextMySql50500.php
M src/Contexts/ContextMySql50600.php
M src/Contexts/ContextMySql50700.php
M src/Contexts/ContextMySql80000.php
M tests/Parser/SelectStatementTest.php
M tools/ContextGenerator.php
M tools/contexts/_common.txt
Log Message:
-----------
EXISTS also is a function, not only keyword
Commit: 2c5139482805c9c181b24a762051e3aa936e7922
https://github.com/phpmyadmin/sql-parser/commit/2c5139482805c9c181b24a762051e3aa936e7922
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
A tests/data/parser/parseSelectExists.in
A tests/data/parser/parseSelectExists.out
M src/Contexts/ContextMariaDb100000.php
M src/Contexts/ContextMariaDb100100.php
M src/Contexts/ContextMariaDb100200.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMySql50000.php
M src/Contexts/ContextMySql50100.php
M src/Contexts/ContextMySql50500.php
M src/Contexts/ContextMySql50600.php
M src/Contexts/ContextMySql50700.php
M src/Contexts/ContextMySql80000.php
M tests/Parser/SelectStatementTest.php
M tools/ContextGenerator.php
M tools/contexts/_common.txt
Log Message:
-----------
Merge #297 - EXISTS is also a function
Pull-request: #297
Signed-off-by: William Desportes <williamdes at wdes.fr>
Commit: d9a55036d31b4d7819a0e7074a9ebb65c2166ee7
https://github.com/phpmyadmin/sql-parser/commit/d9a55036d31b4d7819a0e7074a9ebb65c2166ee7
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add a CHANGELOG entry for #297
Signed-off-by: William Desportes <williamdes at wdes.fr>
Commit: 2df20ab1f585794a7817ac284ad9d5eea348fe36
https://github.com/phpmyadmin/sql-parser/commit/2df20ab1f585794a7817ac284ad9d5eea348fe36
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Remove useless phpunit/php-code-coverage dev-dependency
Signed-off-by: William Desportes <williamdes at wdes.fr>
Commit: 1eea59e2618b3991a574f94b08f9fe029b99cad1
https://github.com/phpmyadmin/sql-parser/commit/1eea59e2618b3991a574f94b08f9fe029b99cad1
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Remove sami/sami from dev-dependencies
Signed-off-by: William Desportes <williamdes at wdes.fr>
Commit: 434c5385bdcd9824f21c3a5d62a28b5ebda79ff3
https://github.com/phpmyadmin/sql-parser/commit/434c5385bdcd9824f21c3a5d62a28b5ebda79ff3
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
M .travis.yml
Log Message:
-----------
Move sami/sami install to a step
Signed-off-by: William Desportes <williamdes at wdes.fr>
Commit: e6cf332b5183fce0a491d861e914a97e8feac59b
https://github.com/phpmyadmin/sql-parser/commit/e6cf332b5183fce0a491d861e914a97e8feac59b
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
M .travis.yml
Log Message:
-----------
Remove sudo key and add a name to sami job on TravisCI config
Signed-off-by: William Desportes <williamdes at wdes.fr>
Commit: 4584fbb52d7e072d0c842c598953616f37dfa822
https://github.com/phpmyadmin/sql-parser/commit/4584fbb52d7e072d0c842c598953616f37dfa822
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-04-09 (Thu, 04 April 2020) +02:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add a CHANGELOG entry for the 2 dev-dependencies removals
Ref: 1eea59e2618b3991a574f94b08f9fe029b99cad1
Ref: 2df20ab1f585794a7817ac284ad9d5eea348fe36
Signed-off-by: William Desportes <williamdes at wdes.fr>
More information about the Git
mailing list