Skip to content

Commit 6b5974a

Browse files
committed
Java: fix stats for databaseMetadata relation
1 parent 3846be4 commit 6b5974a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

java/ql/lib/config/semmlecode.dbscheme.stats

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3981,7 +3981,28 @@
39813981
<v>1</v>
39823982
</e>
39833983
</columnsizes>
3984-
<dependencies/>
3984+
<dependencies>
3985+
<dep>
3986+
<src>metadataKey</src>
3987+
<trg>value</trg>
3988+
<val>
3989+
<hist>
3990+
<budget>12</budget>
3991+
<bs/>
3992+
</hist>
3993+
</val>
3994+
</dep>
3995+
<dep>
3996+
<src>value</src>
3997+
<trg>metadataKey</trg>
3998+
<val>
3999+
<hist>
4000+
<budget>12</budget>
4001+
<bs/>
4002+
</hist>
4003+
</val>
4004+
</dep>
4005+
</dependencies>
39854006
</relation>
39864007
<relation>
39874008
<name>smap_header</name>

0 commit comments

Comments
 (0)