Skip to content

Commit 2ba417f

Browse files
committed
Ruby: add databaseMetadata relation to dbscheme
This is required for overlay support.
1 parent c24eb9c commit 2ba417f

File tree

12 files changed

+6201
-3
lines changed

12 files changed

+6201
-3
lines changed

config/dbscheme-fragments.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"/*- Diagnostic messages -*/",
1212
"/*- Diagnostic messages: severity -*/",
1313
"/*- Source location prefix -*/",
14+
"/*- Database metadata -*/",
1415
"/*- Lines of code -*/",
1516
"/*- Configuration files with key value pairs -*/",
1617
"/*- YAML -*/",
@@ -31,4 +32,4 @@
3132
"/*- Python dbscheme -*/",
3233
"/*- Empty location -*/"
3334
]
34-
}
35+
}

ql/extractor/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ pub fn run(options: Options) -> std::io::Result<()> {
3636
},
3737
];
3838

39-
generate(languages, options.dbscheme, options.library)
39+
generate(languages, options.dbscheme, options.library, false)
4040
}

0 commit comments

Comments
 (0)