We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6500e2 commit 7d6a1f7Copy full SHA for 7d6a1f7
1 file changed
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -2389,6 +2389,8 @@ link_parent(
2389
int link_target : @link_target ref
2390
);
2391
2392
+/*- Database metadata -*/
2393
+
2394
/**
2395
* The CLI will automatically emit applicable tuples for this table,
2396
* such as `databaseMetadata("isOverlay", "true")` when building an
@@ -2399,6 +2401,8 @@ databaseMetadata(
2399
2401
string value: string ref
2400
2402
2403
2404
+/*- Overlay support -*/
2405
2406
2407
* The CLI will automatically emit tuples for each new/modified/deleted file
2408
* when building an overlay database.
0 commit comments