Skip to content

Commit 64db00a

Browse files
committed
Java: refine type of parent column in exprs relation
1 parent ff5a98b commit 64db00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/config/semmlecode.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ exprs(
501501
unique int id: @expr,
502502
int kind: int ref,
503503
int typeid: @type ref,
504-
int parent: @element ref,
504+
int parent: @exprparent ref,
505505
int idx: int ref
506506
);
507507

0 commit comments

Comments
 (0)