Branch: refs/heads/QA Home: https://github.com/phpmyadmin/sql-parser Commit: 93d49f10c94b63db7cc915f549f8488e14abeb0a https://github.com/phpmyadmin/sql-parser/commit/93d49f10c94b63db7cc915f549f8... Author: Hugues Peccatte hugues.peccatte@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@aareon.fr
Commit: f196dab0c86a8b2dda8b9a64ff2cae36f264d717 https://github.com/phpmyadmin/sql-parser/commit/f196dab0c86a8b2dda8b9a64ff2c... Author: Deven Bansod devenbansod.bits@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@gmail.com
Commit: d1d60d7db38b98cfec2da2095efb08a3f71bd984 https://github.com/phpmyadmin/sql-parser/commit/d1d60d7db38b98cfec2da2095efb... Author: Deven Bansod devenbansod.bits@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@gmail.com
Commit: 2e4cabc8503ebf1e6d2aaebfc39ab35c5a9e569f https://github.com/phpmyadmin/sql-parser/commit/2e4cabc8503ebf1e6d2aaebfc39a... Author: William Desportes williamdes@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@wdes.fr
Commit: 8263ff740a2c3b887f49df3dd1ac159bc162331f https://github.com/phpmyadmin/sql-parser/commit/8263ff740a2c3b887f49df3dd1ac... Author: William Desportes williamdes@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@wdes.fr
Commit: b2e5668bc4db50304963b944e3c7a025c263a424 https://github.com/phpmyadmin/sql-parser/commit/b2e5668bc4db50304963b944e3c7... Author: William Desportes williamdes@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@wdes.fr