[Firebird-devel] ADO.NET provider 4.6.3.0

2015-06-24 Thread Jiří Činčura
More info http://blog.cincura.net/233510-ado-net-provider-4-6-3-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Monitor 25 network devices or servers for free with OpManager! OpManager is we

[Firebird-devel] FWD: [firebird-support] Blob concat consume memory - why?

2015-06-24 Thread liviuslivius
  Hi,   why concating blob consume memory and not leave it until transaction end?   simple sample   SET TERM ^ ;   CREATE PROCEDURE TEST_BLOB_CONCAT   ( A BLOB SUB_TYPE TEXT, ILE INTEGER )  RETURNS   ( B BLOB SUB_TYPE TEXT ) AS  DECLARE VARIABLE VAR_I INTEGER;  BEGIN   VAR_I = 0;   B = 'ABC';   WHI

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2015 13:42, Paul Reeves wrote: > No such luck for me :-( > > I just did a fresh checkout and the Win64 build still fails with the same > errors I reported earlier. > Please try to remove "-r" from gpre calls in make_examples.bat. Adriano --

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2015 12:05, Alex Peshkoff wrote: > On 06/24/2015 05:56 PM, Adriano dos Santos Fernandes wrote: >> On 24/06/2015 10:06, Alex Peshkoff wrote: >>> Confirmed on linux. >>> >>> >> I can't confirm in Linux 64-bit. > I did not want to say that there is segfault. What I confirm is > incorrect cod

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Paul Reeves
On Wednesday 24 June 2015 17:16:23 Alex Peshkoff wrote: > > On 06/24/2015 05:56 PM, Adriano dos Santos Fernandes wrote: > >> What I see constantly is this segfault: > >> > >> Segmentation fault > >> Couldn't turn forced writes off > > Segfault in gfix I can't confirm - examples build runs without p

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Alex Peshkoff
> On 06/24/2015 05:56 PM, Adriano dos Santos Fernandes wrote: >> What I see constantly is this segfault: >> >> Segmentation fault >> Couldn't turn forced writes off Segfault in gfix I can't confirm - examples build runs without problems for me (checkout and build 20 minutes ago).

[Firebird-devel] [FB-Tracker] Created: (CORE-4847) Wrong client version is returned by API

2015-06-24 Thread Dimitry Sibiryakov (JIRA)
Wrong client version is returned by API --- Key: CORE-4847 URL: http://tracker.firebirdsql.org/browse/CORE-4847 Project: Firebird Core Issue Type: Bug Components: API / Client Library Affects

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Alex Peshkoff
On 06/24/2015 05:56 PM, Adriano dos Santos Fernandes wrote: > On 24/06/2015 10:06, Alex Peshkoff wrote: >> Confirmed on linux. >> >> > I can't confirm in Linux 64-bit. I did not want to say that there is segfault. What I confirm is incorrect code in .c file. Segfault when buffer overrun happens i

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2015 10:06, Alex Peshkoff wrote: > Confirmed on linux. > > I can't confirm in Linux 64-bit. What I see constantly is this segfault: Segmentation fault Couldn't turn forced writes off I disabled the gfix call and embuild runs without errors. Adriano --

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Jim Starkey
On 6/24/2015 9:26 AM, Adriano dos Santos Fernandes wrote: > On 24/06/2015 10:06, Alex Peshkoff wrote: >> which are transformed to this in empbuild.c >> >> isc_vtov ((char*) job_code, (char*) isc_36.isc_39, 21); >> isc_vtov ((char*) job_country, (char*) isc_36.isc_40, 61); >> Confirmed on li

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2015 10:06, Alex Peshkoff wrote: > > which are transformed to this in empbuild.c > >isc_vtov ((char*) job_code, (char*) isc_36.isc_39, 21); >isc_vtov ((char*) job_country, (char*) isc_36.isc_40, 61); > Confirmed on linux. > > After my changes in GPRE, it creates buffers of differen

Re: [Firebird-devel] employee db build broken

2015-06-24 Thread Alex Peshkoff
On 06/24/2015 11:50 AM, Paul Reeves wrote: > The 64-bit windows build of the employee db is broken. > > Running make_examples.bat produces this: > > Building employee.fdb > creating database V:/FB30/dev_tree/firebird3/gen/examples/employee.fdb > Turning forced writes off > Creating tables > Turnin

[Firebird-devel] employee db build broken

2015-06-24 Thread Paul Reeves
The 64-bit windows build of the employee db is broken. Running make_examples.bat produces this: Building employee.fdb creating database V:/FB30/dev_tree/firebird3/gen/examples/employee.fdb Turning forced writes off Creating tables Turning off indices and triggers Loading column data Turning