MXS-2431 Recognize the XA keyword
Recognize the XA keyword and classify the statement as write. Needs to be dealt with explicitly as sqlite3 assumes there are no keywords starting with the letter X.
This commit is contained in:
@ -639,6 +639,7 @@ columnid(A) ::= nm(X). {
|
||||
VALUE VIEW /*VIRTUAL*/
|
||||
/*WITH*/
|
||||
WORK
|
||||
XA
|
||||
%endif
|
||||
.
|
||||
%wildcard ANY.
|
||||
|
||||
Reference in New Issue
Block a user