Skip to content

Commit 5d650d7

Browse files
committed
javascript: Use more standard shared dbscheme sections
We now use the shared "Overlay support" and "Database metadata".
1 parent bbcc488 commit 5d650d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

javascript/ql/lib/semmlecode.javascript.dbscheme

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,11 +1195,23 @@ configLocations(
11951195
@configLocatable = @config | @configName | @configValue;
11961196

11971197
/*- Database metadata -*/
1198+
1199+
/**
1200+
* The CLI will automatically emit applicable tuples for this table,
1201+
* such as `databaseMetadata("isOverlay", "true")` when building an
1202+
* overlay database.
1203+
*/
11981204
databaseMetadata(
11991205
string metadataKey: string ref,
12001206
string value: string ref
12011207
);
12021208

1209+
/*- Overlay support -*/
1210+
1211+
/**
1212+
* The CLI will automatically emit tuples for each new/modified/deleted file
1213+
* when building an overlay database.
1214+
*/
12031215
overlayChangedFiles(
12041216
string path: string ref
12051217
);

0 commit comments

Comments
 (0)