Skip to content

Commit 7d6a1f7

Browse files
committed
C++: Use more standard shared dbscheme sections
We now use the shared "Overlay support" and "Database metadata".
1 parent c6500e2 commit 7d6a1f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,6 +2389,8 @@ link_parent(
23892389
int link_target : @link_target ref
23902390
);
23912391

2392+
/*- Database metadata -*/
2393+
23922394
/**
23932395
* The CLI will automatically emit applicable tuples for this table,
23942396
* such as `databaseMetadata("isOverlay", "true")` when building an
@@ -2399,6 +2401,8 @@ databaseMetadata(
23992401
string value: string ref
24002402
);
24012403

2404+
/*- Overlay support -*/
2405+
24022406
/**
24032407
* The CLI will automatically emit tuples for each new/modified/deleted file
24042408
* when building an overlay database.

0 commit comments

Comments
 (0)