Re: [Firebird-devel] FB 3: Use cases for updating system tablesdirectly

2011-12-01 Thread frank
a "good" coder, you document the business logic in SPs and Triggers with at least some comments (and sometimes withoutthose comments it's hard to tell what the code is really doing ;-) ).You can reverse-engineer the SQL from BLR, but not those comments(!).cheers,Frank --- Nutze

[Firebird-devel] strange gbak failure

2012-06-25 Thread Frank
tdown, isc_dpb_shut_attachment | isc_dpb_shut_single); dpb.insertInt(isc_dpb_shutdown_delay, 0); Any ideas are welcome. Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pets."

Re: [Firebird-devel] strange gbak failure

2012-06-27 Thread Frank
On 27/06/12 11:45, Alex Peshkoff wrote: > On 06/25/12 16:52, Frank wrote: >> Any ideas are welcome. >> > > Frank, is this error still reproduced? No, it is gone, must have been a real rare race condition. > If yes - can you provide me remote access to that box? (reviewi

Re: [Firebird-devel] Conversion of CVS to Subversion

2012-07-16 Thread Frank
On 16/07/12 10:05, Mark Rotteveel wrote: > On Mon, 16 Jul 2012 01:01:31 +0200, Roman Rokytskyy > wrote: >> - should be integrated with Eclipse at least on the same level as CVS. > > The latest versions of Eclipse supports git and the Eclipse project itself > has moved all their code to git, so I

[Firebird-devel] subselects in head

2012-10-23 Thread Frank
LATION_NAME -At line 8, column 32 in head. I'm not sure whether this is a bug or a new restriction according to some obscure standard. Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithf

Re: [Firebird-devel] subselects in head

2012-10-23 Thread Frank
On 23/10/12 11:21, Kjell Rilbe wrote: > Den 2012-10-23 10:32 skrev Frank såhär: >> select R1.RDB$RELATION_NAME >> from RDB$RELATION_FIELDS F1 >> join RDB$RELATIONS R1 on F1.RDB$RELATION_NAME = R1.RDB$RELATION_NAME >> where F1.RDB$FIELD_NAME ='EMP_N

Re: [Firebird-devel] subselects in head

2012-10-23 Thread Frank
On 23/10/12 11:24, Dmitry Yemanov wrote: > > It smells like a bug caused by the new restriction ;-) > I will investigate that, thanks. > thank you Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and

Re: [Firebird-devel] subselects in head

2012-10-23 Thread Frank
from RDB$RELATION_FIELDS F2 > where F2.RDB$FIELD_NAME ='PHONE_EXT' > and F2.RDB$RELATION_NAME=R1.RDB$RELATION_NAME > ); Sure, but this query doesn't throw the error I wanted to demonstrate :-) Frank -- "Fascinating creatures, phoenixes,

[Firebird-devel] Firebird 3.0 issues

2012-10-29 Thread Frank
ill vanish when these issues are fixed, I didn't create an tracker entry for our original problem. hth Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pe

Re: [Firebird-devel] CTE problem

2012-11-20 Thread Frank
On 11/20/2012 11:03 AM, Dmitry Yemanov wrote: > 20.11.2012 13:53, Frank Schlottmann-Gödde wrote: >> >> I asked this in the support list, but got no answer: > > First of all, what FB version are you talking about? > Sorry, 2.5.2.26510 and 3.0.0.30126 Frank --

Re: [Firebird-devel] CTE problem

2012-11-28 Thread Frank
On 11/20/2012 10:53 AM, Frank Schlottmann-Gödde wrote: > Hi, > I asked this in the support list, but got no answer: > > > I do not understand why > > set planonly; > with recursive > CTE_CNT1 as (select 0 as I > from RDB$DATABASE > union all

Re: [Firebird-devel] CTE problem

2012-12-04 Thread Frank
On 12/01/2012 02:49 PM, Vlad Khorsun wrote: > I think, this is a bug. I added it to the tracker. kind regards Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pets." -

[Firebird-devel] fbclient win32 exception handling model

2011-04-13 Thread Frank Prete
ation). When recovering from such an exception, a deadlock will occur. Is there any reason why fbclient should not be built using the asynchronous exception model (i.e. using the /EHa option)? Thanks, Frank -- Benefiting

