Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,473 changes: 2,473 additions & 0 deletions cpp/downgrades/50ac99268bd199e5a899ba85465097370c1a8442/old.dbscheme

Large diffs are not rendered by default.

2,469 changes: 2,469 additions & 0 deletions cpp/downgrades/50ac99268bd199e5a899ba85465097370c1a8442/semmlecode.dbscheme

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
description: Sections for databaseMetadata and overlayChangedFiles
compatibility: full
4 changes: 4 additions & 0 deletions cpp/ql/lib/semmlecode.cpp.dbscheme
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,8 @@ link_parent(
int link_target : @link_target ref
);

/*- Database metadata -*/

/**
* The CLI will automatically emit applicable tuples for this table,
* such as `databaseMetadata("isOverlay", "true")` when building an
Expand All @@ -2389,6 +2391,8 @@ databaseMetadata(
string value: string ref
);

/*- Overlay support -*/

/**
* The CLI will automatically emit tuples for each new/modified/deleted file
* when building an overlay database.
Expand Down
Loading
Loading