Hello
Ive found bug. When I click with right mouse on username under objects, select view I will see General, Object privileges etc . On object privileges these objects are will lower case, which make no sense on most objects, because most of them are upper case in DB. But lets say this is not a big deal. But then Ill click on View sql which shows me command to create user and give him privileges. Now there are objects with upper case names. Which is ok for most objects, but not OK with java class objects which in real looks like that
grant execute on UDEBSRZB."iaik/utils/Base64OutputStream" to csdb;
not like that
grant execute on UDEBSRZB."IAIK/UTILS/BASE64EXCEPTION" to CSDB;
which is command View sql generate.
In this case solution will be to give object names with case sensitive and command generate with "
Pavel
Ive found bug. When I click with right mouse on username under objects, select view I will see General, Object privileges etc . On object privileges these objects are will lower case, which make no sense on most objects, because most of them are upper case in DB. But lets say this is not a big deal. But then Ill click on View sql which shows me command to create user and give him privileges. Now there are objects with upper case names. Which is ok for most objects, but not OK with java class objects which in real looks like that
grant execute on UDEBSRZB."iaik/utils/Base64OutputStream" to csdb;
not like that
grant execute on UDEBSRZB."IAIK/UTILS/BASE64EXCEPTION" to CSDB;
which is command View sql generate.
In this case solution will be to give object names with case sensitive and command generate with "
Pavel