Skip to content

Commit 3490d35

Browse files
committed
Amend upgrade and downgrade scripts to look through aliases
1 parent 82f29eb commit 3490d35

File tree

25 files changed

+7604
-65
lines changed

25 files changed

+7604
-65
lines changed

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/aliases.qll

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

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/array_length.ql

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

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/base_type.ql

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

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/component_types.ql

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

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/element_type.ql

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

go/downgrades/60e1b7912d7c68066b13c776b07c2da5fc13342a/go.dbscheme renamed to go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/go.dbscheme

File renamed without changes.

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/key_type.ql

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

go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/objecttypes.ql

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

go/downgrades/60e1b7912d7c68066b13c776b07c2da5fc13342a/old.dbscheme renamed to go/downgrades/40dfd9635451090c49d1a4f2be8470005ea4a094/old.dbscheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ alias_rhs(unique int alias: @typealias ref, int tp: @type ref);
209209
#keyset[parent, index]
210210
component_types(int parent: @compositetype ref, int index: int ref, string name: string ref, int tp: @type ref);
211211

212+
#keyset[parent, index]
213+
component_tags(int parent: @compositetype ref, int index: int ref, string tag: string ref);
214+
212215
array_length(unique int tp: @arraytype ref, string len: string ref);
213216

214217
type_objects(unique int tp: @type ref, int object: @object ref);

0 commit comments

Comments
 (0)