You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tw-entrypoints/src/main/java/com/transferwise/common/entrypoints/tableaccessstatistics/DefaultTasQueryParsingInterceptor.java
Copy file name to clipboardExpand all lines: tw-entrypoints/src/test/java/com/transferwise/common/entrypoints/tableaccessstatistics/SqlParserUtilsTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ void testJSqlParser() {
50
50
testCases.add(newTestCase("explain (FORMAT JSON) select * from fx.request where id = 1",
51
51
List.of()));
52
52
53
+
testCases.add(newTestCase("SHOW DATABASES LIKE 'RDSAdmin'", List.of()));
54
+
53
55
testCases.add(newTestCase("insert into fin_unique_tw_task_key(task_id,key_hash,key) values(?, ?, ?) on conflict (key_hash, key) do nothing",
0 commit comments