Re: [Firebird-devel] Wire compression

2016-06-20 Thread Jiří Činčura
Can this be somewhat requested also by isc_info_firebird_version or similar? -- Mgr. Jiří Činčura Independent IT Specialist -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an

Re: [Firebird-devel] Problem with Firebird 2.1 embedded and libncurses 6 (Linux)

2016-06-20 Thread Alex Peshkoff
On 06/19/2016 06:58 PM, Fulvio Senore wrote: > Thank you for your answer. I have spent some time trying to do it but I > have not been able to force the makefile to use the static ncurses > library instead of the so file. Unfortunately my knowledge of the build > chain is very limited. > > May

Re: [Firebird-devel] Wire compression

2016-06-20 Thread Alex Peshkoff
On 06/18/2016 06:10 PM, Jiří Činčura wrote: >> Do you receive pflag_compress set in accept->p_acpt_type? You should >> check this value to decide use compression later or not. > Yes, I do. I receive 261, which is ptype_lazy_send | pflag_compress, if > I'm not mistaken. > > Not sure where to look

[Firebird-devel] [FB-Tracker] Created: (CORE-5285) Segfault when attachment is closed before it's request/statement/etc.

2016-06-20 Thread Alexander Peshkov (JIRA)
Segfault when attachment is closed before it's request/statement/etc. - Key: CORE-5285 URL: http://tracker.firebirdsql.org/browse/CORE-5285 Project: Firebird Core Issue

[Firebird-devel] [FB-Tracker] Created: (CORE-5286) Select from multiple tables fails when joining another table

2016-06-20 Thread Jonathan Neve (JIRA)
Select from multiple tables fails when joining another table Key: CORE-5286 URL: http://tracker.firebirdsql.org/browse/CORE-5286 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] Settings values in ExternalEngine

2016-06-20 Thread Alex Peshkoff
On 06/20/2016 04:17 PM, Jiří Činčura wrote: > Hi *, > > forgot my lack of knowledge of possible helper functions, but are the > some functions to help manipulate memory with values in ExternalEngine? > > I.e. the IExternalProcedure::open has void* inMsg and void* outMsg. > Although I can dig out

[Firebird-devel] Windows event log

2016-06-20 Thread Dimitry Sibiryakov
Hello, All. In sources I see a number of calls to RegisterEventSource(NULL, service_name). But, at first, service_name contain instance name that is user-defined and result in string that is not allowed as an event source, and, at second, nowhere proper event source is registered, so,

[Firebird-devel] Settings values in ExternalEngine

2016-06-20 Thread Jiří Činčura
Hi *, forgot my lack of knowledge of possible helper functions, but are the some functions to help manipulate memory with values in ExternalEngine? I.e. the IExternalProcedure::open has void* inMsg and void* outMsg. Although I can dig out values using

Re: [Firebird-devel] Settings values in ExternalEngine

2016-06-20 Thread Jiří Činčura
> There is FB_MESSAGE macro - look at sample 06.fb_message.cpp. Wow. Amesome. Thanks. And I have no idea what that does. Given my lack of knowledge of C++ magic, I'm completely confused. :) What happened to simple C code that was the same last hundred years? -- Mgr. Jiří Činčura Independent IT

Re: [Firebird-devel] Settings values in ExternalEngine

2016-06-20 Thread Jiří Činčura
A lot of trying (and errors) and still nowhere near, I think. How one uses the FB_MESSAGE with the void* inMsg (or void* outMsg) in i.e. here https://github.com/FirebirdSQL/firebird/blob/master/src/include/firebird/FirebirdInterface.idl#L827 ? -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-devel] [FB-Tracker] Created: (CORE-5287) Error "Blob not found" is issued when run DELETE FROM RETURNING (4.0.0 only)

2016-06-20 Thread Pavel Zotov (JIRA)
Error "Blob not found" is issued when run DELETE FROM RETURNING (4.0.0 only) - Key: CORE-5287 URL: http://tracker.firebirdsql.org/browse/CORE-5287 Project:

Re: [Firebird-devel] Settings values in ExternalEngine

2016-06-20 Thread Adriano dos Santos Fernandes
Em 20/06/2016 17:14, Jiří Činčura escreveu: >> There is FB_MESSAGE macro - look at sample 06.fb_message.cpp. > > Wow. Amesome. Thanks. > > And I have no idea what that does. Given my lack of knowledge of C++ > magic, I'm completely confused. :) What happened to simple C code that > was the same