]> andersk Git - moira.git/blobdiff - backup/db2bkup.awk
Yet another special case for dealing with the gdss signatures.
[moira.git] / backup / db2bkup.awk
index 7a19fab1d97ed650bb632e7dfd9b7a7e92f3b6ee..6efbd9e5df13c5214543305da88141c52a7eb2a3 100644 (file)
@@ -47,6 +47,7 @@ NF>=2 {
                printf "\tchar\tt_%s[%d];\n", vname[count], temp2[1]+1;
                if ($1 == "signature") {
                        vtype[count]="bin";
+                       printf "\tEXEC SQL VAR t_signature IS STRING(%d);\n", temp2[1]+1;
                } else {
                        vtype[count]="str";
                }
This page took 0.500494 seconds and 4 git commands to generate.