Hi all,
On login role properties window, "Definition" tab, there is account expire
date. Odd thing is that checkbox is checked and date is assigned even when
there is no valid date set on account.
Consequence is when you click "OK" button without do anything, then SQL:
ALTER ROLE "MyRole"
VALID
Dhiraj, can you look at this please?
Thanks.
On Thu, May 2, 2013 at 9:21 AM, Bartosz Dmytrak wrote:
> Hi all,
> I've noticed Grant Wizard (schema node) generates odd SQL to grant
> privileges on sequence. Sequence is treated as a table, so SQL may look like
> this:
>
> GRANT SELECT, UPDATE, INSE