File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ fn create_ast_node_info_table<'a>(
260
260
dbscheme:: Column {
261
261
db_type: dbscheme:: DbColumnType :: Int ,
262
262
name: "node" ,
263
- unique: false ,
263
+ unique: true ,
264
264
ql_type: ql:: Type :: At ( ast_node_name) ,
265
265
ql_type_is_ref: true ,
266
266
} ,
Original file line number Diff line number Diff line change @@ -1326,7 +1326,7 @@ case @ruby_token.kind of
1326
1326
1327
1327
#keyset[parent, parent_index]
1328
1328
ruby_ast_node_info(
1329
- int node: @ruby_ast_node ref,
1329
+ unique int node: @ruby_ast_node ref,
1330
1330
int parent: @ruby_ast_node_parent ref,
1331
1331
int parent_index: int ref,
1332
1332
int loc: @location ref
@@ -1385,7 +1385,7 @@ case @erb_token.kind of
1385
1385
1386
1386
#keyset[parent, parent_index]
1387
1387
erb_ast_node_info(
1388
- int node: @erb_ast_node ref,
1388
+ unique int node: @erb_ast_node ref,
1389
1389
int parent: @erb_ast_node_parent ref,
1390
1390
int parent_index: int ref,
1391
1391
int loc: @location ref
You can’t perform that action at this time.
0 commit comments