Re: JDBC SQL query permissions.

2020-05-08 Thread Denis Magda
Hello Mikhail, Most likely that didn't get in the scope when those commands were being added to Ignite. @Taras Ledkov , @Ivan Pavlukhin , @Yuriy Gerzhedovich , could you please share your thoughts on this? - Denis On Fri, May 8, 2020 at 2:19 AM Mikhail Petrov wrote: > Hello, Igniters. > > At

JDBC SQL query permissions.

2020-05-08 Thread Mikhail Petrov
Hello, Igniters. At the moment execution of the following SQL queries via JDBC requires no security permissions: ALTER TABLE ADD ALTER TABLE DROP COLUMN CREATE INDEX DROP INDEX Could someone clarify does this behavior considered desired or it is needed to be fixed? Tests that shows describe