We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
databaseMetadata
overlayChangedFiles
1 parent 42f0ce7 commit d539930Copy full SHA for d539930
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -1,3 +1,4 @@
1
+
2
/*- Compilations -*/
3
4
/**
@@ -2378,6 +2379,24 @@ link_parent(
2378
2379
int link_target : @link_target ref
2380
);
2381
2382
+/**
2383
+ * The CLI will automatically emit applicable tuples for this table,
2384
+ * such as `databaseMetadata("isOverlay", "true")` when building an
2385
+ * overlay database.
2386
+ */
2387
+databaseMetadata(
2388
+ string metadataKey: string ref,
2389
+ string value: string ref
2390
+);
2391
2392
2393
+ * The CLI will automatically emit tuples for each new/modified/deleted file
2394
+ * when building an overlay database.
2395
2396
+overlayChangedFiles(
2397
+ string path: string ref
2398
2399
2400
/*- XML Files -*/
2401
2402
xmlEncoding(
0 commit comments