mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Add upgrade and downgrade scripts.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
class Type extends @type {
|
||||
string toString() { none() }
|
||||
}
|
||||
|
||||
from Type t, int k, int kind, string name
|
||||
where
|
||||
types(t, k, name) and
|
||||
if k = 34 then kind = 15 else kind = k
|
||||
select t, kind, name
|
||||
@@ -0,0 +1,3 @@
|
||||
description: Remove support for inline arrays.
|
||||
compatibility: backwards
|
||||
types.rel: run types.qlo
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Add support for inline arrays.
|
||||
compatibility: backwards
|
||||
Reference in New Issue
Block a user