提交 4c447a4f 编写于 作者: V Vlad Ilyushchenko

chore: added new SQL keywords to web console highlighter: alter, truncate,...

chore: added new SQL keywords to web console highlighter: alter, truncate, values, into, asof, long, long256, add, column and copy
上级 5b13bdb2
......@@ -28,10 +28,10 @@ ace.define(
function (e, t) {
"use strict";
var r = e("../lib/oop"), i = e("./text_highlight_rules").TextHighlightRules, s = function () {
var e = "select|insert|update|delete|from|where|and|or|by|order|limit|as|case|when|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|foreign|not|references|default|null|inner|cross|natural|database|drop|grant|over|sample|partition|latest|NaN|with|rename";
var e = "select|insert|update|delete|from|where|and|or|by|order|limit|as|case|when|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|foreign|not|references|default|null|inner|cross|natural|database|drop|grant|over|sample|partition|latest|NaN|with|rename|truncate|asof|copy|alter|into|values|index|add|column";
var t = "true|false";
var n = "avg|count|first|last|max|min|sum|ucase|lcase|mid|len|round|rank|now|format|coalesce|ifnull|isnull|nvl";
var r = "int|date|string|symbol|float|double|binary|timestamp";
var r = "int|date|string|symbol|float|double|binary|timestamp|long|long256";
i = this.createKeywordMapper({
"support.function": n,
keyword: e,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册