Re: [Firebird-devel] Reading from batch

2022-01-03 Thread Alex Peshkoff via Firebird-devel
On 1/3/22 16:29, Jiří Činčura wrote: Hi *, Is there a way to read from a batch? I.e. executing `insert into foo (x) values (?) returning x` with bunch of parameters in a batch a then getting the values of `x`. Planned for next version, that will be another interface. Firebird-Devel mail

Re: [Firebird-devel] Different commands in a batch

2022-01-03 Thread Alex Peshkoff via Firebird-devel
On 1/3/22 16:23, Jiří Činčura wrote: Hi *, Executing different commands in a batch is not supported, right? Aka, it's only single command with multiple sets of parameters. Yes. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] Reading from batch

2022-01-03 Thread Jiří Činčura
Hi *, Is there a way to read from a batch? I.e. executing `insert into foo (x) values (?) returning x` with bunch of parameters in a batch a then getting the values of `x`. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourc

[Firebird-devel] Different commands in a batch

2022-01-03 Thread Jiří Činčura
Hi *, Executing different commands in a batch is not supported, right? Aka, it's only single command with multiple sets of parameters. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-deve

[Firebird-devel] New development re. "contracted" collations and new QA

2022-01-03 Thread Pavel Cisar
Hi all, I'd like inform you about new developments regarding: a) performance issues with partial key lookup with "contracted" collations. We've got sponsor to implement Adriano's solution using 3.0.8 code as primary target. The development and testing should happen in next three months. If ev

Re: [Firebird-devel] p_batch_cs on the wire

2022-01-03 Thread Alex Peshkoff via Firebird-devel
On 1/3/22 12:07, Jiří Činčura wrote: ULONG p_batch_errors; // error's recnums Numbers of records with error. Used when too many errors took place. For each error server sends number of message for which execution of SQL statement failed. And yes - such number is 4-byte intege

Re: [Firebird-devel] p_batch_cs on the wire

2022-01-03 Thread Jiří Činčura
> ULONG p_batch_errors; // error's recnums > > Numbers of records with error. Used when too many errors took place. For > each error server sends number of message for which execution of SQL > statement failed. And yes - such number is 4-byte integer, data is sent > after an a