[Firebird-devel] Fb3: Window functions in recursive CTEs - endless recursion ?

2011-11-17 Thread Frank Ingermann
.. e) ? (i'm VERY interested in the "(...)" part of option d) as well as everything in option e) :-) ) cheers, Frank -- All the data continuously generated in your IT infrastructure contains

Re: [Firebird-devel] Fb3: Window functions in recursive CTEs - endless recursion ?

2011-11-21 Thread Frank Ingermann
st" - which is where it hits the hard-coded limit for the maximum recursion depth i guess. The good news: it doesn't crash the server, so you can try again :-) cheers, Frank -- All the data continuously generated i

Re: [Firebird-devel] Fb3: Window functions in recursive CTEs - endless recursion ?

2011-11-21 Thread Frank Ingermann
Hi Adriano, Am 21.11.2011 20:04, schrieb Adriano dos Santos Fernandes: > On 21/11/2011 16:45, Frank Ingermann wrote: >> So this would mean option b) is correct: >> >> b) [ ] window functions are not supposed to work in the "child select" >> part o

Re: [Firebird-devel] FB 3: Use cases for updating system tablesdirectly

2011-11-29 Thread Frank Ingermann
ese lines. ( Security/grants will have to be carefully considered here, obviously! :-) ) Does the "standard" say anything about these things? cheers, Frank -- All the data continuously generated in your IT i

Re: [Firebird-devel] FB 3: Use cases for updating system tables directly

2011-11-30 Thread Frank Ingermann
Hi Helen e.a., Am 30.11.2011 19:32, schrieb Helen Borrie: >>>On 11/30/11 02:42, Frank Ingermann wrote: >>>> DROP SOURCE OF [||*] >>>> or >>>> CHANGE OWNER OF [|*] TO >> I don't think bloat the language with non-standard syntax for >

Re: [Firebird-devel] FB 3: Use cases for updating system tablesdirectly

2011-11-30 Thread Frank Ingermann
Hi Claudio, >> From: Frank Ingermann [mailto:fr...@fingerman.de] >> >> Still i think it's a no-go to just take the ability _away_ to >> clear out those sources. It IS common practise. (+1 for the COMMENTs!) > The problem is that we lack equivalent commands for

Re: [Firebird-devel] Fb3: Window functions in recursive CTEs - endless recursion ?

2011-12-05 Thread Frank Ingermann
Hi Adriano, Am 04.12.2011 19:36, schrieb Adriano dos Santos Fernandes: > On 30-11-2011 23:36, Adriano dos Santos Fernandes wrote: >> On 16-11-2011 22:39, Frank Ingermann wrote: >>> Hi all, >>> >>> i'm trying to combine the new Window functions in Fb3 w

Re: [Firebird-devel] CTE problem

2012-11-29 Thread Frank Ingermann
Hi Frank, Am 29.11.2012 07:51, schrieb Frank: > On 11/20/2012 10:53 AM, Frank Schlottmann-Gödde wrote: > > No idea, anybody? > Isn't it so that a CTE Select can only have one recursive member? (at least that's what i remember from Vlad's presentation back in Bergamo, b

Re: [Firebird-devel] CTE problem

2012-12-03 Thread Frank Ingermann
Hi Frank, Am 30.11.2012 17:42, schrieb Frank Schlottmann-Gödde: > On 29.11.2012 11:08, Frank Ingermann wrote: >> Isn't it so that a CTE Select can only have one recursive member? > I don't think so, because the construct we have problems with, already > contains two

Re: [Firebird-devel] GEN_UUID() performance?

