Skip to content

Commit 10b7131

Browse files
committed
Tests - Execute Command DCL execution verifiction (Oracle)
1 parent e9f1e93 commit 10b7131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryDB.Core.Tests/Queries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ internal static class DML
151151
}
152152
internal static class DCL
153153
{
154-
internal static string CreateUserSql_User_Password = @"CREATE USER {0} IDENTIFIED BY '{1}' DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP";
154+
internal static string CreateUserSql_User_Password = @"CREATE USER {0} IDENTIFIED BY {1} DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP";
155155
internal static string GrantConnectSql_User = @"GRANT CONNECT TO {0}";
156156
internal static string GrantSql_Command_Table_User = @"GRANT {0} ON {1} TO {2}";
157157
internal static string RevokeSql_Command_Table_User = @"REVOKE {0} ON {1} FROM {2}";

0 commit comments

Comments
 (0)