Re: [Firebird-devel] Batch API wire protocol

2018-12-10 Thread Alex Peshkoff via Firebird-devel
On 11/10/18 12:12 PM, Mark Rotteveel wrote: I do get the feeling (although I maybe wrong, as I don't think I fully understand the protocol), that this will be hard to implement, Bot too hard. The most complex place is when we need to process segments inside segmented blobs (i.e. change endia

Re: [Firebird-devel] Batch API wire protocol

2018-11-10 Thread Mark Rotteveel
This doesn't really provide me sufficient information to implement it, but given I don't have the time and energy to work on this anyway, I'll park it until I have. I do get the feeling (although I maybe wrong, as I don't think I fully understand the protocol), that this will be hard to implem

Re: [Firebird-devel] Batch API wire protocol

2018-10-27 Thread Alex Peshkoff via Firebird-devel
On 10/27/18 15:02, Mark Rotteveel wrote: What is the wire protocol of the batch API (that is: what operations, what message format, etc)?     op_batch_create = 99,     op_batch_msg    = 100,     op_batch_exec   = 101,     op_batch_rls    = 102,     op_batch_cs 

[Firebird-devel] Batch API wire protocol

2018-10-27 Thread Mark Rotteveel
What is the wire protocol of the batch API (that is: what operations, what message format, etc)? Also, is it possible to use this protocol in a lower protocol version when talking to Firebird 4 (eg Jaybird currently only implements protocols v10 - 13), or does it really need to be connected wi