Skip to content

Commit 60187a0

Browse files
committed
fix
1 parent 7affc73 commit 60187a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databend-jdbc/src/test/java/com/databend/jdbc/TestPrepareStatement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public void testEncodePass() throws SQLException {
511511
stmt.execute("drop user if exists u01");
512512
stmt.execute("drop role if exists test_role");
513513
stmt.execute("create role test_role");
514-
stmt.execute("grant all PRIVILEGES ON default.* role test_role");
514+
stmt.execute("grant all PRIVILEGES ON default.* to role test_role");
515515
stmt.execute("create user u01 identified by 'mS%aFRZW*GW' with default_role='test_role'");
516516
stmt.execute("grant role test_role to u01");
517517
Properties p = new Properties();

0 commit comments

Comments
 (0)