summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for version 5.2.0HEAD5.2.0origin/masterorigin/HEADmasterIsaac Bennetch2020-01-071-1/+1
| | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* Merge branch 'QA'Isaac Bennetch2020-01-071-1/+1
|\
| * Prepare for version 4.5.04.5.0origin/QAIsaac Bennetch2020-01-071-1/+1
| | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* | Merge branch 'QA'William Desportes2019-12-318-17/+17
|\ \ | |/ | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Fix phpdoc using phpstan level 3William Desportes2019-12-318-17/+17
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Remove left overs of old array syntaxWilliam Desportes2019-12-3113-23/+23
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Merge branch 'QA'William Desportes2019-12-319-1/+48
|\ \ | |/ | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add CHANGELOG entries for #259 and #249William Desportes2019-12-311-0/+2
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Merge #280 - Add support for DROP USER statementWilliam Desportes2019-12-316-0/+31
| |\ | | | | | | | | | | | | | | | | | | Pull-request: #280 Fixes: #259 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * fix #259: Add support for DROP USER statementDeven Bansod2019-12-316-0/+31
| | |
| * | Merge #279 - fix php error undefined indexWilliam Desportes2019-12-312-1/+15
| |\ \ | | |/ | |/| | | | | | | | | | | | | Pull-request: #279 Fixes: #249 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * Fix #249 - Notice - Undefined index: ORDER BYWilliam Desportes2019-12-311-1/+1
| | | | | | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * Add test case for #249William Desportes2019-12-311-0/+14
| |/ | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Merge branch 'QA'William Desportes2019-12-318-7/+422
|\ \ | |/ | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add more tests for CLI stdinWilliam Desportes2019-12-313-1/+213
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Cover some edge casesWilliam Desportes2019-12-312-2/+141
| | | | | | | | | | | | Ref: #154 (See my comment for one test I added) Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add test cases for CALL and TRUNCATE statementsWilliam Desportes2019-12-312-0/+59
| | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Fix CONTRIBUTING.md instructionsWilliam Desportes2019-12-311-4/+4
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Fix phpcs errors using 2.9 version and allow 3.4 versionWilliam Desportes2019-12-312-1/+31
| | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add php 7.4 to test matrixWilliam Desportes2019-12-311-0/+1
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Merge branch 'QA'William Desportes2019-12-3121-6/+180
|\ \ | |/ | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add CHANGELOG entries for #275, #231, #255William Desportes2019-12-311-0/+3
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Merge #276 - add missing options in SET statementWilliam Desportes2019-12-314-2/+122
| |\ | | | | | | | | | | | | | | | | | | Pull-request: #276 Fixes: #255 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * fix #255: add missing options in SET statementDeven Bansod2019-12-294-2/+122
| | |
| * | Merge #277 - allow SCHEMA to be used in CREATE Database statementWilliam Desportes2019-12-3111-4/+35
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Pull-request: #277 Fixes: #231 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * | fix #231: allow SCHEMA to be used in CREATE Database statementDeven Bansod2019-12-2911-4/+35
| | |/
| * | Merge #278 - Prevent overwrite of offset in Limit clause by parenthesisWilliam Desportes2019-12-315-3/+22
| |\ \ | | |/ | |/| | | | | | | | | | | | | Pull-request: #278 Fixes: #275 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * 275: Prevent overwrite of offset in Limit clause by parenthesisDeven Bansod2019-12-305-3/+22
| |/
* | Add PHPStan and phpcs to the Travis build matrixMaurício Meneghini Fauth2019-12-161-0/+6
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Add PHPStan at level 2Maurício Meneghini Fauth2019-12-1610-5/+34
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Merge pull request #273 from mauriciofauth/backward-compatibility-checkMaurício Meneghini Fauth2019-12-151-0/+7
|\ \ | | | | | | | | | | | | | | | | | | Add backward compatibility check Adds a tool that can be used to verify backward compatibility breaks. https://github.com/Roave/BackwardCompatibilityCheck
| * | Add backward compatibility checkMaurício Meneghini Fauth2019-12-151-0/+7
|/ / | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Only require Sami on Travis buildMaurício Meneghini Fauth2019-12-152-12/+15
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Fix uncaught TypeError with CASE StatementMaurício Meneghini Fauth2019-12-141-1/+1
| | | | | | | | | | | | Related to #272 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Ignore platform requirements for PHP nightlyMaurício Meneghini Fauth2019-12-141-1/+3
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Add PHP 7.4 to the build matrixMaurício Meneghini Fauth2019-12-141-1/+2
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-14121-530/+124
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Remove unnecessary string concatenationMaurício Meneghini Fauth2019-12-143-132/+132
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Replace is_null($var) with $var === nullMaurício Meneghini Fauth2019-12-149-26/+26
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Remove useless parenthesesMaurício Meneghini Fauth2019-12-1414-22/+20
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Reference classes via a use statementMaurício Meneghini Fauth2019-12-1417-34/+57
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Remove trailing whitespaceMaurício Meneghini Fauth2019-12-142-2/+2
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Replace double quotes string with single quotesMaurício Meneghini Fauth2019-12-141-1/+1
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Fix a few PHPStan level 1 errorsMaurício Meneghini Fauth2019-12-062-2/+7
| | | | | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* | Merge branch 'QA'William Desportes2019-11-137-0/+30
|\ \ | |/ | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Set last CHANGELOG as unreleasedWilliam Desportes2019-11-131-1/+4
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add CHANGELOG entry for #267William Desportes2019-11-131-0/+1
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Merge #268 - fixes ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" errorWilliam Desportes2019-11-136-2/+21
| |\ | | | | | | | | | | | | Fixes: #267 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * fixes #267 - ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" errorMisterCoder2019-11-136-2/+21
| |/
| * CHANGELOG for version 4.4.04.4.0Isaac Bennetch2019-11-121-1/+2
| | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* | CHANGELOG for version 5.1.05.1.0Isaac Bennetch2019-11-121-1/+2
| | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* | Merge branch 'QA'William Desportes2019-11-013-4/+23
|\ \ | |/ | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Fix php compatiblity (array syntax)William Desportes2019-11-011-1/+1
| | | | | | | | | | Ref: fd4c4f34715070d7f7238ab3838935863a92f556 Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add CHANGELOG entry for #265William Desportes2019-11-011-0/+1
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Merge #265 - Fix wrong parsing of partitionsWilliam Desportes2019-11-012-4/+22
| |\ | | | | | | | | | | | | Fixes: phpmyadmin/phpmyadmin#13951 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * Add test case to check partition name starting by a numberHugues Peccatte2019-11-012-1/+13
| | | | | | | | | | | | Signed-off-by: Hugues Peccatte <hugues.peccatte@aareon.fr>
| | * Fix #13951 wrong parsing partitionsHugues Peccatte2019-11-011-4/+10
| |/ | | | | | | | | | | When partition names contain "_", the parser wasn't reading the full name, but stopped before the first "_". Signed-off-by: Hugues Peccatte <hugues.peccatte@aareon.fr>
* | Merge branch 'QA'William Desportes2019-10-2910-20/+79
|\ \ | |/ | | | | | | | | This merge includes phpcs fixes Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add CHANGELOG entry for #221William Desportes2019-10-281-0/+1
| | | | | | | | | | Pull-request: #222 Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Fix #221 - parse truncate statementWilliam Desportes2019-10-282-5/+19
| |\ | | | | | | | | | | | | | | | | | | Fixes: #221 Pull-request: #222 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * Fix #221 - parse truncate statementSinri Edogawa2019-10-282-5/+19
| |/ | | | | | | | | | | | | | | Fixes: #221 Pull-request: #222 Co-authored-by: Sinri Edogawa <e.joshua.s.e@gmail.com> Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Add CHANGELOG entries for #258 and #264William Desportes2019-10-281-0/+4
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Merge #264 - parse CHECK keyword on table definitionWilliam Desportes2019-10-282-1/+22
| |\ | | | | | | | | | | | | | | | | | | Ref: #167 Pull-request: #264 Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * Manage "CHECK" keywordHugues Peccatte2019-10-282-1/+22
| | | | | | | | | | | | | | | | | | | | | Even if this keyword is ignored by MySQL, it should be parsed. Ref: #167 Signed-off-by: Hugues Peccatte <hugues.peccatte@aareon.fr>
| * | Merge #258 - fix implode argument order into QAWilliam Desportes2019-10-282-2/+2
| |\ \ | | |/ | |/| | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * fix implode arg. orderRemi Collet2019-10-282-2/+2
| |/ | | | | | | Ref: https://www.php.net/manual/en/function.implode.php
* | Translated using Weblate (Korean)Yoonseo Kim2019-10-062-67/+36
| | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (44 of 44 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ko/ Signed-off-by: Yoonseo Kim <yyumz6961@gmail.com>
* | Set phpunit version from ^8.0 to ^8William Desportes2019-09-251-1/+1
| | | | | | | | | | | | | | Ref: #261 Ref: https://phpunit.de/getting-started/phpunit-8.html Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Add support for phpunit 8.0William Desportes2019-09-252-1/+2
| | | | | | | | | | | | Ref: #261 Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Fix deprecated annotations William Desportes2019-09-255-28/+16
| | | | | | | | | | | | Ref: #261 Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Set return type to void on setUp for phpunitWilliam Desportes2019-09-251-1/+1
| | | | | | | | | | | | Closes: #261 Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2019-08-182-5/+5
| | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (44 of 44 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/nb_NO/ Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
* | Translated using Weblate (Norwegian Bokmål)Kjell Ove2019-08-172-8/+3
| | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (44 of 44 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/nb_NO/ Signed-off-by: Kjell Ove <laikabaika@hotmail.com>
* | Translated using Weblate (Thai)Kongfa Warorot2019-07-192-26/+15
| | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (44 of 44 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/th/ Signed-off-by: Kongfa Warorot <gongpha@hotmail.com>
* | Translated using Weblate (Persian)ReZa ZaRe2019-07-152-6/+5
| | | | | | | | | | | | | | | | | | | | Currently translated at 4.5% (2 of 44 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/fa/ Signed-off-by: ReZa ZaRe <rz.zare@gmail.com>
* | Merge pull request #247 from MartkCz/masterDeven Bansod2019-06-0422-35/+35
|\ \ | | | | | | Replaced new self with new static
| * | Replaced new self with new staticMartkCz2019-05-1722-35/+35
| | |
* | | Fix CHANGELOG merge conflictsIsaac Bennetch2019-06-031-4/+6
| | | | | | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* | | Merge branch 'QA'Isaac Bennetch2019-06-031-1/+10
|\ \ \ | | |/ | |/|
| * | CHANGELOG entries for QA branch4.3.2Isaac Bennetch2019-06-031-1/+10
| | | | | | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* | | Merge branch 'QA'William Desportes2019-05-311-4/+4
|\ \ \ | |/ / | | / | |/ |/| Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Merge #248 'fix-typo-changelog' into QAWilliam Desportes2019-05-311-3/+3
| |\ | | | | | | | | | | | | [ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
| | * Fix typos in changelogTyson Andre2019-05-311-3/+3
| |/
| * Fix CLITestWilliam Desportes2019-05-291-1/+1
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * revert usage of new array syntax []William Desportes2019-05-2912-30/+34
| | | | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Related-to: 930a860bc7f0684c45babd012070f88a9505d427, 5d5089a259d0195c4a1e4aa3588c31c839954067 Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Downgrade phpcs from 3.4 to to 2.9.xWilliam Desportes2019-05-281-1/+1
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Edit CHANGELOG.mdWilliam Desportes2019-05-281-11/+0
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-28159-174/+101
| | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr>
| * remove phpmyadmin/coding-standard and add squizlabs/php_codesnifferWilliam Desportes2019-05-282-7/+1
| | | | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr>
| * revert of new array syntaxWilliam Desportes2019-05-28108-2000/+1998
| | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Revert array syntaxWilliam Desportes2019-05-2849-153/+153
| | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Partial revert "Bump minimum version to PHP 7.1"William Desportes2019-05-283-3/+14
| | | | | | | | | | | | This reverts commit 2941ff6b8b9c4d50362f3bc9bb79f086376c4acc. Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Prepare CHANGELOG for next releaseIsaac Bennetch2019-05-091-0/+2
| | | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* | Prepare CHANGELOG for release 5.0.05.0.0Isaac Bennetch2019-05-091-1/+1
|/ | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* Add CHANGELOG for pull request #242Isaac Bennetch2019-05-091-0/+1
| | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
* Fix merge conflicts for pull request #242Isaac Bennetch2019-05-095-2/+57
|\ | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
| * CS fixRadosław Kowalewski2019-04-191-1/+1
| |
| * Recognize question mark as parameter, add formatter for parametersRadosław Kowalewski2019-04-195-2/+57
| |
* | Merge pull request #245 from staabm/patch-1Isaac Bennetch2019-05-081-3/+5
|\ \ | | | | | | Added null check to fix tests from pull request #224.
| * | Added null checkMarkus Staab2019-05-071-3/+5
| | |