[Firebird-devel] Protocol versions

2014-07-12 Thread Mark Rotteveel
Is there any documentation on the changes between protocol versions, or do I need to reverse engineer this? Mark -- Mark Rotteveel -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/li

[Firebird-devel] Lazy send and preparing a statement

2014-07-12 Thread Mark Rotteveel
I am currently implementing protocol version 11 in Jaybird, and I am using the .NET provider implementation for reference. Looking at the .NET code use of lazy send for op_prepare_statement *always* returns the allocate response (see https://sourceforge.net/p/firebird/NETProvider/ci/master/tree

Re: [Firebird-devel] Lazy send and preparing a statement

2014-07-12 Thread Mark Rotteveel
On 12-7-2014 16:26, Mark Rotteveel wrote: > I am currently implementing protocol version 11 in Jaybird, and I am > using the .NET provider implementation for reference. > > Looking at the .NET code use of lazy send for op_prepare_statement > *always* returns the allocate response (see > https://sou

[Firebird-devel] op_insert implementation removed in FB 3?

2014-07-12 Thread Mark Rotteveel
I was just looking at the Firebird 2.1 and 2.5 sources to see if I had missed any other lazy send stuff and I noticed op_insert (dsql_insert) for inserting a record into a dynamic SQL cursor. Which I thought might be interesting for inserts into an updatable JDBC ResultSet (it might be simpler

Re: [Firebird-devel] op_insert implementation removed in FB 3?

2014-07-12 Thread Dmitry Yemanov
12.07.2014 21:22, Mark Rotteveel wrote: > Was this functionality always broken, or has this been forgotten in the > implementation of Firebird 3? It was deprecated and not supported by the new API. Dmitry -- Firebird

Re: [Firebird-devel] op_insert implementation removed in FB 3?

2014-07-12 Thread Mark Rotteveel
On 12-7-2014 20:36, Dmitry Yemanov wrote: > 12.07.2014 21:22, Mark Rotteveel wrote: > >> Was this functionality always broken, or has this been forgotten in the >> implementation of Firebird 3? > > It was deprecated and not supported by the new API. Too bad, it would have been nice to have this ;)

Re: [Firebird-devel] op_insert implementation removed in FB 3?

2014-07-12 Thread Adriano dos Santos Fernandes
Em 12-07-2014 15:40, Mark Rotteveel escreveu: > On 12-7-2014 20:36, Dmitry Yemanov wrote: >> 12.07.2014 21:22, Mark Rotteveel wrote: >> >>> Was this functionality always broken, or has this been forgotten in the >>> implementation of Firebird 3? >> >> It was deprecated and not supported by the new

Re: [Firebird-devel] op_insert implementation removed in FB 3?

2014-07-12 Thread Mark Rotteveel
On 12-7-2014 20:49, Adriano dos Santos Fernandes wrote: > Em 12-07-2014 15:40, Mark Rotteveel escreveu: >> On 12-7-2014 20:36, Dmitry Yemanov wrote: >>> 12.07.2014 21:22, Mark Rotteveel wrote: >>> Was this functionality always broken, or has this been forgotten in the implementation of Fi

[Firebird-devel] [FB-Tracker] Created: (CORE-4492) Adding 2nd condition in WHERE which containing RDB$DBKEY leads to NATURAL plan

2014-07-12 Thread Pavel Zotov (JIRA)
Adding 2nd condition in WHERE which containing RDB$DBKEY leads to NATURAL plan -- Key: CORE-4492 URL: http://tracker.firebirdsql.org/browse/CORE-4492 Project: Firebird Core