[Firebird-devel] [FB-Tracker] Created: (CORE-4474) Provide compiler warning in case when there is EXCEPTION command WITHOUT name specified OUTSIDE handling block

2014-06-27 Thread Pavel Zotov (JIRA)
Provide compiler warning in case when there is EXCEPTION command WITHOUT name specified OUTSIDE handling block -- Key: CORE-4474 URL: http://tracker.firebi

Re: [Firebird-devel] Cursor stability in READ COMMITTED transactions

2014-06-27 Thread Ann Harrison
> On Jun 23, 2014, at 3:57 PM, Nikolay Samofatov > wrote: > > Some records for a join can be read before a transaction is committed, and > some after. Same with EXISTS. It can see different set of commits from the > one when main row was read. > You can see partial commits in results, even

Re: [Firebird-devel] Phantom Transaction ID

2014-06-27 Thread Dmitry Yemanov
27.06.2014 16:52, Jesus Garcia wrote: > > The phantom TransactionID appears after one commit retaining of one > transaction. Commit retaining internally creates a new transaction (with new ID), hence your "phantoms". I think we should add the new ID to trace output for commit/rollback retaining.

[Firebird-devel] Phantom Transaction ID

2014-06-27 Thread Jesus Garcia
Hello: I'm using Firebird 2.5.2 and Delphi+IBX. I have a very strange situation with TransactionID. I'm debugging my application to record Transaction usage. I have detected sometimes jumps between transaction numbers and I have started to investigate them. I have used trace output to record sta

Re: [Firebird-devel] Cursor stability in READ COMMITTED transactions

2014-06-27 Thread Alex Peshkoff
On 06/26/14 22:52, Nikolay Samofatov wrote: > You know that it is used to store intermediate RecordBitmap's during index > retrieval operations. > This is very performance sensitive code, and this implementation outperformed > and used less memory > than older SBM-based implementation. I rememb