Re: [Firebird-devel] Timeout on batch

2022-01-13 Thread Jiří Činčura
> Defintely unsupproted. Great (for me :)). -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Timeout on batch

2022-01-13 Thread Alex Peshkoff via Firebird-devel
On 1/13/22 16:52, Jiří Činčura wrote: It's this (on a protocol level) https://github.com/FirebirdSQL/firebird/blob/master/src/remote/protocol.cpp#L665 for a single statement. If that field is not supported - and it looks to me it isn't - it's fine for me, I'm just checking some options

Re: [Firebird-devel] Timeout on batch

2022-01-13 Thread Jiří Činčura
It's this (on a protocol level) https://github.com/FirebirdSQL/firebird/blob/master/src/remote/protocol.cpp#L665 for a single statement. If that field is not supported - and it looks to me it isn't - it's fine for me, I'm just checking some options single statement has. -- Mgr. Jiří Činčura

Re: [Firebird-devel] Timeout on batch

2022-01-13 Thread Alex Peshkoff via Firebird-devel
On 1/13/22 16:45, Jiří Činčura wrote: Is there a way to send timeout value for batch, same way it's now possible for single statements (op_execute/op_execute2)? Nobody? Sooner of all not but not 100% sure how it's done for single statements... Firebird-Devel mailing list, web interface

Re: [Firebird-devel] Timeout on batch

2022-01-13 Thread Jiří Činčura
> Is there a way to send timeout value for batch, same way it's now > possible for single statements (op_execute/op_execute2)? Nobody? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] TAG_MULTIERROR

2022-01-13 Thread Jiří Činčura
> Incoming message. I.e. by default batch stops processing on first error > and returns that error to the user (in completion state). With > TAG_MULTIERROR it proceeds with processing of following records. Thanks. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing

Re: [Firebird-devel] TAG_MULTIERROR

2022-01-13 Thread Alex Peshkoff via Firebird-devel
On 1/13/22 16:27, Jiří Činčura wrote: Hi *, What does TAG_MULTIERROR exactly mean? The comment says "Can have >1 buffers with errors", but what is the "buffer" referring to? Incoming message. I.e. by default batch stops processing on first error and returns that error to the user (in