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
/
Utils
/
Query.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove left overs of old array syntax
William Desportes
2019-12-31
1
-1
/
+1
*
Merge branch 'QA'
William Desportes
2019-12-31
1
-1
/
+1
|
\
|
*
Fix #249 - Notice - Undefined index: ORDER BY
William Desportes
2019-12-31
1
-1
/
+1
|
*
Revert "Enable strict mode on PHP files"
William Desportes
2019-05-28
1
-1
/
+1
|
*
revert of new array syntax
William Desportes
2019-05-28
1
-24
/
+24
|
*
Revert array syntax
William Desportes
2019-05-28
1
-6
/
+6
*
|
Remove useless comments and annotations
Maurício Meneghini Fauth
2019-12-14
1
-4
/
+0
*
|
Remove useless parentheses
Maurício Meneghini Fauth
2019-12-14
1
-2
/
+2
|
/
*
fix: incorrect lastClauseIdx in Util::getQuery
Deven Bansod
2019-03-12
1
-2
/
+2
*
Enable strict mode on PHP files
Maurício Meneghini Fauth
2019-01-16
1
-1
/
+1
*
Apply phpmyadmin/coding-standard
Maurício Meneghini Fauth
2019-01-16
1
-44
/
+59
*
Fix unused variable
Bruno Perel
2018-12-09
1
-3
/
+3
*
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
-17
/
+16
*
Always initialize querytype flag
Michal Čihař
2017-09-04
1
-1
/
+1
*
Provide $expr consistently for CaseExpression as with Expression
Michal Čihař
2017-07-12
1
-3
/
+0
*
Correctly handle CASE expression in SELECT statement
Michal Čihař
2017-07-12
1
-0
/
+3
*
Add recognizer for SET Statements
Deven Bansod
2017-07-07
1
-0
/
+3
*
This is already done
Michal Čihař
2017-02-20
1
-1
/
+1
*
Parse LOAD statement properly
Deven Bansod
2017-02-18
1
-0
/
+5
*
Order imports
Damian Dlugosz
2017-02-12
1
-3
/
+3
*
Apply cs fixes
Damian Dlugosz
2017-02-12
1
-0
/
+1
*
Fix parameters documentation
Michal Čihař
2017-02-07
1
-2
/
+2
*
Split select flags calculation to separate method
Michal Čihař
2017-02-07
1
-62
/
+76
*
Move all flags definition outside of method
Michal Čihař
2017-02-07
1
-155
/
+157
*
Various coding style fixes
Michal Čihař
2017-02-07
1
-11
/
+11
*
Fix comment type
Michal Čihař
2017-02-06
1
-11
/
+11
*
Use keyword attribute for comparing keyword name
Michal Čihař
2017-02-06
1
-7
/
+7
*
Added PhpMyAdmin namespace prefix to follow PSR-4.
Michal Čihař
2017-01-23
1
-26
/
+26
*
Apply php-cs-fixer
Damian Dlugosz
2017-01-06
1
-110
/
+104
*
Prevent incorrect error messages in UNION queries
Deven Bansod
2016-11-20
1
-0
/
+2
*
Remove unused variable (#96)
Michal Čihař
2016-11-08
1
-8
/
+0
*
Validate order of clauses in the parsing of statements
Deven Bansod
2016-11-03
1
-0
/
+62
*
Clarify license
Michal Čihař
2016-09-26
1
-1
/
+1
*
Remove @author from comment metadata
Michal Čihař
2016-09-26
1
-1
/
+0
*
Misc: Fixed some issues reported by Scrutinizer.
Dan Ungureanu
2016-02-21
1
-2
/
+2
*
Change return value from getAll in case of not parsed query
Michal Čihař
2016-02-17
1
-1
/
+1
*
Fix the order of clauses in SELECT statements involing UNIONs.
Dan Ungureanu
2015-11-02
1
-9
/
+1
*
Use JOIN expressions for flag detection.
Dan Ungureanu
2015-11-02
1
-1
/
+8
*
Replaced explicit calls to Component::build() with implicit calls to Componen...
Dan Ungureanu
2015-08-18
1
-11
/
+15
*
Consistent PHPDoc style.
Dan Ungureanu
2015-08-15
1
-2
/
+12
*
Coding style fixes.
Dan Ungureanu
2015-08-11
1
-3
/
+3
*
Introduced the buffered query parser. This is used to extract statements from a
Dan Ungureanu
2015-08-09
1
-1
/
+1
*
Add support for MySQL commands inside comments.
Dan Ungureanu
2015-08-08
1
-3
/
+1
*
Refactored field to something more appropriate depending on the context in wh...
Dan Ungureanu
2015-08-08
1
-12
/
+12
*
Fixed a bug that didn't parse comments properly.
Dan Ungureanu
2015-08-05
1
-4
/
+6
*
Added utility to get first full statement from a buffer.
Dan Ungureanu
2015-08-02
1
-0
/
+63
*
Fixed some Scrutinizer issues.
Dan Ungureanu
2015-07-25
1
-1
/
+1
*
Improved support for UNION.
Dan Ungureanu
2015-07-25
1
-2
/
+9
*
Mass renaming. Using 'component' instead of 'fragment'.
Dan Ungureanu
2015-07-10
1
-2
/
+2
*
Improved documentation.
Dan Ungureanu
2015-07-08
1
-8
/
+8
*
More coding style fixes. And typos. Lots of them.
Dan Ungureanu
2015-07-08
1
-1
/
+1
*
Coding style fixes.
Dan Ungureanu
2015-07-08
1
-7
/
+2
*
Improved fragments. New builders available. Refactored some fields.
Dan Ungureanu
2015-07-07
1
-0
/
+51
*
Improved condition parsing and query utilities.
Dan Ungureanu
2015-07-05
1
-16
/
+133
*
The context depends on the SQL mode.
Dan Ungureanu
2015-07-04
1
-1
/
+1
*
Improved WHERE keyword parser and query's utilities.
Dan Ungureanu
2015-07-02
1
-46
/
+37
*
Added statement builder (converts statement trees into executable query strin...
Dan Ungureanu
2015-06-30
1
-29
/
+29
*
Improved parsing system.
Dan Ungureanu
2015-06-28
1
-21
/
+78
*
New query utilities.
Dan Ungureanu
2015-06-28
1
-17
/
+303
*
Improved documentation.
Dan Ungureanu
2015-06-26
1
-3
/
+9
*
Improved query's utilities.
Dan Ungureanu
2015-06-26
1
-9
/
+79
*
Added query utilities.
Dan Ungureanu
2015-06-25
1
-0
/
+131