We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7affc73 commit 60187a0Copy full SHA for 60187a0
databend-jdbc/src/test/java/com/databend/jdbc/TestPrepareStatement.java
@@ -511,7 +511,7 @@ public void testEncodePass() throws SQLException {
511
stmt.execute("drop user if exists u01");
512
stmt.execute("drop role if exists test_role");
513
stmt.execute("create role test_role");
514
- stmt.execute("grant all PRIVILEGES ON default.* role test_role");
+ stmt.execute("grant all PRIVILEGES ON default.* to role test_role");
515
stmt.execute("create user u01 identified by 'mS%aFRZW*GW' with default_role='test_role'");
516
stmt.execute("grant role test_role to u01");
517
Properties p = new Properties();
0 commit comments