index
:
sql-parser
master
origin/HEAD
origin/QA
origin/master
origin/motranslator
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Components
/
Expression.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'QA'
William Desportes
2019-12-31
1
-1
/
+1
|
\
|
*
Fix phpdoc using phpstan level 3
William Desportes
2019-12-31
1
-1
/
+1
*
|
Remove useless comments and annotations
Maurício Meneghini Fauth
2019-12-14
1
-6
/
+0
*
|
Replace is_null($var) with $var === null
Maurício Meneghini Fauth
2019-12-14
1
-1
/
+1
*
|
Merge branch 'QA'
William Desportes
2019-10-29
1
-1
/
+1
|
\
\
|
|
/
|
*
fix implode arg. order
Remi Collet
2019-10-28
1
-1
/
+1
|
*
Revert "Enable strict mode on PHP files"
William Desportes
2019-05-28
1
-3
/
+3
|
*
revert of new array syntax
William Desportes
2019-05-28
1
-6
/
+6
|
*
Revert array syntax
William Desportes
2019-05-28
1
-3
/
+3
*
|
Replaced new self with new static
MartkCz
2019-05-17
1
-1
/
+1
|
/
*
Enable strict mode on PHP files
Maurício Meneghini Fauth
2019-01-16
1
-3
/
+3
*
Apply phpmyadmin/coding-standard
Maurício Meneghini Fauth
2019-01-16
1
-26
/
+38
*
Use triple (in)equalities when type compatibility is ensured
Bruno Perel
2018-11-26
1
-1
/
+1
*
Cleanup and improve readability:
Bruno Perel
2018-11-26
1
-22
/
+24
*
Fix #172 Support parameter binding
Madhura Jayaratne
2017-09-23
1
-0
/
+2
*
Merge remote-tracking branch 'origin/pull/138'
Michal Čihař
2017-02-14
1
-18
/
+18
|
\
|
*
No useless else
Damian Dlugosz
2017-02-12
1
-18
/
+18
*
|
Order imports
Damian Dlugosz
2017-02-12
1
-1
/
+1
|
/
*
Use keyword attribute for comparing keyword name
Michal Čihař
2017-02-06
1
-5
/
+5
*
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
-6
/
+6
*
|
Merge branch 'master' into motranslator
Michal Čihař
2017-01-20
1
-0
/
+1
|
\
\
|
|
/
|
*
Properly handle operators AND, NOT, OR, XOR, DIV, MOD
Michal Čihař
2017-01-06
1
-0
/
+1
*
|
Merge branch 'master' into motranslator
Michal Čihař
2017-01-06
1
-27
/
+23
|
\
\
|
|
/
|
*
Apply php-cs-fixer
Damian Dlugosz
2017-01-06
1
-27
/
+23
*
|
Replace __( usage by Translator class
Michal Čihař
2016-12-21
1
-7
/
+7
|
/
*
Use strlen on strings instead of count
Michal Čihař
2016-11-30
1
-1
/
+1
*
Fix parsing of variables being assigned value of CASE expr within SELECT stat...
Deven Bansod
2016-10-14
1
-1
/
+8
*
Clarify license
Michal Čihař
2016-09-26
1
-1
/
+1
*
Remove @author from comment metadata
Michal Čihař
2016-09-26
1
-1
/
+0
*
Allow to use function name in AS
v3.4.4
Michal Čihař
2016-04-26
1
-2
/
+3
*
Correctly compare for empty string
Michal Čihař
2016-04-06
1
-2
/
+2
*
Do not consume closing bracket if we didn't consume opening one
Michal Čihař
2016-04-06
1
-0
/
+3
*
Fixed parsing of table with DEFAULT and COMMENT.
Michal Čihař
2016-03-02
1
-0
/
+3
*
Expression: Improved error messages related to aliases.
Dan Ungureanu
2016-02-21
1
-2
/
+2
*
Expression: Refactored parsing options.
v3.3.0
Dan Ungureanu
2016-02-12
1
-19
/
+56
*
Misc: Fixed coding style.
Dan Ungureanu
2016-02-10
1
-1
/
+1
*
Expression: Rewrote expression parsing.
Dan Ungureanu
2016-02-04
1
-111
/
+123
*
Allow NULL in expressions.
v3.0.8
Dan Ungureanu
2015-12-18
1
-0
/
+1
*
Improved test coverage.
Dan Ungureanu
2015-11-08
1
-2
/
+3
*
Updated coding style to follow PSR-2 coding standards.
Dan Ungureanu
2015-09-25
1
-2
/
+0
*
Fixed minor style issues in generated queries.
v1.0.0
Dan Ungureanu
2015-08-20
1
-1
/
+2
*
Replaced explicit calls to Component::build() with implicit calls to Componen...
Dan Ungureanu
2015-08-18
1
-17
/
+21
*
Consistent PHPDoc style.
Dan Ungureanu
2015-08-15
1
-0
/
+7
*
Refactored field to something more appropriate depending on the context in wh...
Dan Ungureanu
2015-08-08
1
-2
/
+4
*
Added support for SELECT * FROM dual;
Dan Ungureanu
2015-07-25
1
-1
/
+4
*
Refactoring.
Dan Ungureanu
2015-07-22
1
-6
/
+11
*
Avoid processing the alias twice and generate an error.
Dan Ungureanu
2015-07-19
1
-2
/
+16
*
Better error detection. Fixed some of the old messages.
Dan Ungureanu
2015-07-15
1
-3
/
+3
*
Fixed some Scrutinizer issues.
Dan Ungureanu
2015-07-15
1
-1
/
+1
*
Improved error messages.
Dan Ungureanu
2015-07-15
1
-18
/
+22
*
Added MariaDB's options for virtual fields. Updated contexts to contain relev...
Dan Ungureanu
2015-07-14
1
-3
/
+12
*
Mass renaming. Using 'component' instead of 'fragment'.
Dan Ungureanu
2015-07-10
1
-0
/
+337