We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b590f4f commit 2f4905cCopy full SHA for 2f4905c
tests/integration/query_regression_test.go
@@ -86,6 +86,8 @@ SELECT CAST($val AS UUID)`,
86
idString := "6E73B41C-4EDE-4D08-9CFB-B7462D9E498B"
87
expectedResultWithBug := []byte{0x8b, 0x49, 0x9e, 0x2d, 0x46, 0xb7, 0xfb, 0x9c, 0x4d, 0x8, 0x4e, 0xde, 0x6e, 0x73, 0xb4, 0x1c}
88
row, err := db.Query().QueryRow(ctx, `
89
+DECLARE $val AS Text;
90
+
91
SELECT CAST($val AS UUID)`,
92
query.WithIdempotent(),
93
query.WithParameters(ydb.ParamsBuilder().Param("$val").Text(idString).Build()),
0 commit comments