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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove left overs of old array syntax
William Desportes
2019-12-31
2
-3
/
+3
*
Merge branch 'QA'
William Desportes
2019-12-31
6
-0
/
+44
|
\
|
*
Merge #280 - Add support for DROP USER statement
William Desportes
2019-12-31
5
-0
/
+30
|
|
\
|
|
*
fix #259: Add support for DROP USER statement
Deven Bansod
2019-12-31
5
-0
/
+30
|
*
|
Add test case for #249
William Desportes
2019-12-31
1
-0
/
+14
|
|
/
*
|
Merge branch 'QA'
William Desportes
2019-12-31
6
-2
/
+417
|
\
\
|
|
/
|
*
Add more tests for CLI stdin
William Desportes
2019-12-31
2
-0
/
+212
|
*
Cover some edge cases
William Desportes
2019-12-31
2
-2
/
+141
|
*
Add test cases for CALL and TRUNCATE statements
William Desportes
2019-12-31
2
-0
/
+59
*
|
Merge branch 'QA'
William Desportes
2019-12-31
16
-3
/
+155
|
\
\
|
|
/
|
*
Merge #276 - add missing options in SET statement
William Desportes
2019-12-31
2
-1
/
+111
|
|
\
|
|
*
fix #255: add missing options in SET statement
Deven Bansod
2019-12-29
2
-1
/
+111
|
*
|
Merge #277 - allow SCHEMA to be used in CREATE Database statement
William Desportes
2019-12-31
10
-1
/
+28
|
|
\
\
|
|
*
|
fix #231: allow SCHEMA to be used in CREATE Database statement
Deven Bansod
2019-12-29
10
-1
/
+28
|
|
|
/
|
*
|
275: Prevent overwrite of offset in Limit clause by parenthesis
Deven Bansod
2019-12-30
4
-3
/
+17
|
|
/
*
|
Add PHPStan at level 2
Maurício Meneghini Fauth
2019-12-16
3
-1
/
+10
*
|
Remove useless comments and annotations
Maurício Meneghini Fauth
2019-12-14
36
-93
/
+89
*
|
Remove unnecessary string concatenation
Maurício Meneghini Fauth
2019-12-14
2
-131
/
+131
*
|
Replace is_null($var) with $var === null
Maurício Meneghini Fauth
2019-12-14
1
-1
/
+1
*
|
Remove useless parentheses
Maurício Meneghini Fauth
2019-12-14
1
-4
/
+2
*
|
Reference classes via a use statement
Maurício Meneghini Fauth
2019-12-14
5
-7
/
+12
*
|
Merge branch 'QA'
William Desportes
2019-11-13
5
-0
/
+14
|
\
\
|
|
/
|
*
fixes #267 - ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma" error
MisterCoder
2019-11-13
5
-1
/
+15
*
|
Merge branch 'QA'
William Desportes
2019-11-01
1
-0
/
+12
|
\
\
|
|
/
|
*
Add test case to check partition name starting by a number
Hugues Peccatte
2019-11-01
1
-0
/
+12
*
|
Merge branch 'QA'
William Desportes
2019-10-29
2
-8
/
+42
|
\
\
|
|
/
|
*
Manage "CHECK" keyword
Hugues Peccatte
2019-10-28
1
-0
/
+16
|
*
Fix CLITest
William Desportes
2019-05-29
1
-1
/
+1
|
*
revert usage of new array syntax []
William Desportes
2019-05-29
8
-25
/
+29
|
*
Revert "Enable strict mode on PHP files"
William Desportes
2019-05-28
70
-70
/
+1
|
*
revert of new array syntax
William Desportes
2019-05-28
47
-1192
/
+1190
|
*
Revert array syntax
William Desportes
2019-05-28
3
-6
/
+6
*
|
Fix deprecated annotations
William Desportes
2019-09-25
5
-28
/
+16
*
|
Set return type to void on setUp for phpunit
William Desportes
2019-09-25
1
-1
/
+1
|
/
*
Fix merge conflicts for pull request #242
Isaac Bennetch
2019-05-09
2
-0
/
+48
|
\
|
*
Recognize question mark as parameter, add formatter for parameters
Radosław Kowalewski
2019-04-19
2
-0
/
+48
*
|
Fix errors detected by PHPStan at level 0
Maurício Meneghini Fauth
2019-05-08
5
-3
/
+3
*
|
Fix failing test from pull request #224
Isaac Bennetch
2019-05-06
1
-1
/
+1
*
|
Merge pull request #241 from LeSuisse/php-warning-incomplete-case-expression
Isaac Bennetch
2019-05-05
18
-17
/
+23
|
\
\
|
*
|
Fix PHP warnings when building an incomplete CASE expression
Thomas Gerbet
2019-04-10
18
-17
/
+23
*
|
|
Add usage hints for command line stdin
Isaac Bennetch
2019-04-29
1
-6
/
+12
|
/
/
*
|
added stdin testcoverage
Markus Staab
2019-04-05
1
-0
/
+26
*
|
fix: incorrect lastClauseIdx in Util::getQuery
Deven Bansod
2019-03-12
1
-1
/
+86
*
|
Fix incorrect error on DEFAULT keyword in ALTER operation
Deven Bansod
2019-03-07
4
-5
/
+10
*
|
Fixed statements INSERT and REPLACE + options.
Przemek Szalko
2019-02-15
2
-0
/
+23
*
|
Changed implementation of build() methods to generate more consistent SQL.
Przemek Szalko
2019-02-15
6
-23
/
+23
*
|
Fix risky tests
Maurício Meneghini Fauth
2019-01-16
27
-55
/
+62
*
|
Enable strict mode on PHP files
Maurício Meneghini Fauth
2019-01-16
70
-1
/
+70
*
|
Apply phpmyadmin/coding-standard
Maurício Meneghini Fauth
2019-01-16
48
-1135
/
+1368
|
/
*
Fix incorrect error on DEFAULT keyword in ALTER operation
Deven Bansod
2019-01-03
3
-0
/
+3
*
Merge pull request #203 from mostertb/case-alias
Isaac Bennetch
2018-12-24
22
-0
/
+94
|
\
|
*
Add component build tests from CASE expressions with aliases
Brad Mostert
2018-10-13
1
-0
/
+28
|
*
Add tests for parsing of CASE expressions with aliases
Brad Mostert
2018-10-13
21
-0
/
+66
*
|
Merge pull request #216 from devenbansod/fix/199
Deven Bansod
2018-12-23
14
-0
/
+30
|
\
\
|
*
|
Add support for INDEX hints in SELECT statement
Deven Bansod
2018-12-23
14
-0
/
+30
*
|
|
Merge pull request #215 from devenbansod/fix/180
Deven Bansod
2018-12-22
39
-0
/
+232
|
\
\
\
|
|
/
/
|
*
|
Add support for LOCK and UNLOCK Statements
Deven Bansod
2018-12-22
39
-0
/
+232
*
|
|
Merge pull request #214 from devenbansod/fix/160
Deven Bansod
2018-12-22
3
-0
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Throw a parser error on extraneous comma in UPDATE statement
Deven Bansod
2018-12-22
3
-0
/
+27
*
|
|
Merge pull request #212 from devenbansod/fix/189
Deven Bansod
2018-12-21
7
-0
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Throw a parse error if a comma missing between two alter operations
Deven Bansod
2018-12-21
7
-0
/
+17
*
|
|
Fix: Add missing support for STRAIGHT_JOIN
Deven Bansod
2018-12-21
2
-0
/
+10
|
/
/
*
|
Merge pull request #211 from devenbansod/fix/190
Deven Bansod
2018-12-21
9
-6
/
+36
|
\
\
|
*
|
Add support for end options in SET statement
Deven Bansod
2018-12-21
9
-6
/
+36
*
|
|
Merge pull request #210 from devenbansod/fix/204
Deven Bansod
2018-12-21
1
-0
/
+42
|
\
\
\
|
*
|
|
Fix building of RenameStatement
Deven Bansod
2018-12-20
1
-0
/
+42
|
|
/
/
*
|
|
Merge pull request #209 from devenbansod/test/create-replace-view
William Desportes
2018-12-20
1
-0
/
+12
|
\
\
\
|
*
|
|
Add tests for builder of CREATE or REPLACE VIEW
Deven Bansod
2018-12-20
1
-0
/
+12
|
|
/
/
*
|
|
Add support for PURGE statements
Deven Bansod
2018-12-20
16
-0
/
+67
|
/
/
*
|
Cleanup and improve readability:
Bruno Perel
2018-11-26
3
-4
/
+3
|
/
*
Refactoring tests
Gabriel Caruso
2017-12-14
10
-36
/
+36
*
Use setUp instead of constructor for generating list
Michal Čihař
2017-12-14
1
-2
/
+2
*
Avoid using PHP 5.4+ syntax for arrays
v4.2.4
Michal Čihař
2017-12-06
1
-9
/
+9
*
Improve SQL context loading
Michal Čihař
2017-12-06
1
-10
/
+30
*
Fix parsing of CREATE TABLE with per field COLLATE
Michal Čihař
2017-11-08
1
-0
/
+17
*
Use PSR-1 for PHPUnit TestCase
Gabriel Caruso
2017-11-06
1
-1
/
+2
*
Fixed build CREATE TABLE query with PARTITIONS having ENGINE but not VALUES.
Michal Čihař
2017-10-10
1
-3
/
+31
*
Apply php-cs-fixer
Michal Čihař
2017-10-10
3
-6
/
+12
*
Add tests for partition definitions with engine
Michal Čihař
2017-10-10
4
-0
/
+112
*
Fix #172 Support parameter binding
Madhura Jayaratne
2017-09-23
3
-0
/
+27
*
Add MariaDB 10.3 context
Michal Čihař
2017-08-30
1
-0
/
+1
*
Test loading all contexts
Michal Čihař
2017-08-30
1
-0
/
+27
*
Provide $expr consistently for CaseExpression as with Expression
Michal Čihař
2017-07-12
9
-9
/
+9
*
Correctly handle CASE expression in SELECT statement
Michal Čihař
2017-07-12
1
-0
/
+17
*
Actually run new test
Michal Čihař
2017-07-12
1
-0
/
+1
*
Improved parsing of incomplete CREATE FUNCTION statements
Michal Čihař
2017-07-12
2
-0
/
+13
*
Correctly handle incomplete statements
Michal Čihař
2017-07-12
3
-0
/
+6
*
Add tests for (partially) parsed queries
Michal Čihař
2017-07-12
2
-0
/
+2
*
Add recognizer for SET Statements
Deven Bansod
2017-07-07
1
-0
/
+6
*
Improve UtfString handling of invalid strings
Michal Čihař
2017-06-15
1
-0
/
+31
*
Fixed parsing SQL comment at the end of query.
Michal Čihař
2017-06-08
3
-0
/
+11
*
Prefix all SQL mode constants with SQL_MODE_
v4.1.7
Michal Čihař
2017-06-06
1
-1
/
+6
*
Remove not used type arg from GROUP BY
Michal Čihař
2017-06-01
2
-4
/
+4
*
Merge commit '48d61a0c05316a25d9462379e79ff56d5e22a29c'
Michal Čihař
2017-06-01
1
-0
/
+24
|
\
|
*
Add GroupKeyword class to fix postgres GROUP BY
José Tobias de Freitas Neto
2017-05-31
1
-0
/
+24
*
|
Add (failing) test for building GROUP BY clause
Michal Čihař
2017-06-01
1
-0
/
+12
|
/
*
Merge commit 'bb384a13abf5b8e96c2b50fef29e6be3b5ba9d04'
Michal Čihař
2017-05-17
1
-16
/
+16
|
\
|
*
Don't print duplicated cli formatting characters
Damian Dlugosz
2017-05-17
1
-16
/
+16
*
|
Inline CREATE PROCEDURE
Damian Dlugosz
2017-05-16
1
-6
/
+3
|
/
*
Improved format of INSERT queries.
Dan Ungureanu
2017-05-16
1
-9
/
+3
[next]