Skip to content

Commit 0a9c092

Browse files
authored
Merge pull request #2 from questdb/test-symbols-with-quotes
feat: test quotes in symbols
2 parents 47be4f5 + 112ca77 commit 0a9c092

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ilp-client-interop-test.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,5 +1634,20 @@
16341634
"result": {
16351635
"status": "ERROR"
16361636
}
1637+
},
1638+
{
1639+
"testName": "quote in symbol value",
1640+
"table": "quote",
1641+
"symbols": [
1642+
{
1643+
"name": "sym",
1644+
"value": "\"val\""
1645+
}
1646+
],
1647+
"columns": [],
1648+
"result": {
1649+
"status": "SUCCESS",
1650+
"line": "quote,sym=\"val\""
1651+
}
16371652
}
16381653
]

0 commit comments

Comments
 (0)