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
/
tests
/
Parser
/
SelectStatementTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'QA'
William Desportes
2019-12-31
1
-0
/
+1
|
\
|
*
275: Prevent overwrite of offset in Limit clause by parenthesis
Deven Bansod
2019-12-30
1
-1
/
+2
|
*
Revert "Enable strict mode on PHP files"
William Desportes
2019-05-28
1
-1
/
+0
|
*
revert of new array syntax
William Desportes
2019-05-28
1
-59
/
+59
*
|
Remove useless comments and annotations
Maurício Meneghini Fauth
2019-12-14
1
-2
/
+2
|
/
*
Fix risky tests
Maurício Meneghini Fauth
2019-01-16
1
-2
/
+2
*
Enable strict mode on PHP files
Maurício Meneghini Fauth
2019-01-16
1
-0
/
+1
*
Apply phpmyadmin/coding-standard
Maurício Meneghini Fauth
2019-01-16
1
-59
/
+59
*
Merge pull request #203 from mostertb/case-alias
Isaac Bennetch
2018-12-24
1
-0
/
+10
|
\
|
*
Add tests for parsing of CASE expressions with aliases
Brad Mostert
2018-10-13
1
-0
/
+10
*
|
Add support for INDEX hints in SELECT statement
Deven Bansod
2018-12-23
1
-0
/
+6
|
/
*
Fix broken clause order validation
Deven Bansod
2017-02-17
1
-0
/
+1
*
Merge remote-tracking branch 'origin/pull/137'
Michal Čihař
2017-02-14
1
-0
/
+2
|
\
|
*
Apply cs fixes
Damian Dlugosz
2017-02-12
1
-0
/
+1
*
|
Order imports
Damian Dlugosz
2017-02-12
1
-1
/
+1
|
/
*
Added PhpMyAdmin namespace prefix to follow PSR-4.
Michal Čihař
2017-01-23
1
-3
/
+3
*
Fixed parsing of unterminated variables.
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
*
Apply php-cs-fixer
Damian Dlugosz
2017-01-06
1
-2
/
+0
*
Add more tests, fix unneeded error
Deven Bansod
2016-12-21
1
-0
/
+1
*
Add more tests
Deven Bansod
2016-12-21
1
-0
/
+1
*
Add tests for parsing of FIELDS and LINES options in SELECT..INTO
Deven Bansod
2016-12-21
1
-0
/
+1
*
Recognize BINARY as function
Michal Čihař
2016-11-30
1
-0
/
+1
*
Add tests for prevention of incorrect errors in UNION queries
Deven Bansod
2016-11-20
1
-0
/
+1
*
Add a forgotten test
Deven Bansod
2016-11-20
1
-0
/
+1
*
Add tests for prevention of wrong order in JOINs
Deven Bansod
2016-11-15
1
-0
/
+1
*
Add parser tests for end options in SELECT
Deven Bansod
2016-11-12
1
-0
/
+3
*
Add forgotten testcase
Michal Čihař
2016-11-09
1
-0
/
+1
*
Add tests for #22
Deven Bansod
2016-11-03
1
-0
/
+1
*
Add call to test in test file
Deven Bansod
2016-10-24
1
-0
/
+1
*
Add tests for various NATURAL JOINS, fix test
Deven Bansod
2016-10-24
1
-0
/
+4
*
Fix parsing of NATURAL JOIN, CROSS JOIN and related joins
Deven Bansod
2016-10-24
1
-0
/
+2
*
Fix parsing of variables being assigned value of CASE expr within SELECT stat...
Deven Bansod
2016-10-14
1
-0
/
+1
*
Merge pull request #90 from devenbansod/subquery_in_from
Michal Čihař
2016-10-03
1
-0
/
+4
|
\
|
*
Fix parsing of subquery in FROM clause
Deven Bansod
2016-09-27
1
-0
/
+4
*
|
Add more tests
Deven Bansod
2016-09-26
1
-0
/
+3
*
|
Fix some issue with error reports and added testcases
Deven Bansod
2016-09-26
1
-0
/
+6
|
/
*
Do not fail on function which is reserved in a WHERE condition
Michal Čihař
2016-02-17
1
-0
/
+1
*
Reorganized tests.
Dan Ungureanu
2015-07-23
1
-5
/
+8
*
Imporved JOIN parsing and building.
Dan Ungureanu
2015-07-10
1
-0
/
+1
*
Added statement builder (converts statement trees into executable query strin...
Dan Ungureanu
2015-06-30
1
-0
/
+33