Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 47a039d70c39154bb6617179f8605ffe176c6913
https://github.com/phpmyadmin/phpmyadmin/commit/47a039d70c39154bb6617179f86…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2021-12-31 (Fri, 12 December 2021) +00:00
Changed paths:
A libraries/classes/Dbal/MysqliResult.php
A libraries/classes/Dbal/ResultInterface.php
A test/classes/Dbal/MysqliResultTest.php
A test/classes/Stubs/DummyResult.php
M libraries/classes/Charsets.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/ConfigStorage/UserGroups.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Server/Variables/SetVariableController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/Structure/PrimaryController.php
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Controllers/Transformation/WrapperController.php
M libraries/classes/Core.php
M libraries/classes/Database/Designer.php
M libraries/classes/Database/Designer/Common.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/Qbe.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Search.php
M libraries/classes/Database/Triggers.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Dbal/DbiExtension.php
M libraries/classes/Dbal/DbiMysqli.php
M libraries/classes/Display/Results.php
M libraries/classes/Engines/Innodb.php
M libraries/classes/Export/TemplateModel.php
M libraries/classes/Html/Generator.php
M libraries/classes/Import.php
M libraries/classes/Import/SimulateDml.php
M libraries/classes/InsertEdit.php
M libraries/classes/Navigation/Navigation.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Navigation/Nodes/Node.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Plugins/Export/ExportCodegen.php
M libraries/classes/Plugins/Export/ExportCsv.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportTexytext.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/Import/ImportLdi.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/TableStats.php
M libraries/classes/RecentFavoriteTable.php
M libraries/classes/Replication.php
M libraries/classes/ReplicationGui.php
M libraries/classes/SavedSearches.php
M libraries/classes/Server/Plugins.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Privileges/AccountLocking.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Monitor.php
M libraries/classes/Sql.php
M libraries/classes/StorageEngine.php
M libraries/classes/SystemDatabase.php
M libraries/classes/Table.php
M libraries/classes/Tracker.php
M libraries/classes/Tracking.php
M libraries/classes/Transformations.php
M libraries/classes/Util.php
M libraries/classes/Utils/ForeignKey.php
M libraries/classes/Utils/Gis.php
M phpstan-baseline.neon
M psalm-baseline.xml
M templates/server/user_groups/user_groups.twig
M test/classes/ConfigStorage/RelationTest.php
M test/classes/ConfigStorage/UserGroupsTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Dbal/DbiDummyTest.php
M test/classes/Dbal/DbiMysqliTest.php
M test/classes/Display/ResultsTest.php
M test/classes/InsertEditTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportOdsTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Import/ImportLdiTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/SystemDatabaseTest.php
M test/classes/TableTest.php
M test/classes/TrackerTest.php
M test/classes/TrackingTest.php
M test/classes/Utils/GisTest.php
Log Message:
-----------
Implement ResultInterface & MysqliResult
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: c4825b13c47344fb72d6389d9539c352d282db1f
https://github.com/phpmyadmin/phpmyadmin/commit/c4825b13c47344fb72d6389d953…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-31 (Fri, 12 December 2021) -03:00
Changed paths:
A libraries/classes/Dbal/MysqliResult.php
A libraries/classes/Dbal/ResultInterface.php
A test/classes/Dbal/MysqliResultTest.php
A test/classes/Stubs/DummyResult.php
M libraries/classes/Charsets.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/ConfigStorage/UserGroups.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Server/Variables/SetVariableController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/Structure/PrimaryController.php
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Controllers/Transformation/WrapperController.php
M libraries/classes/Core.php
M libraries/classes/Database/Designer.php
M libraries/classes/Database/Designer/Common.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/Qbe.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Search.php
M libraries/classes/Database/Triggers.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Dbal/DbiExtension.php
M libraries/classes/Dbal/DbiMysqli.php
M libraries/classes/Display/Results.php
M libraries/classes/Engines/Innodb.php
M libraries/classes/Export/TemplateModel.php
M libraries/classes/Html/Generator.php
M libraries/classes/Import.php
M libraries/classes/Import/SimulateDml.php
M libraries/classes/InsertEdit.php
M libraries/classes/Navigation/Navigation.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Navigation/Nodes/Node.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Plugins/Export/ExportCodegen.php
M libraries/classes/Plugins/Export/ExportCsv.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportTexytext.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/Import/ImportLdi.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/TableStats.php
M libraries/classes/RecentFavoriteTable.php
M libraries/classes/Replication.php
M libraries/classes/ReplicationGui.php
M libraries/classes/SavedSearches.php
M libraries/classes/Server/Plugins.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Privileges/AccountLocking.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Monitor.php
M libraries/classes/Sql.php
M libraries/classes/StorageEngine.php
M libraries/classes/SystemDatabase.php
M libraries/classes/Table.php
M libraries/classes/Tracker.php
M libraries/classes/Tracking.php
M libraries/classes/Transformations.php
M libraries/classes/Util.php
M libraries/classes/Utils/ForeignKey.php
M libraries/classes/Utils/Gis.php
M phpstan-baseline.neon
M psalm-baseline.xml
M templates/server/user_groups/user_groups.twig
M test/classes/ConfigStorage/RelationTest.php
M test/classes/ConfigStorage/UserGroupsTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Dbal/DbiDummyTest.php
M test/classes/Dbal/DbiMysqliTest.php
M test/classes/Display/ResultsTest.php
M test/classes/InsertEditTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportOdsTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Import/ImportLdiTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/SystemDatabaseTest.php
M test/classes/TableTest.php
M test/classes/TrackerTest.php
M test/classes/TrackingTest.php
M test/classes/Utils/GisTest.php
Log Message:
-----------
Merge pull request #17263 from kamil-tekiela/dbi-result
Major refactoring of Dbal pt.1
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b1dc03365a753999f60a743033fab5f3b465be0f
https://github.com/phpmyadmin/phpmyadmin/commit/b1dc03365a753999f60a743033f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-31 (Fri, 12 December 2021) -03:00
Changed paths:
M composer.json
M libraries/classes/Gis/GisVisualization.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/PdfTest.php
Log Message:
-----------
Bump TCPDF version to 6.4.4
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: d91ff5870f230bf51fdf34dd14524fcdfccb467f
https://github.com/phpmyadmin/sql-parser/commit/d91ff5870f230bf51fdf34dd145…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-31 (Fri, 12 December 2021) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/CaseExpression.php
M src/Components/CreateDefinition.php
M src/Components/Expression.php
M src/Components/FunctionCall.php
M src/Components/IntoKeyword.php
M src/Components/WithKeyword.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/CallStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/InsertStatement.php
M src/Statements/LoadStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Token.php
M src/Utils/BufferedQuery.php
Log Message:
-----------
Add null to properties not set in constructors
Fixes Psalm's PropertyNotSetInConstructor issues.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 761958b73a2158460763b2eb6dc3deea5671a21f
https://github.com/phpmyadmin/sql-parser/commit/761958b73a2158460763b2eb6dc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-30 (Thu, 12 December 2021) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M tests/Components/ExpressionTest.php
M tests/Components/LimitTest.php
M tests/Components/LockExpressionTest.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/DropStatementTest.php
M tests/Parser/ExplainStatementTest.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/LoadStatementTest.php
M tests/Parser/LockStatementTest.php
M tests/Parser/ParserTest.php
M tests/Parser/PurgeStatementTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Parser/WithStatementTest.php
M tests/TestCase.php
M tests/Utils/CLITest.php
M tests/Utils/MiscTest.php
M tests/Utils/RoutineTest.php
M tests/Utils/TableTest.php
M tests/Utils/TokensTest.php
Log Message:
-----------
Add more types to test classes
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 3ed9cddd39a35d50623e7440c7f464a7b4f8274d
https://github.com/phpmyadmin/sql-parser/commit/3ed9cddd39a35d50623e7440c7f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-29 (Wed, 12 December 2021) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/DeleteStatement.php
M src/Statements/SelectStatement.php
M src/Statements/UpdateStatement.php
M src/Utils/Query.php
M tests/Utils/QueryTest.php
Log Message:
-----------
Fix some issue reported by Psalm
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 77523c621d1b6cc80d2d18f8c98db5dbde1a83aa
https://github.com/phpmyadmin/sql-parser/commit/77523c621d1b6cc80d2d18f8c98…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-29 (Wed, 12 December 2021) -03:00
Changed paths:
M composer.json
M psalm-baseline.xml
M src/Component.php
M src/Context.php
M src/Lexer.php
M src/Statement.php
M src/Tools/TestGenerator.php
M src/UtfString.php
M src/Utils/Formatter.php
M tests/TestCase.php
Log Message:
-----------
Add PHP 8.0 polyfill
Adds support for Stringable interface and str_starts_with,
str_ends_with and str_contains functions.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: e2a84a812776fed11bbd948f7dd4d2c2fecad7fe
https://github.com/phpmyadmin/sql-parser/commit/e2a84a812776fed11bbd948f7dd…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-12-29 (Wed, 12 December 2021) -03:00
Changed paths:
M composer.json
M src/Component.php
M src/Context.php
M src/Lexer.php
M src/Statement.php
M src/Tools/TestGenerator.php
M src/UtfString.php
M src/Utils/Formatter.php
M tests/TestCase.php
Log Message:
-----------
Merge pull request #364 from mauriciofauth/php80-polyfill
Add PHP 8.0 polyfill