2011-04-04 Thread Frank Schlottmann-Gödde
ll put that in a list for a > possible pro/con discussion. And they should better be distinct :-) mit freundlichen Grüßen Frank Schlottmann-Gödde -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly f

Re: [Firebird-devel] GEN_UUID() performance?

2011-04-04 Thread Frank Schlottmann-Goedde
many databases) I hope I can switch from our udf to built in uuids in the near future. mit freundlichen Grüßen Frank Schlottmann-Gödde -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly f

Re: [Firebird-devel] Firebird backup fails to restore

2011-05-13 Thread Frank Schlottmann-Gödde
p after using a hex-editor to rename rdb$admin to e.g rdbxadmin. mit freundlichen Grüßen Frank Schlottmann-Gödde -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly fa

[Firebird-devel] no database triggers switch for qli

2011-12-09 Thread Frank Schlottmann-Gödde
x27;D': + QLI_nod = true; + break; + + case 'F': // fetch password { if (argv >= arg_end || **argv == '-')

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-08 Thread Frank Schlottmann-Gödde
On 09/01/12 07:41, Alex Peshkoff wrote: > On 01/06/12 20:18, Michal Kubecek wrote: >> Hello, >> >> HEAD currently doesn't build on Linux if LibTomMath is not installed ... > Builtin source is added only to make windows happy. On linux we should > always use system library. It is not available out

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-09 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 08:49, Alex Peshkoff wrote: > On 01/09/12 11:27, Frank Schlottmann-Gödde wrote: >> On 09/01/12 07:41, Alex Peshkoff wrote: >>> On 01/06/12 20:18, Michal Kubecek wrote: >>>> Hello, >>>> >

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-09 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 10:42, Philippe Makowski wrote: > Frank Schlottmann-Gödde [2012-01-09 10:26] : >> You could argue that this is too old to run Firebird 3.0 > yes like RHEL5 is too old too > you can try to backport the package from Ubun

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-09 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 12:30, Alex Peshkoff wrote: > On 01/09/12 13:26, Frank Schlottmann-Gödde wrote: > >> E: Couldn't find package libtommath-dev > > Yes, libtommath is relatively new library, better say - it became enough > pop

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-09 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 15:34, Alex Peshkoff wrote: > On 01/09/12 18:30, Frank Schlottmann-Gödde wrote: > >> Oldest still active server has glibc 2.6.1 > > Very interesting. We did not have reliable information, does it work > with FB 2.5

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-09 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 12:30, Alex Peshkoff wrote: > > Installing library from source is certainly possible. I had to change makefile a bit to get it installed: I replaced GROUP=wheel with GROUP=root and added -fPIC to CFLAGS. fsg -BEGIN PGP SIGNATUR

Re: [Firebird-devel] LibTomMath and POSIX build

2012-01-10 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/01/12 08:13, Alex Peshkoff wrote: > On 01/09/12 18:45, Frank Schlottmann-Gödde wrote: > >>> Anyway - I suppose that for FB 3.0 it will be much better to upgrade >>> servers. Moreover, for the time of release of FB

[Firebird-devel] libeditline and POSIX build

2012-01-10 Thread Frank Schlottmann-Gödde
Hi, I'm trying to compile head with --with-editline=yes and get the following linker error: g++-pthread -Wl,-rpath,'$ORIGIN/../lib' -Wl,-rpath,'$ORIGIN/../intl' -Wl,--version-script,empty.vers /home/fsg/src/fbbuild/build_posix/firebird2/temp/Release/isql/ColList.o /home/fsg/src/fbbuild/buil

Re: [Firebird-devel] libeditline and POSIX build

2012-01-11 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/12 09:25, Michal Kubecek wrote: > You can try this patch: > > (3.0) > https://api.opensuse.org/public/source/home:mkubecek:firebird30/firebird/firebird-3.0.0-libs.patch?rev=ce5aa283de19c37aa77873e4f2fc1cc6 > > (2.5) > https://api.opensuse

