Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -7/+7 |
| | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | Revert array syntax | William Desportes | 2019-05-28 | 1 | -5/+5 |
| | | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
* | 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 | -19/+19 |
| | | | | 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 | -4/+4 |
| | |||||
* | Merge branch 'master' into motranslator | Michal Čihař | 2017-01-23 | 1 | -6/+6 |
|\ | |||||
| * | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -5/+5 |
| | | | | | | | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Merge branch 'master' into motranslator | Michal Čihař | 2017-01-06 | 1 | -26/+26 |
|\ \ | |/ | |||||
| * | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -26/+26 |
| | | |||||
| * | Consistently end message with . | Michal Čihař | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Migrate new code to use Translator class | Michal Čihař | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Use static method for translating | Michal Čihař | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Replace __( usage by Translator class | Michal Čihař | 2016-12-21 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | 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 user@host without backquotes | Deven Bansod | 2016-09-20 | 1 | -5/+9 |
| | | | | | | | | | | Introduce an option to parse 'expr=' (like var, var=, expr) Fix tests Fix phpmyadmin/phpmyadmin#12298 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | Add special cases for SET CHARACTER SET, CHARSET, NAMES | Deven Bansod | 2016-09-10 | 1 | -0/+19 |
| | | | | | | | Fix #51 Fix #74 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> | ||||
* | OptionsArray: Fixed case-sensitivity issues. | Dan Ungureanu | 2016-02-21 | 1 | -6/+11 |
| | | | | Signed-off-by: Dan Ungureanu <udan1107@gmail.com> | ||||
* | Fixed coding style. | Dan Ungureanu | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | Fix error message.v3.0.4 | Dan Ungureanu | 2015-10-21 | 1 | -1/+3 |
| | |||||
* | Properly parse options when the value of the option is '='.v2.1.2 | Dan Ungureanu | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 1 | -1/+0 |
| | |||||
* | Fixed minor style issues in generated queries.v1.0.0 | Dan Ungureanu | 2015-08-20 | 1 | -1/+2 |
| | | | | | | | | | Introduced options for builders. Data types are lower case in CREATE TABLE statements, but in any other case they continue to be upper case. Formatter uses 2 spaces instead of 4 for indentation as specified in the MySQL Coding Guidelines. https://dev.mysql.com/doc/internals/en/indentation-spacing.html. | ||||
* | Replaced explicit calls to Component::build() with implicit calls to ↵ | Dan Ungureanu | 2015-08-18 | 1 | -4/+3 |
| | | | | | | | Component::__toString(). Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid. Refactoring. | ||||
* | Consistent PHPDoc style. | Dan Ungureanu | 2015-08-15 | 1 | -1/+7 |
| | |||||
* | Coding style fixes. | Dan Ungureanu | 2015-08-11 | 1 | -4/+4 |
| | |||||
* | Refactoring. | Dan Ungureanu | 2015-07-22 | 1 | -3/+5 |
| | |||||
* | Improved localization. | Dan Ungureanu | 2015-07-21 | 1 | -1/+5 |
| | |||||
* | Fixed support for multi-byte strings. | Dan Ungureanu | 2015-07-16 | 1 | -2/+2 |
| | |||||
* | Better error detection. Fixed some of the old messages. | Dan Ungureanu | 2015-07-15 | 1 | -1/+1 |
| | | | | Minor coding style fixes. | ||||
* | Improved error messages. | Dan Ungureanu | 2015-07-15 | 1 | -0/+10 |
| | | | | | Achieved 100% code coverage. Some refactoring. | ||||
* | Added switch to skip sorting options. | Dan Ungureanu | 2015-07-14 | 1 | -18/+28 |
| | | | | Renamed the keys used for options to something more relevant. | ||||
* | Fixed typos and documentation. | Dan Ungureanu | 2015-07-14 | 1 | -7/+9 |
| | |||||
* | Added MariaDB's options for virtual fields. Updated contexts to contain ↵ | Dan Ungureanu | 2015-07-14 | 1 | -33/+113 |
| | | | | | | | | | relevant keywords. Added magic method '__toString()' for components and statements for building. Fixed a bug that caused the function name to be incorrectly detected in an expression. Fixed a bug that ignored the 'noAlias' option in expressions. Options may be expressions now. | ||||
* | Added remove() method for OptionsArray. | Dan Ungureanu | 2015-07-10 | 1 | -2/+22 |
| | | | | | Fixed undefined variables introduced by previous renaming. Some refactoring. | ||||
* | Mass renaming. Using 'component' instead of 'fragment'. | Dan Ungureanu | 2015-07-10 | 1 | -0/+210 |