[phpMyAdmin Git] [phpmyadmin/sql-parser] 93d49f: Fix #301 The "$" might be a character used in a name

Hugues Peccatte hugues.peccatte at aareon.fr
Tue May 5 09:44:03 CEST 2020


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 93d49f10c94b63db7cc915f549f8488e14abeb0a
https://github.com/phpmyadmin/sql-parser/commit/93d49f10c94b63db7cc915f549f8488e14abeb0a
Author: Hugues Peccatte <hugues.peccatte at aareon.fr>
Date: 2020-05-02 (Sat, 05 May 2020) +02:00

Changed paths: 
M src/Context.php
M src/Lexer.php
M tests/Components/ParameterDefinitionTest.php
M tests/Utils/ErrorTest.php
M tests/data/parser/parseCreateFunctionErr3.in
M tests/data/parser/parseCreateFunctionErr3.out

Log Message:
-----------
Fix #301 The "$" might be a character used in a name

Signed-off-by: Hugues Peccatte <hugues.peccatte at aareon.fr>

Commit: f196dab0c86a8b2dda8b9a64ff2cae36f264d717
https://github.com/phpmyadmin/sql-parser/commit/f196dab0c86a8b2dda8b9a64ff2cae36f264d717
Author: Deven Bansod <devenbansod.bits at gmail.com>
Date: 2020-05-05 (Tue, 05 May 2020) +02:00

Changed paths: 
M src/Components/CreateDefinition.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMySql80000.php
M tools/contexts/MariaDb100300.txt
M tools/contexts/MySql80000.txt

Log Message:
-----------
Add support for INVISIBLE keyword

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>

Commit: d1d60d7db38b98cfec2da2095efb08a3f71bd984
https://github.com/phpmyadmin/sql-parser/commit/d1d60d7db38b98cfec2da2095efb08a3f71bd984
Author: Deven Bansod <devenbansod.bits at gmail.com>
Date: 2020-05-05 (Tue, 05 May 2020) +02:00

Changed paths: 
A tests/data/parser/parseAlterWithInvisible.in
A tests/data/parser/parseAlterWithInvisible.out
M tests/Components/CreateDefinitionTest.php
M tests/Parser/AlterStatementTest.php

Log Message:
-----------
Add tests for INVISIBLE support parsing and building

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>

Commit: 2e4cabc8503ebf1e6d2aaebfc39ab35c5a9e569f
https://github.com/phpmyadmin/sql-parser/commit/2e4cabc8503ebf1e6d2aaebfc39ab35c5a9e569f
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-05 (Tue, 05 May 2020) +02:00

Changed paths: 
M src/Context.php
M src/Lexer.php
M tests/Components/ParameterDefinitionTest.php
M tests/Utils/ErrorTest.php
M tests/data/parser/parseCreateFunctionErr3.in
M tests/data/parser/parseCreateFunctionErr3.out

Log Message:
-----------
Merge #302 - Fix #301 - The "$" might be a character used in a name

Pull-request: #302
Fixes: #301

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 8263ff740a2c3b887f49df3dd1ac159bc162331f
https://github.com/phpmyadmin/sql-parser/commit/8263ff740a2c3b887f49df3dd1ac159bc162331f
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-05 (Tue, 05 May 2020) +02:00

Changed paths: 
A tests/data/parser/parseAlterWithInvisible.in
A tests/data/parser/parseAlterWithInvisible.out
M src/Components/CreateDefinition.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMySql80000.php
M tests/Components/CreateDefinitionTest.php
M tests/Parser/AlterStatementTest.php
M tools/contexts/MariaDb100300.txt
M tools/contexts/MySql80000.txt

Log Message:
-----------
Merge #303 - Fix #292 - Add support for INVISIBLE keyword

Pull-request: #303
Fixes: #292

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: b2e5668bc4db50304963b944e3c7a025c263a424
https://github.com/phpmyadmin/sql-parser/commit/b2e5668bc4db50304963b944e3c7a025c263a424
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-05 (Tue, 05 May 2020) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
-----------
Add a CHANGELOG entry for #292 and #301

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: cfb60754acb8236a0176dafb531341b364e6b61a
https://github.com/phpmyadmin/sql-parser/commit/cfb60754acb8236a0176dafb531341b364e6b61a
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-05 (Tue, 05 May 2020) +02:00

Changed paths: 
A tests/data/parser/parseAlterWithInvisible.in
A tests/data/parser/parseAlterWithInvisible.out
M CHANGELOG.md
M src/Components/CreateDefinition.php
M src/Context.php
M src/Contexts/ContextMariaDb100300.php
M src/Contexts/ContextMySql80000.php
M src/Lexer.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Parser/AlterStatementTest.php
M tests/Utils/ErrorTest.php
M tests/data/parser/parseCreateFunctionErr3.in
M tests/data/parser/parseCreateFunctionErr3.out
M tools/contexts/MariaDb100300.txt
M tools/contexts/MySql80000.txt

Log Message:
-----------
Merge branch 'QA'

Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list