summaryrefslogtreecommitdiffstats
path: root/test/test_sql_anno.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_sql_anno.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_sql_anno.sh b/test/test_sql_anno.sh
index e09c312..74af141 100644
--- a/test/test_sql_anno.sh
+++ b/test/test_sql_anno.sh
@@ -48,3 +48,9 @@ run_cap_test ./drive_sql_anno \
"SELECT * from vmw_log, regexp_capture(log_body, '--> /SessionStats/SessionPool/Session/(?<line>[abc]+)')"
run_cap_test ./drive_sql_anno "SELECT * FROM foo.bar"
+
+run_cap_test ./drive_sql_anno "SELECT json_object('abc', 'def') ->> '$.abc'"
+
+run_cap_test ./drive_sql_anno "SELECT 0x77, 123, 123e4"
+
+run_cap_test ./drive_sql_anno "from access_log | filter cs_method == 'GET' || cs_method == 'PUT'"