Skip to content

Commit

Permalink
add $table and USING to CH-info
Browse files Browse the repository at this point in the history
  • Loading branch information
r.khavronenko committed Nov 17, 2017
1 parent 42048b9 commit 8ce6c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clickhouse-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ace.define("ace/mode/clickhouse_info", ["require", "exports", "module"], functio
"TYPE",
"LEFT",
"RIGHT",
"USING",
"JOIN",
"ON",
"OUTER",
Expand Down Expand Up @@ -159,6 +160,7 @@ ace.define("ace/mode/clickhouse_info", ["require", "exports", "module"], functio
"varSamp", "varSampIf", "yesterday"
];
p.Macros = [
"$table",
"$timeCol",
"$dateTimeCol",
"$from",
Expand Down

0 comments on commit 8ce6c69

Please sign in to comment.