On 06/19/14 19:59, vv m wrote:
> Still can't get the snapshot. I see "Generating snapshot..." and it takes
> forever.
> For sure, when I get it, I'll run builds on AIX and HP and let you know.
Can you try to
svn co svn://svn.code.sf.net/p/firebird/code/firebird/branches/B2_5_Release
> Currently I
> we've started validation of FB built on Linux and we met this situation:
> fb_inet_server hangs instead of returning the error on this query:
>
> insert into s select * from s
It not hungs, it insert rows until disk have space :) What kind of error
do you expect here ?
It is well known i
Add DROP NOT NULL to ALTER COLUMN
-
Key: CORE-4466
URL: http://tracker.firebirdsql.org/browse/CORE-4466
Project: Firebird Core
Issue Type: New Feature
Components: Engine
Reporter: Maximil
Finally I've got a snapshot. The build on AIX went OK except 2 issues
(actually, I had them during previous builds but unfortunately didn't have
time to report all details):
1) "Macro redefinition..." error for FD_SET(n, p), FD_CLR(n, p),
FD_ISSET(n, p) and FD_ZERO(p) in .../src/remote/inet.cpp
Hi All,
we've started validation of FB built on Linux and we met this situation:
fb_inet_server hangs instead of returning the error on this query:
insert into s select * from s
Any comments would be appreciated.
Thanks,
Vadim.
-
On 19-06-2014 16:32, Mark Rotteveel wrote:
> On 18-6-2014 13:23, Martijn Tonies (Upscene Productions) wrote:
>> Hi,
>> Can someone provide me with a compiled UDR example?
>> I’m using Firebird 3, 32 bit.
>> I see there’s a cpp file to be linked to, I thought this was Java?
>
> UDR (User Defined Ro
On 18-6-2014 13:23, Martijn Tonies (Upscene Productions) wrote:
> Hi,
> Can someone provide me with a compiled UDR example?
> I’m using Firebird 3, 32 bit.
> I see there’s a cpp file to be linked to, I thought this was Java?
UDR (User Defined Routines) is the API to hook up an external engine,
th
Still can't get the snapshot. I see "Generating snapshot..." and it takes
forever.
For sure, when I get it, I'll run builds on AIX and HP and let you know.
Currently I'm working on build for Sun SPARC.
One detail - I don't have automake installed on HP, so I used directly
./configure. Could it be
On 06/17/14 19:51, vv m wrote:
> Hi All,
>
> I've built FB from the source code (v. 2.5.2.26540-0) on HP-UX IA64
> (Itanium).
>
> This is my setup: HP-UX ia64, HP C/aC++ B3910B A.06.25
>
> My settings:
> export CC=cc
> export CXX=aCC
> export CFLAGS=+DD64
> export CFLAGS=+DD64
>
> ./configure --en