|
|
@@ -35,13 +35,14 @@ var SqlParseSupport = (function () {
|
|
|
parser.yy.selectListAliases = [];
|
|
|
parser.yy.latestTablePrimaries = [];
|
|
|
|
|
|
- parser.parseError = function (message, error) {
|
|
|
- parser.yy.errors.push(error);
|
|
|
- return message;
|
|
|
- };
|
|
|
prioritizeSuggestions();
|
|
|
};
|
|
|
|
|
|
+ parser.yy.parseError = function (message, error) {
|
|
|
+ parser.yy.errors.push(error);
|
|
|
+ return message;
|
|
|
+ };
|
|
|
+
|
|
|
parser.addCommonTableExpressions = function (identifiers) {
|
|
|
parser.yy.result.commonTableExpressions = identifiers;
|
|
|
parser.yy.latestCommonTableExpressions = identifiers;
|