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 586826c commit e108ab4Copy full SHA for e108ab4
QueryDB.Core.Tests/Queries.cs
@@ -151,7 +151,7 @@ internal static class DML
151
}
152
internal static class DCL
153
{
154
- internal static string CreateUserSql_User_Password = @"CREATE USER {0} IDENTIFIED BY {1}";
+ internal static string CreateUserSql_User_Password = @"CREATE USER {0} IDENTIFIED BY '{1}' DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP";
155
internal static string GrantConnectSql_User = @"GRANT CONNECT TO {0}";
156
internal static string GrantSql_Command_Table_User = @"GRANT {0} ON {1} TO {2}";
157
internal static string RevokeSql_Command_Table_User = @"REVOKE {0} ON {1} FROM {2}";
0 commit comments