Re: [Firebird-devel] New API

2014-07-17 Thread marius adrian popa
There are a few examples in git but no docs yet https://github.com/asfernandes/firebird/tree/master/examples/interfaces https://github.com/asfernandes/fbstuff/tree/master/src/test/v3api I guess you need to clone the repository and study the interfaces https://github.com/asfernandes/firebird/tr

Re: [Firebird-devel] DDL permissions

2014-07-17 Thread Simonov Denis
Roman Simakov wrote, 04 Jul 2014 18:23:38 +0400: > Hello! > > I'd like to present a patch for firebird trunk which implements > http://tracker.firebirdsql.org/browse/CORE-735 like Red Database does. > After adding restrictions on DDL statements, I can not start initialized security3.fdb GSE

Re: [Firebird-devel] DDL permissions

2014-07-17 Thread Dmitry Yemanov
17.07.2014 12:32, Simonov Denis wrote: > After adding restrictions on DDL statements, I can not start initialized > security3.fdb > > GSEC> add sysdba -pw masterkey > An error occurred while attempting to add the user. > unsuccessful metadata update > CREATE TABLE PLG$SRP failed > There is no priv

Re: [Firebird-devel] DDL permissions

2014-07-17 Thread Simonov Denis
Dmitry Yemanov wrote Thu, 17 Jul 2014 17:58:59 +0400: > 17.07.2014 12:32, Simonov Denis wrote: > > > Two workarounds are possible: > > (1) > gsec -user sysdba -pass masterkey > GSEC> add sysdba -pw masterkey > > or > > (2) > isql -user sysdba employee > SQL> create user sysdba password 'masterkey