[Firebird-devel] [FB-Tracker] Created: (CORE-4286) "Statement already has a cursor assigned" error when trying to execute another SQL statement using different cursor name

2013-12-03 Thread Paulius Pazera (JIRA)
"Statement already has a cursor assigned" error when trying to execute another SQL statement using different cursor name Key: CORE-4286 URL: h

[Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread liviusliv...@poczta.onet.pl
Hi, Will be good to have some configurable option for data type result for count(*). In FB3 result rype is bigint in previous it was integer. All projects which use integer in designer faill becouse of that. Regards, Karol Bieniaszewski

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Mark Rotteveel
On Tue, 03 Dec 2013 12:10:30 +0100, "liviusliv...@poczta.onet.pl" wrote: > Hi, > > Will be good to have some configurable option for data type result for > count(*). > > In FB3 result rype is bigint in previous it was integer. > > All projects which use integer in designer faill becouse of tha

[Firebird-devel] Odp: Compatibiliti fb3 and previous

2013-12-03 Thread liviusliv...@poczta.onet.pl
Hi, I understand your point of view - spending time on compatibility flag in this specified case is time wasting. This should go into doc about incompatybilities only. Regards, Karil Bieniaszewski - Reply message - Od: "Mark Rotteveel" Do: "For discussion among Firebird Developers" T

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Dmitry Yemanov
03.12.2013 15:10, liviusliv...@poczta.onet.pl wrote: > > All projects which use integer in designer faill becouse of that. I'm wondering what connectivity layer do you refer to and what error it raises. I don't see why it should fail provided that the returned value does not overflow the 2^32 li

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Jim Starkey
On 12/3/2013 6:24 AM, Mark Rotteveel wrote: > On Tue, 03 Dec 2013 12:10:30 +0100, "liviusliv...@poczta.onet.pl" > wrote: >> Hi, >> >> Will be good to have some configurable option for data type result for >> count(*). >> >> In FB3 result rype is bigint in previous it was integer. >> >> All project

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Dimitry Sibiryakov
03.12.2013 16:59, Jim Starkey wrote: > Another possibility is to be smarter about upgrades. For example, > counts could be int64s and exceptions thrown if an assignment results in > loss of data. This would let earlier applications continue to work > while still allowing applications to count > 2

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Dmitry Yemanov
03.12.2013 21:09, Dimitry Sibiryakov wrote: > It won't help. If in Delphi db-aware components fields were created in design > time and > this field was created with type ftInteger, there is no way FB API can find > it out and > report ISC_LONG instead of ISC_INT64. Doesn't it mean that such an

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Dimitry Sibiryakov
03.12.2013 18:25, Dmitry Yemanov wrote: > Doesn't it mean that such an application will be always passing SQL_LONG > to execute/fetch calls? No, it is much more stupid. Application get ISC_INT64 from API, derive fields type fbBigint from it, compare it with already configured ftInteger, feel

Re: [Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread Jim Starkey
On 12/3/2013 12:31 PM, Dimitry Sibiryakov wrote: > 03.12.2013 18:25, Dmitry Yemanov wrote: >> Doesn't it mean that such an application will be always passing SQL_LONG >> to execute/fetch calls? > No, it is much more stupid. Application get ISC_INT64 from API, derive > fields type > fbBigint fr

[Firebird-devel] Which are the requeriments for to be a Firebird's core developer?

2013-12-03 Thread W O
Hello everybody. Since some months ago I read each post in this list. I'm fluent with C++ which I use since the year 1991 with Borland C++ 3.0, before that I used to use the C language. And I want to collaborate with the development of Firebird so new or improved features can be made faster. Wh