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
/
CreateStatementTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'QA'
William Desportes
2019-12-31
1
-0
/
+4
|
\
|
*
fix #231: allow SCHEMA to be used in CREATE Database statement
Deven Bansod
2019-12-29
1
-1
/
+5
|
*
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
-31
/
+31
*
|
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
-31
/
+31
*
Add tests for partition definitions with engine
Michal Čihař
2017-10-10
1
-0
/
+1
*
Actually run new test
Michal Čihař
2017-07-12
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
|
/
*
Added PhpMyAdmin namespace prefix to follow PSR-4.
Michal Čihař
2017-01-23
1
-2
/
+2
*
Apply php-cs-fixer
Damian Dlugosz
2017-01-06
1
-1
/
+0
*
Add missing test for error condition
Michal Čihař
2017-01-03
1
-0
/
+1
*
Fix parsing of ON UPDATE option in TIMESTAMP field with precision
Deven Bansod
2016-10-10
1
-0
/
+1
*
Fix parsing of user@host without backquotes
Deven Bansod
2016-09-20
1
-0
/
+2
*
Add test for non-reserved keyword as column name
Michal Čihař
2016-09-13
1
-0
/
+1
*
Merge remote-tracking branch 'origin/pull/70'
Michal Čihař
2016-09-13
1
-0
/
+2
|
\
|
*
Fix #59: Non-reserved keywords should be allowed as a field name
Deven Bansod
2016-09-07
1
-0
/
+2
*
|
Fix #55 : Add support for spatial datatypes
Deven Bansod
2016-09-08
1
-0
/
+1
|
/
*
Added test case for missing LIKE expr and building of query
Deven Bansod
2016-09-07
1
-0
/
+1
*
Added a testcase for CREATE TABLE .. LIKE 'old_table'
Deven Bansod
2016-09-07
1
-0
/
+1
*
Properly parse CREATE TABLE [AS] SELECT
Michal Čihař
2016-03-19
1
-0
/
+2
*
Fixed a couple of minor bugs in partition parsing.
Dan Ungureanu
2015-08-16
1
-0
/
+1
*
Reorganized tests.
Dan Ungureanu
2015-07-23
1
-14
/
+14
*
Better error detection. Fixed some of the old messages.
Dan Ungureanu
2015-07-15
1
-0
/
+1
*
Added MariaDB's options for virtual fields. Updated contexts to contain relev...
Dan Ungureanu
2015-07-14
1
-0
/
+1
*
Improved fragments. New builders available. Refactored some fields.
Dan Ungureanu
2015-07-07
1
-0
/
+1
*
The context depends on the SQL mode.
Dan Ungureanu
2015-07-04
1
-5
/
+7
*
Added statement builder (converts statement trees into executable query strin...
Dan Ungureanu
2015-06-30
1
-0
/
+32