Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'QA' | William Desportes | 2019-12-31 | 1 | -1/+1 |
|\ | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | Fix phpdoc using phpstan level 3 | William Desportes | 2019-12-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | Revert "Enable strict mode on PHP files" | William Desportes | 2019-05-28 | 1 | -1/+1 |
| | | | | | | | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | revert of new array syntax | William Desportes | 2019-05-28 | 1 | -2/+2 |
| | | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | Revert array syntax | William Desportes | 2019-05-28 | 1 | -2/+2 |
| | | | | | | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -6/+0 |
|/ | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -9/+8 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Use triple (in)equalities when type compatibility is ensured | Bruno Perel | 2018-11-26 | 1 | -2/+2 |
| | |||||
* | Cleanup and improve readability: | Bruno Perel | 2018-11-26 | 1 | -21/+20 |
| | | | | | Avoid duplicate if conditions Use switch/case instead of ifs when possible | ||||
* | Fixes striping of inline comments #11717 | Raghuram | 2017-04-05 | 1 | -3/+5 |
| | | | | Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in> | ||||
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -2/+2 |
| | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -25/+21 |
| | |||||
* | Clarify license | Michal Čihař | 2016-09-26 | 1 | -1/+1 |
| | | | | | | | | | - Add link to official license text - Use SPDX identifier for license - Clarify that the code is GPL or later - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Remove @author from comment metadata | Michal Čihař | 2016-09-26 | 1 | -1/+0 |
| | | | | | | | | - We're doing this for ages in phpmyadmin repo - The comments get outdated over time - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Fix parsing of query with \v3.4.3 | Michal Čihař | 2016-04-19 | 1 | -3/+3 |
| | | | | | | | | The previous fix was wrong, it didn't properly handle double escaping. Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12197 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Fix splitting query when escaped quotes are involved | Michal Čihař | 2016-03-02 | 1 | -2/+2 |
| | | | | | | Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12054 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | BufferedQuery: Backslashes in comments escaped characters in comments. | Dan Ungureanu | 2016-01-09 | 1 | -7/+13 |
| | |||||
* | Fixed DELIMITER statements in BufferedQuery. | Dan Ungureanu | 2015-11-08 | 1 | -0/+5 |
| | |||||
* | Handle backslashes separately for BufferedQuery.v3.0.1 | Dan Ungureanu | 2015-10-06 | 1 | -2/+14 |
| | |||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 1 | -5/+0 |
| | |||||
* | Consistent PHPDoc style. | Dan Ungureanu | 2015-08-15 | 1 | -0/+5 |
| | |||||
* | Coding style fixes. | Dan Ungureanu | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | The initial value of the query is no longer ignored in BufferedQuery's ↵ | Dan Ungureanu | 2015-08-11 | 1 | -1/+1 |
| | | | | constructor. | ||||
* | Refactored some parts of BufferedQuery. Fixed minor bugs. | Dan Ungureanu | 2015-08-11 | 1 | -13/+17 |
| | |||||
* | Typo in operator name. | Dan Ungureanu | 2015-08-11 | 1 | -2/+2 |
| | | | | Fixed spacing in comment. | ||||
* | Introduced the buffered query parser. This is used to extract statements from a | Dan Ungureanu | 2015-08-09 | 1 | -0/+390 |
buffered string that may be parsed using the parser. DELIMITER is no longer reported as unexpected beginning of statement. Fixed typos. |