[Firebird-devel] BTYACC non-terminal types

2012-04-11 Thread Adriano dos Santos Fernandes
The BTYACC %type(s) has been a PITA to maintain. You have to switch between file places which makes things very sad to maintain. I propose this syntax change using small sed script (attached with some examples) Then each type will be directly set on the rule. So instead of: %type first_file_le

[Firebird-devel] [FB-Tracker] Created: (CORE-3812) Connection lost to database during massive dropping and altering primary keys of tables

2012-04-11 Thread Yakushev.Y (JIRA)
Connection lost to database during massive dropping and altering primary keys of tables --- Key: CORE-3812 URL: http://tracker.firebirdsql.org/browse/CORE-3812 Projec

Re: [Firebird-devel] Pipelining

2012-04-11 Thread Henri Gourvest
> To be able to answer your question I want to know what do you mean under > pipelining here. I wand to send many commands to server on TCP and receive answers in the same order. Something like this: http://redis.io/topics/pipelining

Re: [Firebird-devel] Pipelining

2012-04-11 Thread Philippe Makowski
Alex Peshkoff [2012-04-11 14:27] : > On 04/10/12 11:53, Henri Gourvest wrote: >> Hi, >> >> I plan to connect to firebird asynchronously using TCP, >> before to start, I would like to know if firebird supports pipelining. >> (I do not search a library, I will create it) > > To be able to answer y

Re: [Firebird-devel] Pipelining

2012-04-11 Thread Alex Peshkoff
On 04/11/12 18:03, Claudio Valderrama C. wrote: >> -Original Message- >> From: Alex Peshkoff [mailto:[email protected]] >> Sent: Miércoles, 11 de Abril de 2012 8:28 >> >> On 04/10/12 11:53, Henri Gourvest wrote: >>> Hi, >>> >>> I plan to connect to firebird asynchronously using TCP, >>> b

Re: [Firebird-devel] Raising the BLR level

2012-04-11 Thread Adriano dos Santos Fernandes
On 11/04/2012 11:04, Claudio Valderrama C. wrote: > Ann proposed blr_rse2 but it has its own problems, too. > I think we cannot guess due to the requirement to keep compatibility. > > I think the major problem is that there is a lot of verbs, there is one with id, another with name, another with a

Re: [Firebird-devel] Raising the BLR level

2012-04-11 Thread Claudio Valderrama C.
> -Original Message- > From: Dmitry Yemanov [mailto:[email protected]] > Sent: Martes, 10 de Abril de 2012 23:19 > > 11.04.2012 6:14, Claudio Valderrama C. wrote: > > > Example of an API call? > > isc_compile_request, isc_transact_request, isc_dsql_*_m family. > > > I assume that if

Re: [Firebird-devel] Pipelining

2012-04-11 Thread Claudio Valderrama C.
> -Original Message- > From: Alex Peshkoff [mailto:[email protected]] > Sent: Miércoles, 11 de Abril de 2012 8:28 > > On 04/10/12 11:53, Henri Gourvest wrote: > > Hi, > > > > I plan to connect to firebird asynchronously using TCP, > > before to start, I would like to know if firebird supp

Re: [Firebird-devel] Pipelining

2012-04-11 Thread Alex Peshkoff
On 04/10/12 11:53, Henri Gourvest wrote: > Hi, > > I plan to connect to firebird asynchronously using TCP, > before to start, I would like to know if firebird supports pipelining. > (I do not search a library, I will create it) To be able to answer your question I want to know what do you mean un

Re: [Firebird-devel] Related to Firebird CORE-3718 Client libs hanging after problems with events

2012-04-11 Thread Alexander Peshkov
В Вт., 10/04/2012 в 21:10 +0200, Bernd Strieder: > Hi > > 1. A similar condition to the described one seems to be possible, when > halting > the server, when it is running on another machine, while a client process has > active connection and active registered events. > > In my example, the cl