Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 93d49f10c94b63db7cc915f549f8488e14abeb0a
https://github.com/phpmyadmin/sql-parser/commit/93d49f10c94b63db7cc915f549f…
Author: Hugues Peccatte <hugues.peccatte(a)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(a)aareon.fr>
Commit: f196dab0c86a8b2dda8b9a64ff2cae36f264d717
https://github.com/phpmyadmin/sql-parser/commit/f196dab0c86a8b2dda8b9a64ff2…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: d1d60d7db38b98cfec2da2095efb08a3f71bd984
https://github.com/phpmyadmin/sql-parser/commit/d1d60d7db38b98cfec2da2095ef…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: 2e4cabc8503ebf1e6d2aaebfc39ab35c5a9e569f
https://github.com/phpmyadmin/sql-parser/commit/2e4cabc8503ebf1e6d2aaebfc39…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 8263ff740a2c3b887f49df3dd1ac159bc162331f
https://github.com/phpmyadmin/sql-parser/commit/8263ff740a2c3b887f49df3dd1a…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: b2e5668bc4db50304963b944e3c7a025c263a424
https://github.com/phpmyadmin/sql-parser/commit/b2e5668bc4db50304963b944e3c…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: cfb60754acb8236a0176dafb531341b364e6b61a
https://github.com/phpmyadmin/sql-parser/commit/cfb60754acb8236a0176dafb531…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Branch: refs/heads/QA
Home: https://github.com/phpmyadmin/sql-parser
Commit: 93d49f10c94b63db7cc915f549f8488e14abeb0a
https://github.com/phpmyadmin/sql-parser/commit/93d49f10c94b63db7cc915f549f…
Author: Hugues Peccatte <hugues.peccatte(a)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(a)aareon.fr>
Commit: f196dab0c86a8b2dda8b9a64ff2cae36f264d717
https://github.com/phpmyadmin/sql-parser/commit/f196dab0c86a8b2dda8b9a64ff2…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: d1d60d7db38b98cfec2da2095efb08a3f71bd984
https://github.com/phpmyadmin/sql-parser/commit/d1d60d7db38b98cfec2da2095ef…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: 2e4cabc8503ebf1e6d2aaebfc39ab35c5a9e569f
https://github.com/phpmyadmin/sql-parser/commit/2e4cabc8503ebf1e6d2aaebfc39…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 8263ff740a2c3b887f49df3dd1ac159bc162331f
https://github.com/phpmyadmin/sql-parser/commit/8263ff740a2c3b887f49df3dd1a…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: b2e5668bc4db50304963b944e3c7a025c263a424
https://github.com/phpmyadmin/sql-parser/commit/b2e5668bc4db50304963b944e3c…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7cf78d10bd9bfa4f62a60acd6e5dcebabcc9aec3
https://github.com/phpmyadmin/phpmyadmin/commit/7cf78d10bd9bfa4f62a60acd6e5…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-04 (Mon, 05 May 2020) +02:00
Changed paths:
M .travis.yml
Log Message:
-----------
Mark Codacy coverage final on the first step of Documentation stage
Signed-off-by: William Desportes <williamdes(a)wdes.fr>