ODP: [firebird-support] Re: UDF install in FB3.0 RC2

2016-03-10 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
hi, i do not suppose that this is an error. In FB3 structure of folders was changed. Your udf should follow that change. I use my custom udf under fb3 without problem. Try this:1. put fbclient.dll in the same folder as your udf file2. if first do not work try creating bin folder and put

[firebird-support] Re: UDF install in FB3.0 RC2

2016-03-10 Thread russ...@belding.co.nz [firebird-support]
Assuming this is an error in FB3 RC2, should I register it as an error? If so where?

Re: AW: AW: AW: [firebird-support] coalesce bug in fb 3.0 rc2?

2016-03-10 Thread 'Arno Brinkman' fbsupp...@abvisie.nl [firebird-support]
Hi, Thank you for providing a script, this is much easier comparing. I can now reproduce the error you get. Please enter a ticket with this script into the tracker, so they can fix this issue. Enter these both queries, so they can quickly find the bug: The query with the wrong results:

AW: AW: AW: [firebird-support] coalesce bug in fb 3.0 rc2?

2016-03-10 Thread 'Checkmail' check_m...@satron.de [firebird-support]
Hello, I have created an example: SET SQL DIALECT 3; CREATE TABLE T_MAIN ( TNR VARCHAR(16) NOT NULL, MINB INTEGER ); ALTER TABLE T_MAIN ADD CONSTRAINT PK_T_MAIN PRIMARY KEY (TNR); SET SQL DIALECT 3; CREATE TABLE T_STOCK ( TNR VARCHAR(16),