Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'QA' | William Desportes | 2019-12-31 | 1 | -0/+14 |
|\ | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | Add test case for #249 | William Desportes | 2019-12-31 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | Revert "Enable strict mode on PHP files" | William Desportes | 2019-05-28 | 1 | -1/+0 |
| | | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | revert of new array syntax | William Desportes | 2019-05-28 | 1 | -193/+193 |
| | | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | fix: incorrect lastClauseIdx in Util::getQuery | Deven Bansod | 2019-03-12 | 1 | -1/+86 |
| | |||||
* | Fix risky tests | Maurício Meneghini Fauth | 2019-01-16 | 1 | -4/+4 |
| | | | | | | | - Rename test providers - Mark tests as incomplete Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -181/+214 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Refactoring tests | Gabriel Caruso | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Apply php-cs-fixer | Michal Čihař | 2017-10-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Correctly handle CASE expression in SELECT statement | Michal Čihař | 2017-07-12 | 1 | -0/+17 |
| | | | | | | Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13487 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Add recognizer for SET Statements | Deven Bansod | 2017-07-07 | 1 | -0/+6 |
| | | | | | | | | Fix #157 Add Tests for SET statement flag Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Parse LOAD statement properly | Deven Bansod | 2017-02-18 | 1 | -0/+8 |
| | | | | | | | | Fix #131 Might help to fix phpmyadmin/phpmyadmin#12345 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/pull/137' | Michal Čihař | 2017-02-14 | 1 | -0/+6 |
|\ | |||||
| * | Apply cs fixes | Damian Dlugosz | 2017-02-12 | 1 | -0/+4 |
| | | |||||
* | | Order imports | Damian Dlugosz | 2017-02-12 | 1 | -1/+1 |
|/ | |||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -4/+4 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -58/+56 |
| | |||||
* | Fix some errors with INTO keyword more to follow | Deven Bansod | 2016-09-28 | 1 | -5/+5 |
| | | | | | | Add more test cases Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Allow to use function name in ASv3.4.4 | Michal Čihař | 2016-04-26 | 1 | -0/+8 |
| | | | | | | Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12144 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Fix order of parameters to avoid confusing error messages | Michal Čihař | 2016-04-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Change return value from getAll in case of not parsed query | Michal Čihař | 2016-02-17 | 1 | -1/+32 |
| | | | | | | Fixes https://github.com/phpmyadmin/phpmyadmin/issues/11609 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 1 | -1/+2 |
| | |||||
* | Add support for MySQL commands inside comments. | Dan Ungureanu | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Fixed a bug that didn't parse comments properly. | Dan Ungureanu | 2015-08-05 | 1 | -1/+40 |
| | | | | | | getFirstStatement util doesn't ignore MySQL specific query anymore (between comments). Misc coding style fixes. Fixed tests. | ||||
* | Improved support for UNION. | Dan Ungureanu | 2015-07-25 | 1 | -0/+15 |
| | |||||
* | Improved fragments. New builders available. Refactored some fields. | Dan Ungureanu | 2015-07-07 | 1 | -0/+46 |
| | | | | | | | | New query utility to extract the name of the tables used in a statement. TRUNCATE is being parsed now. CREATE parsing and building has been improved. Improved the definition of UPDATE and DELETE statements. Fixed coding style. Improved documentation and tests. | ||||
* | Improved condition parsing and query utilities. | Dan Ungureanu | 2015-07-05 | 1 | -4/+80 |
| | |||||
* | Improved WHERE keyword parser and query's utilities. | Dan Ungureanu | 2015-07-02 | 1 | -5/+1 |
| | |||||
* | Added statement builder (converts statement trees into executable query ↵ | Dan Ungureanu | 2015-06-30 | 1 | -0/+328 |
strings). Implemented support for UNIONs in parser. Code coverage is now over 99%. Fixed CHECKSUM statement (typos). Refactored code. Removed pieces of duplicated code. Improved documentation and fixed coding style. Improved PHPUnit's configuration (more test suites for fine-grained testing). |