Add support for SQL in variables

This commit is contained in:
Vikram Rangnekar
2020-02-29 10:35:35 +05:30
parent c82a7bff0d
commit a1fb89b762
3 changed files with 19 additions and 25 deletions

View File

@ -57,8 +57,6 @@ func argMap(ctx context.Context, vars []byte) func(w io.Writer, tag string) (int
return w.Write(v1)
}
fmt.Println(">>>", tag, string(v))
return w.Write(escQuote(fields[0].Value))
}
}