We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62730a commit a7f682aCopy full SHA for a7f682a
cpp/ql/src/semmlecode.cpp.dbscheme
@@ -521,18 +521,21 @@ params(
521
522
overrides(int new: @function ref, int old: @function ref);
523
524
+#keyset[id, type_id]
525
membervariables(
- unique int id: @membervariable,
526
+ int id: @membervariable,
527
int type_id: @type ref,
528
string name: string ref
529
);
530
531
532
globalvariables(
- unique int id: @globalvariable,
533
+ int id: @globalvariable,
534
535
536
537
538
539
localvariables(
540
int id: @localvariable,
541
0 commit comments