From 207df6fc406e81bfeebdff7f404bd242ff3f099f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 7 May 2024 06:48:35 +0200 Subject: Merging upstream version 0.12.2. Signed-off-by: Daniel Baumann --- test/test_sql_anno.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/test_sql_anno.sh') 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/(?[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'" -- cgit v1.2.3