Re: [Firebird-devel] Gpre and DYN

2014-03-28 Thread Alex Peshkoff
On 03/27/14 23:09, Claudio Valderrama C. wrote: -Original Message- From: Alex Peshkoff [mailto:peshk...@mail.ru] Sent: Viernes, 21 de Marzo de 2014 3:02 On 03/21/14 01:38, Claudio Valderrama C. wrote: -Original Message- From: Alex [mailto:peshk...@mail.ru] Sent: MiƩrcoles,

Re: [Firebird-devel] Possible memory leak in VIO_verb_cleanup()

2014-03-28 Thread Vlad Khorsun
Check me, please: at the beginning on VIO_verb_cleanup() pointer to one savepoint is saved to variable sav_point and excluded from both transaction's used and free savepoints chains. If any exception is thrown from inside of try-catch block, this savepoint is leaked. Am I wrong?

Re: [Firebird-devel] Created: (CORE-4368) Provide name of TABLE / VIEW when some statement violates CHECK.

2014-03-28 Thread Mark Rotteveel
On Fri, 28 Mar 2014 16:28:40 +0100, Dimitry Sibiryakov s...@ibphoenix.com wrote: 28.03.2014 16:23, Adriano dos Santos Fernandes wrote: The only problem would be old server accessed with new client and message file. Exactly because of this old messages must not be changed this way, new

Re: [Firebird-devel] Created: (CORE-4368) Provide name of TABLE / VIEW when some statement violates CHECK.

2014-03-28 Thread Dmitry Yemanov
28.03.2014 19:23, Adriano dos Santos Fernandes wrote: The only problem would be old server accessed with new client and message file. It will show: validation error for column Missing arg #3 - possibly status vector overflow.NAME, value ...' IIRC, the overflow protection (missing arg N)

[Firebird-devel] garbage_collect_idx() doesn't work?..

2014-03-28 Thread Dimitry Sibiryakov
Hello, All. Either I don't understand something or garbage_collect_idx() doesn't do what it is supposed to do. I use following test case: create database g_test; create table g_test (f integer); create index g_ind on g_test (f); insert into g_test values (1); commit; update g_test set

Re: [Firebird-devel] Created: (CORE-4368) Provide name of TABLE / VIEW when some statement violates CHECK.

2014-03-28 Thread Dmitry Yemanov
28.03.2014 19:23, Adriano dos Santos Fernandes wrote: But AFAIK, value @2 is also new, which also causes problem, so I don't think this is a showstopper. Nope, value @2 is there for at least a decade. I see it in the v2.0 sources. Dmitry

Re: [Firebird-devel] Created: (CORE-4368) Provide name of TABLE / VIEW when some statement violates CHECK.

2014-03-28 Thread Adriano dos Santos Fernandes
On 28/03/2014 12:28, Dimitry Sibiryakov wrote: 28.03.2014 16:23, Adriano dos Santos Fernandes wrote: The only problem would be old server accessed with new client and message file. Exactly because of this old messages must not be changed this way, new messages must be added instead.

[Firebird-devel] [FB-Tracker] Created: (CORE-4378) Implement Asynchronous Change Data Capture

2014-03-28 Thread Valdir Stiebe Junior (JIRA)
Implement Asynchronous Change Data Capture -- Key: CORE-4378 URL: http://tracker.firebirdsql.org/browse/CORE-4378 Project: Firebird Core Issue Type: New Feature Components: Engine