Skip to content

Commit f8f5094

Browse files
authored
Merge pull request #20957 from igfoo/igfoo/consistent-metadata-and-overlay-support
C++ / JS / python: Be consistent in TRAP sections
2 parents dc3b7aa + 51b1ea8 commit f8f5094

File tree

43 files changed

+40411
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+40411
-18
lines changed

cpp/downgrades/83100310bf73eefc37c1d8d0ac98b2ca3019c7b6/old.dbscheme

Lines changed: 2483 additions & 0 deletions
Large diffs are not rendered by default.

cpp/downgrades/83100310bf73eefc37c1d8d0ac98b2ca3019c7b6/semmlecode.dbscheme

Lines changed: 2479 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
description: Sections for databaseMetadata and overlayChangedFiles
2+
compatibility: full

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)