[Firebird-devel] New Firebird 3 high-level native client for Node.js / TypeScript

2017-03-29 Thread marius adrian popa
Adriano dos Santos Fernandes created and announced a new Firebird 3 high-level native client for Node.js / TypeScript https://asfernandes.github.io/2017/03/29/node-firebird-drivers.html -- Check out the vibrant tech commun

[Firebird-devel] GPRE and Pascal

2017-03-29 Thread Dimitry Sibiryakov
Hello, All. Which Pascal compiler is supposed to be used with GPRE'd programs? Is there an example of a Pascal program with ESQL? -- WBR, SD. -- Check out the vibrant tech community on one of the world's most

[Firebird-devel] Announce: Node.js Firebird Drivers

2017-03-29 Thread Adriano dos Santos Fernandes
https://asfernandes.github.io/2017/03/29/node-firebird-drivers.html Adriano -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel ma

[Firebird-devel] Bad or unnecessary error message or what?

2017-03-29 Thread Gabor Boros
Hi All, I experienced the below messages with my application but can reproduce with two IBExpert instances. I have a function in the database: CREATE FUNCTION SF_TEST RETURNS BOOLEAN AS BEGIN RETURN TRUE; END; Connect with the first IBExpert instance execute SELECT SF_TEST() FROM RDB$DATABASE

Re: [Firebird-devel] INDEX ON SYSTEM RELATIONS

2017-03-29 Thread Alex Peshkoff
On 03/29/17 13:52, Roman Simakov wrote: > Hi! > > Now FB3 prohibits operations like > > SQL> create index RDB$USER_PRIV_REL_USER on > RDB$USER_PRIVILEGES(RDB$RELATION_NAME,RDB$USER); > Statement failed, SQLSTATE = 28000 > unsuccessful metadata update > -CREATE INDEX RDB$USER_PRIV_REL_USER failed >

[Firebird-devel] INDEX ON SYSTEM RELATIONS

2017-03-29 Thread Roman Simakov
Hi! Now FB3 prohibits operations like SQL> create index RDB$USER_PRIV_REL_USER on RDB$USER_PRIVILEGES(RDB$RELATION_NAME,RDB$USER); Statement failed, SQLSTATE = 28000 unsuccessful metadata update -CREATE INDEX RDB$USER_PRIV_REL_USER failed -no permission for ALTER access to TABLE RDB$USER_PRIVILEG