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.
node
unique
1 parent 8881031 commit fa16ff9Copy full SHA for fa16ff9
ql/generator/src/main.rs
@@ -259,7 +259,7 @@ fn create_ast_node_info_table<'a>(
259
dbscheme::Column {
260
db_type: dbscheme::DbColumnType::Int,
261
name: "node",
262
- unique: false,
+ unique: true,
263
ql_type: ql::Type::At(ast_node_name),
264
ql_type_is_ref: true,
265
},
ql/ql/src/ql.dbscheme
@@ -1063,7 +1063,7 @@ case @ql_token.kind of
1063
1064
#keyset[parent, parent_index]
1065
ql_ast_node_info(
1066
- int node: @ql_ast_node ref,
+ unique int node: @ql_ast_node ref,
1067
int parent: @ql_ast_node_parent ref,
1068
int parent_index: int ref,
1069
int loc: @location ref
0 commit comments