Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 457d094e9333dc83e2867032db2ffca894066b29
https://github.com/phpmyadmin/sql-parser/commit/457d094e9333dc83e2867032db2…
Author: Przemek Szalko <p.szalko(a)gmail.com>
Date: 2019-02-15 (Fri, 02 February 2019) +01:00
Changed paths:
M src/Statement.php
M src/Statements/InsertStatement.php
M src/Statements/ReplaceStatement.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
Log Message:
-----------
Changed implementation of build() methods to generate more consistent SQL.
This commit fixes implementation of `build()` methods to produce more consistent SQL code without redundant spaces.
Commit: ef95576797473973d159e662303cbc3df048302d
https://github.com/phpmyadmin/sql-parser/commit/ef95576797473973d159e662303…
Author: Przemek Szalko <p.szalko(a)gmail.com>
Date: 2019-02-15 (Fri, 02 February 2019) +01:00
Changed paths:
M src/Statements/InsertStatement.php
M src/Statements/ReplaceStatement.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/ReplaceStatementTest.php
Log Message:
-----------
Fixed statements INSERT and REPLACE + options.
Commit: b3e7bfc2f054fe1f8a8d33d3cc9275f1178ec341
https://github.com/phpmyadmin/sql-parser/commit/b3e7bfc2f054fe1f8a8d33d3cc9…
Author: Deven Bansod <devenbansod(a)users.noreply.github.com>
Date: 2019-02-26 (Tue, 02 February 2019) +05:30
Changed paths:
M src/Statement.php
M src/Statements/InsertStatement.php
M src/Statements/ReplaceStatement.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
Log Message:
-----------
Merge pull request #228 from mobtitude/fix-whitespaces
Fix redundant whitespaces - Issue #227
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2074be7eab5dfc0ae0557d2407aeb5c48b390ae2
https://github.com/phpmyadmin/phpmyadmin/commit/2074be7eab5dfc0ae0557d2407a…
Author: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-02-25 (Mon, 02 February 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Server/Status/VariablesController.php
A templates/server/status/variables/index.twig
A test/classes/Controllers/Server/Status/VariablesControllerTest.php
M libraries/classes/Twig/UtilExtension.php
M server_status_variables.php
D libraries/classes/Server/Status/Variables.php
D test/classes/Server/Status/VariablesTest.php
Log Message:
-----------
Create Server\Status\VariablesController
Extracts server_status_variables.php and Server\Status\Variables logic
to the controller.
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 02c16b0accaef4a42473de005304c641c05f2245
https://github.com/phpmyadmin/phpmyadmin/commit/02c16b0accaef4a42473de00530…
Author: Rob Ratcliffe <rlr(a)tcliffe.codes>
Date: 2019-02-24 (Sun, 02 February 2019) -03:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M setup/frames/config.inc.php
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Removing inline styles from php files and adding class to css
Closes #14696
Signed-off-by: Rob Ratcliffe <rlr(a)tcliffe.codes>
Signed-off-by: MaurÃcio Meneghini Fauth <mauriciofauth(a)gmail.com>