We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b8e0 commit c010df4Copy full SHA for c010df4
src/transform/canonicKeywords.ts
@@ -4,7 +4,7 @@ import { keyword } from "./transformUtils";
4
export const canonicKeywords = (cst: Program): Program => {
5
cstVisitor({
6
// Replaces TEMP with TEMPORARY
7
- table_kind: (node) => {
+ relation_kind: (node) => {
8
if (Array.isArray(node.kindKw)) {
9
// TODO...
10
} else {
0 commit comments