Re: [Firebird-devel] libeditline and POSIX build

2012-01-12 Thread Frank Schlottmann-Gödde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/12 10:14, Frank Schlottmann-Gödde wrote: > Thank you, Alex and Michal, I will try your suggestions this evening and > report back. - - $(EXE_LINK) $(EXE_LINK_OPTIONS) $^ -o $@ $(FIREBIRD_LIBRARY_LINK) $(LINK_LIBS) $(LIBED

Re: [Firebird-devel] no database triggers switch for qli

2012-01-19 Thread Frank Schlottmann-Gödde
On 19.01.2012 09:14, Claudio Valderrama C. wrote: >> -Original Message- >> From: Frank Schlottmann-Gödde [mailto:fr...@schlottmann-goedde.de] >> Sent: Viernes, 09 de Diciembre de 2011 12:47 >> >> I would like to see a switch added to qli to stop it fro

Re: [Firebird-devel] trying to compile fb trunk on Mac OSX Lion

2012-02-22 Thread Frank Schlottmann-Gödde
n't know > where it's coming from. Any help here would be greatly appreciated. in /builds/install/arch-specific/darwin/Makefile.in are lots of invocations of "sed -e", so the resulting Makefile should have them also. I can't check it, as I don't have a Mac at han

Re: [Firebird-devel] isql history broken with libedit 3.0

2012-05-29 Thread Frank Schlottmann-Goedde
than UTF8 and ISO8859_1. Here is what i have so far: You may ignore the SWITCH_NOHEADINGS part. mit freundlichen Grüßen Frank Schlottmann-Gödde -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they ma

[Firebird-devel] Some more issues with FB3.0

2012-10-24 Thread Frank Schlottmann-Gödde
Hi, while trying to get our admittedly not so trivial database running under FB3.0 I ran into some more bugs/issues. I don't know whether to discuss them here first or directly create issues in the tracker? Frank -- "Fascinating creatures, phoenixes, they can carry immensely h

Re: [Firebird-devel] Some more issues with FB3.0

2012-10-24 Thread Frank Schlottmann-Gödde
Am 24.10.2012 10:19, schrieb Mark Rotteveel: > On Wed, 24 Oct 2012 10:05:10 +0200, Frank Schlottmann-Gödde > wrote: >> Hi, >> while trying to get our admittedly not so trivial database running under >> FB3.0 I ran into some more bugs/issues. >> >> I don'

[Firebird-devel] CTE problem

2012-11-20 Thread Frank Schlottmann-Gödde
s with PLAN (CTE_CNT2 RDB$DATABASE NATURAL, CTE_CNT2 CTE_CNT1 RDB$DATABASE NATURAL, JOIN ()) Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pets

Re: [Firebird-devel] CTE problem

2012-11-30 Thread Frank Schlottmann-Gödde
On 29.11.2012 11:08, Frank Ingermann wrote: > Hi Frank, > > Am 29.11.2012 07:51, schrieb Frank: >> On 11/20/2012 10:53 AM, Frank Schlottmann-Gödde wrote: >> >> No idea, anybody? >> > Isn't it so that a CTE Select can only have one recursive member? I don&

[Firebird-devel] CORE-362

2013-08-03 Thread Frank Schlottmann-Gödde
is finally useable as a drop-in replacement for the extern/editline stuff. Just replace the contents of extern/editline with the archive above, apply the attached patches, configure with --with-editline=yes and you will get an isql with UTF8 enabled line editing. Frank -- "Fascinating c

Re: [Firebird-devel] CORE-362

2013-08-05 Thread Frank Schlottmann-Gödde
Am 05.08.2013 09:23, schrieb Alex Peshkoff: > Does 'Del' key work? Yes, only Ins, Pageup and Pagedown show '~' instead of doing sth. useful, but this is the same as with the old editline version. Frank -- "Fascinating creatures, phoenixes, they can carry immensel

Re: [Firebird-devel] libedit update for 2.5.x

2013-09-02 Thread Frank Schlottmann-Gödde
could be fixed by either including editline to the autogen.sh script or adding calls to autoreconf etc. to Makefile.in.extern.editline. Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healin

Re: [Firebird-devel] libedit update for 2.5.x

2013-09-03 Thread Frank Schlottmann-Gödde
Am 03.09.2013 09:13, schrieb Michal Kubecek: > On Tue, Sep 03, 2013 at 07:14:45AM +0200, Frank Schlottmann-Gödde wrote: >> On 02.09.2013 17:04, Alex Peshkoff wrote: >>> >>> I think that all distros, not debian only, support fresh editline >>> library. An

Re: [Firebird-devel] libedit update for 2.5.x

2013-09-03 Thread Frank Schlottmann-Gödde
Am 03.09.2013 09:08, schrieb Alex Peshkoff: > On 09/03/13 09:14, Frank Schlottmann-Gödde wrote: >> On 02.09.2013 17:04, Alex Peshkoff wrote: >>> On 09/02/13 16:06, marius adrian popa wrote: >>>> libedit will be updated and patched for 2.5.x branch also ? >>

Re: [Firebird-devel] libedit update for 2.5.x

2013-09-03 Thread Frank Schlottmann-Gödde
Am 03.09.2013 10:02, schrieb Alex Peshkoff: > The main reason why do we include libedit at all is licensing Yes we had a discussion on this topic with a debian maintainer back in 2002 when we had to replace calls to readline with editline. > - built > into all known to me distros libreadline (it

Re: [Firebird-devel] libedit update for 2.5.x

2013-09-03 Thread Frank Schlottmann-Gödde
Am 03.09.2013 10:47, schrieb Alex Peshkoff: > On 09/03/13 11:43, Frank Schlottmann-Gödde wrote: > > To be precise I'm not sure why did that guy need automake at all :-) > It's required only if one touch Makefile.am. For regular builds existing > in the tree configure is

Re: [Firebird-devel] FK Constraints and GTTs

2013-09-11 Thread Frank Schlottmann-Gödde
Am 10.09.2013 23:34, schrieb Ann Harrison: > On Tue, Sep 10, 2013 at 5:23 PM, Vlad Khorsun > mailto:hv...@users.sourceforge.net>> wrote: > > > > > > First, thanks for the details (BTW, is there a link for the spec) > > AFAIR, SQL standard is not free, so there is no link for free

Re: [Firebird-devel] libedit update for 2.5.x

2013-09-14 Thread Frank Schlottmann-Gödde
On 03.09.2013 10:47, Alex Peshkoff wrote: > On 09/03/13 11:43, Frank Schlottmann-Gödde wrote: > >> Hm, I had to run autoreconf etc. on it to build it on Ubuntu 8.04 >> > > Did you try with initial package or with one we have in the tree? > Must say I've generated c

Re: [Firebird-devel] Feature request & discussion (Reply to Planning the post v3 development)

2014-05-05 Thread Frank Schlottmann-Gödde
Am 05.05.2014 08:48, schrieb Molnár Attila: >> I believe that there are UDFs available for this already, no? > A very old and unsuppoted udf. In my case I do not expect to read back > from file to DB just one way. It's old but not unsupported :-) And works as expected. ftp://freeadhocudf.org/adh

Re: [Firebird-devel] Feature request & discussion (Reply to Planning the post v3 development)

2014-05-27 Thread Frank Schlottmann-Gödde
tribute using git? The other requests can be handled with svn too. frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pets.&

Re: [Firebird-devel] SF.net SVN: firebird:[59774] firebird/trunk/src

2014-07-02 Thread Frank Schlottmann-Gödde
Am 02.07.2014 04:21, schrieb Adriano dos Santos Fernandes: > Frank, > > Please don't mess with obj.h for ISQL support. > > I think you should do it different, for example, passing extra > parameters instead of the new constants. I will m

Re: [Firebird-devel] SF.net SVN: firebird:[59774] firebird/trunk/src

2014-07-02 Thread Frank Schlottmann-Gödde
Am 02.07.2014 04:50, schrieb Claudio Valderrama C.: > > I have my reservations about the extraction order, but since I didn't try, I > didn't voice my concern yet. This was the old order: > list_functions(); > list_generators(); > list_domains(default_char_

Re: [Firebird-devel] SF.net SVN: firebird:[59774] firebird/trunk/src

2014-07-02 Thread Frank Schlottmann-Gödde
Am 02.07.2014 12:41, schrieb Adriano dos Santos Fernandes: > On 02/07/2014 04:40, Frank Schlottmann-Gödde wrote: >> Am 02.07.2014 04:21, schrieb Adriano dos Santos Fernandes: >>> Frank, >>> >>> Please don't mess with obj.h for ISQL support. >>> &

[Firebird-devel] error on restore

2014-10-02 Thread Frank Schlottmann-Gödde
ideas? Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they make highly faithful pets." - J.K. Rowling -- Meet PCI DSS 3.0 Complian

Re: [Firebird-devel] error on restore

2014-10-06 Thread Frank Schlottmann-Gödde
On 02.10.2014 20:49, Dmitry Yemanov wrote: > 02.10.2014 20:18, Frank Schlottmann-Gödde wrote: >> >> I'm getting >> gbak: ERROR:action cancelled by trigger (3) to preserve data integrity >> gbak: ERROR:object has non-SQL security class defined >> gbak:E

Re: [Firebird-devel] Firebird 3.0 beta database recover problem: object has non-SQL security class defined

2014-10-27 Thread Frank Schlottmann-Gödde
o recreate the package, as I was not able to assign rights to it afterwards. If required, I can provide the fbk too. Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy loads, their tears have healing powers and they ma

Re: [Firebird-devel] SET TRANSACTION option to disable replication

2014-11-08 Thread Frank Schlottmann-Gödde
On 06.11.2014 19:44, Dimitry Sibiryakov wrote: > 06.11.2014 19:24, Mark Rotteveel wrote: >> I don't really understand why you would want to disable replication for >> a single transaction. > > There may be a number of reason. The main one is that this transaction is > performed by > replicator

Re: [Firebird-devel] GPRE and Pascal

2017-03-30 Thread Frank Schlottmann-Gödde
Am 29.03.2017 um 18:04 schrieb 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? > From the stone age: http://firebird.cvs.sourceforge.net/viewvc/firebird/interbase/examples/ ht

[Firebird-devel] [FB-Tracker] Created: (CORE-3474) Regression in joins on procedures

2011-05-12 Thread Frank Schlottmann-Goedde (JIRA)
Environment: any Reporter: Frank Schlottmann-Goedde Priority: Critical The following statement that used to work in fb2.5 throws an error in 2.5.1: Here are the results for both versions: First FB 2.5.0: SQL> show version; ISQL Version: LI-P2.5.0.26091 Firebird 2.5

[Firebird-devel] [FB-Tracker] Created: (CORE-3651) using a Freepascal 64bit UDF causes the engine to exit on client disconnect

2011-11-04 Thread Frank Schlottmann-Goedde (JIRA)
Issue Type: Bug Components: Engine Affects Versions: 2.5.2 Environment: Linux x86_64 (tested on Ubuntu 11.10) Firebird 2.5.2 64bit Reporter: Frank Schlottmann-Goedde create a simple freepascal udf: library test64; uses strings; procedure str_same(instring

[Firebird-devel] [FB-Tracker] Created: (CORE-3963) isql doesn't know the difference between UDF's and psql-functions

2012-10-29 Thread Frank Schlottmann-Goedde (JIRA)
Issue Type: Improvement Components: ISQL Affects Versions: 3.0 Initial Environment: probably all Reporter: Frank Schlottmann-Goedde Priority: Minor Using the following script in isql against the employee database shows the issue: /* isql doesn&

[Firebird-devel] [FB-Tracker] Created: (CORE-3964) It is not possible to create a ddl-trigger with "any DDL statement" clause

2012-10-29 Thread Frank Schlottmann-Goedde (JIRA)
ebird Core Issue Type: Bug Affects Versions: 3.0 Initial Environment: probably all platforms (tested on Windows 7.0 and Ubuntu 12.04) Reporter: Frank Schlottmann-Goedde Using the following script in isql against the employee database demonstrates the error /* It is no

[Firebird-devel] [FB-Tracker] Created: (CORE-3965) Creating a procedure containing "case when" expression leads to a server crash:

2012-10-29 Thread Frank Schlottmann-Goedde (JIRA)
ebird Core Issue Type: Bug Affects Versions: 3.0 Initial Environment: probably all (tested on Windows 7 and Ubuntu 12.04) Reporter: Frank Schlottmann-Goedde Priority: Blocker Using the following script in isql against the employee database demonst

[Firebird-devel] [FB-Tracker] Created: (CORE-3966) Creating a stored procedure with an "update or insert" statement with returning value fails

2012-10-29 Thread Frank Schlottmann-Goedde (JIRA)
/CORE-3966 Project: Firebird Core Issue Type: Bug Affects Versions: 3.0 Initial Environment: probably all (tested with Windows 7 and Ubuntu 12.04) Reporter: Frank Schlottmann-Goedde Priority: Critical Using the following script in isql against th

[Firebird-devel] [FB-Tracker] Created: (CORE-3967) subselect with reference to outer select fails

2012-10-29 Thread Frank Schlottmann-Goedde (JIRA)
Environment: probably all (tested with Windows 7 and Ubuntu 12.04) Reporter: Frank Schlottmann-Goedde Using the following script in isql against the employee database demonstrates the error /* subselect with reference to outer select fails with: Statement failed, SQLSTATE = 42S22

[Firebird-devel] [FB-Tracker] Created: (CORE-3968) Creating a stored procedure with one or more "update or insert" statement fails

2012-10-29 Thread Frank Schlottmann-Goedde (JIRA)
ebird Core Issue Type: Bug Affects Versions: 3.0 Initial Environment: probably all (tested with Windows 7 and Ubuntu 12.04) Reporter: Frank Schlottmann-Goedde Using the following script in isql against the employee database demonstrates the error /* Creatin

[Firebird-devel] [FB-Tracker] Created: (CORE-4005) wrong error message with recursive CTE

2012-12-04 Thread Frank Schlottmann-Goedde (JIRA)
: 2.5.2 Environment: all Reporter: Frank Schlottmann-Goedde with recursive CTE_CNT1 as (select 0 as I from RDB$DATABASE union all select I + 1 from CTE_CNT1 where I < 9), CTE_CNT2 as (select I, 0 as J from CTE_CNT1 union all select J * 10 + c1.I, c

[Firebird-devel] [FB-Tracker] Created: (CORE-4006) using a result from a procedure in a substring expression leads to server crash

2012-12-06 Thread Frank Schlottmann-Goedde (JIRA)
Issue Type: Bug Components: Engine Affects Versions: 3.0 Alpha 1 Environment: all Reporter: Frank Schlottmann-Goedde Priority: Blocker The following script demonstrates the issue

[Firebird-devel] [FB-Tracker] Created: (CORE-4470) gbak fails to restore database containing dependency between views and packaged functions

2014-06-21 Thread Frank Schlottmann-Goedde (JIRA)
Project: Firebird Core Issue Type: Bug Components: GBAK Affects Versions: 3.0 Alpha 2 Reporter: Frank Schlottmann-Goedde The following isql script creates a database that can't be restored by gbak: SET SQL DIALECT 3; /* CREATE DATABASE 'localhost:C: