mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
DB scheme generator: escape column names
This commit is contained in:
@@ -680,7 +680,7 @@ optional_parameter_def(
|
||||
|
||||
pair_def(
|
||||
unique int id: @pair,
|
||||
int key: @pair_key_type ref,
|
||||
int key__: @pair_key_type ref,
|
||||
int value: @underscore_arg ref,
|
||||
int loc: @location ref
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user