Skip to content

Commit bbcc488

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,6 +2379,8 @@ link_parent(
23792379
int link_target : @link_target ref
23802380
);
23812381

2382+
/*- Database metadata -*/
2383+
23822384
/**
23832385
* The CLI will automatically emit applicable tuples for this table,
23842386
* such as `databaseMetadata("isOverlay", "true")` when building an
@@ -2389,6 +2391,8 @@ databaseMetadata(
23892391
string value: string ref
23902392
);
23912393

2394+
/*- Overlay support -*/
2395+
23922396
/**
23932397
* The CLI will automatically emit tuples for each new/modified/deleted file
23942398
* when building an overlay database.

0 commit comments

Comments
 (0)