diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:48:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:48:35 +0000 |
commit | 207df6fc406e81bfeebdff7f404bd242ff3f099f (patch) | |
tree | a1a796b056909dd0a04ffec163db9363a8757808 /test/test_sql_anno.sh | |
parent | Releasing progress-linux version 0.11.2-1~progress7.99u1. (diff) | |
download | lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.tar.xz lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.zip |
Merging upstream version 0.12.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | test/test_sql_anno.sh | 6 |
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'" |