Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for version 5.2.0HEAD5.2.0origin/masterorigin/HEADmaster | Isaac Bennetch | 2020-01-07 | 1 | -1/+1 |
* | Merge branch 'QA' | Isaac Bennetch | 2020-01-07 | 1 | -1/+1 |
|\ | |||||
| * | Prepare for version 4.5.04.5.0origin/QA | Isaac Bennetch | 2020-01-07 | 1 | -1/+1 |
* | | Merge branch 'QA' | William Desportes | 2019-12-31 | 8 | -17/+17 |
|\ \ | |/ | |||||
| * | Fix phpdoc using phpstan level 3 | William Desportes | 2019-12-31 | 8 | -17/+17 |
* | | Remove left overs of old array syntax | William Desportes | 2019-12-31 | 13 | -23/+23 |
* | | Merge branch 'QA' | William Desportes | 2019-12-31 | 9 | -1/+48 |
|\ \ | |/ | |||||
| * | Add CHANGELOG entries for #259 and #249 | William Desportes | 2019-12-31 | 1 | -0/+2 |
| * | Merge #280 - Add support for DROP USER statement | William Desportes | 2019-12-31 | 6 | -0/+31 |
| |\ | |||||
| | * | fix #259: Add support for DROP USER statement | Deven Bansod | 2019-12-31 | 6 | -0/+31 |
| * | | Merge #279 - fix php error undefined index | William Desportes | 2019-12-31 | 2 | -1/+15 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix #249 - Notice - Undefined index: ORDER BY | William Desportes | 2019-12-31 | 1 | -1/+1 |
| | * | Add test case for #249 | William Desportes | 2019-12-31 | 1 | -0/+14 |
| |/ | |||||
* | | Merge branch 'QA' | William Desportes | 2019-12-31 | 8 | -7/+422 |
|\ \ | |/ | |||||
| * | Add more tests for CLI stdin | William Desportes | 2019-12-31 | 3 | -1/+213 |
| * | Cover some edge cases | William Desportes | 2019-12-31 | 2 | -2/+141 |
| * | Add test cases for CALL and TRUNCATE statements | William Desportes | 2019-12-31 | 2 | -0/+59 |
| * | Fix CONTRIBUTING.md instructions | William Desportes | 2019-12-31 | 1 | -4/+4 |
| * | Fix phpcs errors using 2.9 version and allow 3.4 version | William Desportes | 2019-12-31 | 2 | -1/+31 |
| * | Add php 7.4 to test matrix | William Desportes | 2019-12-31 | 1 | -0/+1 |
* | | Merge branch 'QA' | William Desportes | 2019-12-31 | 21 | -6/+180 |
|\ \ | |/ | |||||
| * | Add CHANGELOG entries for #275, #231, #255 | William Desportes | 2019-12-31 | 1 | -0/+3 |
| * | Merge #276 - add missing options in SET statement | William Desportes | 2019-12-31 | 4 | -2/+122 |
| |\ | |||||
| | * | fix #255: add missing options in SET statement | Deven Bansod | 2019-12-29 | 4 | -2/+122 |
| * | | Merge #277 - allow SCHEMA to be used in CREATE Database statement | William Desportes | 2019-12-31 | 11 | -4/+35 |
| |\ \ | |||||
| | * | | fix #231: allow SCHEMA to be used in CREATE Database statement | Deven Bansod | 2019-12-29 | 11 | -4/+35 |
| | |/ | |||||
| * | | Merge #278 - Prevent overwrite of offset in Limit clause by parenthesis | William Desportes | 2019-12-31 | 5 | -3/+22 |
| |\ \ | | |/ | |/| | |||||
| | * | 275: Prevent overwrite of offset in Limit clause by parenthesis | Deven Bansod | 2019-12-30 | 5 | -3/+22 |
| |/ | |||||
* | | Add PHPStan and phpcs to the Travis build matrix | Maurício Meneghini Fauth | 2019-12-16 | 1 | -0/+6 |
* | | Add PHPStan at level 2 | Maurício Meneghini Fauth | 2019-12-16 | 10 | -5/+34 |
* | | Merge pull request #273 from mauriciofauth/backward-compatibility-check | Maurício Meneghini Fauth | 2019-12-15 | 1 | -0/+7 |
|\ \ | |||||
| * | | Add backward compatibility check | Maurício Meneghini Fauth | 2019-12-15 | 1 | -0/+7 |
|/ / | |||||
* | | Only require Sami on Travis build | Maurício Meneghini Fauth | 2019-12-15 | 2 | -12/+15 |
* | | Fix uncaught TypeError with CASE Statement | Maurício Meneghini Fauth | 2019-12-14 | 1 | -1/+1 |
* | | Ignore platform requirements for PHP nightly | Maurício Meneghini Fauth | 2019-12-14 | 1 | -1/+3 |
* | | Add PHP 7.4 to the build matrix | Maurício Meneghini Fauth | 2019-12-14 | 1 | -1/+2 |
* | | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 121 | -530/+124 |
* | | Remove unnecessary string concatenation | Maurício Meneghini Fauth | 2019-12-14 | 3 | -132/+132 |
* | | Replace is_null($var) with $var === null | Maurício Meneghini Fauth | 2019-12-14 | 9 | -26/+26 |
* | | Remove useless parentheses | Maurício Meneghini Fauth | 2019-12-14 | 14 | -22/+20 |
* | | Reference classes via a use statement | Maurício Meneghini Fauth | 2019-12-14 | 17 | -34/+57 |
* | | Remove trailing whitespace | Maurício Meneghini Fauth | 2019-12-14 | 2 | -2/+2 |
* | | Replace double quotes string with single quotes | Maurício Meneghini Fauth | 2019-12-14 | 1 | -1/+1 |
* | | Fix a few PHPStan level 1 errors | Maurício Meneghini Fauth | 2019-12-06 | 2 | -2/+7 |
* | | Merge branch 'QA' | William Desportes | 2019-11-13 | 7 | -0/+30 |
|\ \ | |/ | |||||
| * | Set last CHANGELOG as unreleased | William Desportes | 2019-11-13 | 1 | -1/+4 |
| * | Add CHANGELOG entry for #267 | William Desportes | 2019-11-13 | 1 | -0/+1 |
| * | Merge #268 - fixes ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" error | William Desportes | 2019-11-13 | 6 | -2/+21 |
| |\ | |||||
| | * | fixes #267 - ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" error | MisterCoder | 2019-11-13 | 6 | -2/+21 |
| |/ | |||||
| * | CHANGELOG for version 4.4.04.4.0 | Isaac Bennetch | 2019-11-12 | 1 | -1/+2 |
* | | CHANGELOG for version 5.1.05.1.0 | Isaac Bennetch | 2019-11-12 | 1 | -1/+2 |
* | | Merge branch 'QA' | William Desportes | 2019-11-01 | 3 | -4/+23 |
|\ \ | |/ | |||||
| * | Fix php compatiblity (array syntax) | William Desportes | 2019-11-01 | 1 | -1/+1 |
| * | Add CHANGELOG entry for #265 | William Desportes | 2019-11-01 | 1 | -0/+1 |
| * | Merge #265 - Fix wrong parsing of partitions | William Desportes | 2019-11-01 | 2 | -4/+22 |
| |\ | |||||
| | * | Add test case to check partition name starting by a number | Hugues Peccatte | 2019-11-01 | 2 | -1/+13 |
| | * | Fix #13951 wrong parsing partitions | Hugues Peccatte | 2019-11-01 | 1 | -4/+10 |
| |/ | |||||
* | | Merge branch 'QA' | William Desportes | 2019-10-29 | 10 | -20/+79 |
|\ \ | |/ | |||||
| * | Add CHANGELOG entry for #221 | William Desportes | 2019-10-28 | 1 | -0/+1 |
| * | Fix #221 - parse truncate statement | William Desportes | 2019-10-28 | 2 | -5/+19 |
| |\ | |||||
| | * | Fix #221 - parse truncate statement | Sinri Edogawa | 2019-10-28 | 2 | -5/+19 |
| |/ | |||||
| * | Add CHANGELOG entries for #258 and #264 | William Desportes | 2019-10-28 | 1 | -0/+4 |
| * | Merge #264 - parse CHECK keyword on table definition | William Desportes | 2019-10-28 | 2 | -1/+22 |
| |\ | |||||
| | * | Manage "CHECK" keyword | Hugues Peccatte | 2019-10-28 | 2 | -1/+22 |
| * | | Merge #258 - fix implode argument order into QA | William Desportes | 2019-10-28 | 2 | -2/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | fix implode arg. order | Remi Collet | 2019-10-28 | 2 | -2/+2 |
| |/ | |||||
* | | Translated using Weblate (Korean) | Yoonseo Kim | 2019-10-06 | 2 | -67/+36 |
* | | Set phpunit version from ^8.0 to ^8 | William Desportes | 2019-09-25 | 1 | -1/+1 |
* | | Add support for phpunit 8.0 | William Desportes | 2019-09-25 | 2 | -1/+2 |
* | | Fix deprecated annotations | William Desportes | 2019-09-25 | 5 | -28/+16 |
* | | Set return type to void on setUp for phpunit | William Desportes | 2019-09-25 | 1 | -1/+1 |
* | | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2019-08-18 | 2 | -5/+5 |
* | | Translated using Weblate (Norwegian Bokmål) | Kjell Ove | 2019-08-17 | 2 | -8/+3 |
* | | Translated using Weblate (Thai) | Kongfa Warorot | 2019-07-19 | 2 | -26/+15 |
* | | Translated using Weblate (Persian) | ReZa ZaRe | 2019-07-15 | 2 | -6/+5 |
* | | Merge pull request #247 from MartkCz/master | Deven Bansod | 2019-06-04 | 22 | -35/+35 |
|\ \ | |||||
| * | | Replaced new self with new static | MartkCz | 2019-05-17 | 22 | -35/+35 |
* | | | Fix CHANGELOG merge conflicts | Isaac Bennetch | 2019-06-03 | 1 | -4/+6 |
* | | | Merge branch 'QA' | Isaac Bennetch | 2019-06-03 | 1 | -1/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | CHANGELOG entries for QA branch4.3.2 | Isaac Bennetch | 2019-06-03 | 1 | -1/+10 |
* | | | Merge branch 'QA' | William Desportes | 2019-05-31 | 1 | -4/+4 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merge #248 'fix-typo-changelog' into QA | William Desportes | 2019-05-31 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix typos in changelog | Tyson Andre | 2019-05-31 | 1 | -3/+3 |
| |/ | |||||
| * | Fix CLITest | William Desportes | 2019-05-29 | 1 | -1/+1 |
| * | revert usage of new array syntax [] | William Desportes | 2019-05-29 | 12 | -30/+34 |
| * | Downgrade phpcs from 3.4 to to 2.9.x | William Desportes | 2019-05-28 | 1 | -1/+1 |
| * | Edit CHANGELOG.md | William Desportes | 2019-05-28 | 1 | -11/+0 |
| * | Revert "Enable strict mode on PHP files" | William Desportes | 2019-05-28 | 159 | -174/+101 |
| * | remove phpmyadmin/coding-standard and add squizlabs/php_codesniffer | William Desportes | 2019-05-28 | 2 | -7/+1 |
| * | revert of new array syntax | William Desportes | 2019-05-28 | 108 | -2000/+1998 |
| * | Revert array syntax | William Desportes | 2019-05-28 | 49 | -153/+153 |
| * | Partial revert "Bump minimum version to PHP 7.1" | William Desportes | 2019-05-28 | 3 | -3/+14 |
* | | Prepare CHANGELOG for next release | Isaac Bennetch | 2019-05-09 | 1 | -0/+2 |
* | | Prepare CHANGELOG for release 5.0.05.0.0 | Isaac Bennetch | 2019-05-09 | 1 | -1/+1 |
|/ | |||||
* | Add CHANGELOG for pull request #242 | Isaac Bennetch | 2019-05-09 | 1 | -0/+1 |
* | Fix merge conflicts for pull request #242 | Isaac Bennetch | 2019-05-09 | 5 | -2/+57 |
|\ | |||||
| * | CS fix | Radosław Kowalewski | 2019-04-19 | 1 | -1/+1 |
| * | Recognize question mark as parameter, add formatter for parameters | Radosław Kowalewski | 2019-04-19 | 5 | -2/+57 |
* | | Merge pull request #245 from staabm/patch-1 | Isaac Bennetch | 2019-05-08 | 1 | -3/+5 |
|\ \ | |||||
| * | | Added null check | Markus Staab | 2019-05-07 | 1 | -3/+5 |