C#: Add upgrade and downgrade scripts.

This commit is contained in:
Michael Nebel
2024-01-16 14:58:48 +01:00
parent 83c16ae993
commit fcb9e473c0
7 changed files with 8324 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,2 @@
description: Add support for inline arrays.
compatibility: backwards