Re: [Firebird-devel] Start transaction from base transaction

2019-02-24 Thread Dimitry Sibiryakov
24.02.2019 3:23, Adriano dos Santos Fernandes wrote: maybe:         SET TRANSACTION SNAPSHOT [USING SNAPSHOT ] or         SET TRANSACTION SNAPSHOT [USING SNAPSHOT NUMBER ] What I dislike here is double SNAPSHOT words. You can make it optional. -- WBR, SD. Firebird-Deve

Re: [Firebird-devel] Start transaction from base transaction

2019-02-24 Thread Vlad Khorsun
24.02.2019 4:23, Adriano dos Santos Fernandes wrote: On Sat, Feb 23, 2019, 21:30 Vlad Khorsun wrote: 23.02.2019 21:14, Adriano dos Santos Fernandes wrote: > Hi! > > After changes to use commit number instead of base transaction number, I > offer to make that interfaces fo

Re: [Firebird-devel] Start transaction from base transaction

2019-02-24 Thread Vlad Khorsun
24.02.2019 12:37, Dimitry Sibiryakov wrote: 24.02.2019 3:23, Adriano dos Santos Fernandes wrote:     maybe:         SET TRANSACTION SNAPSHOT [USING SNAPSHOT ]     or         SET TRANSACTION SNAPSHOT [USING SNAPSHOT NUMBER ] What I dislike here is double SNAPSHOT words.   You can ma

Re: [Firebird-devel] Start transaction from base transaction

2019-02-24 Thread Adriano dos Santos Fernandes
On 24/02/2019 08:23, Vlad Khorsun wrote: > TPB: isc_tpb_snapshot_commit_number,         isc_tpb_snapshot_number     Regards,     Vlad     PS we also must add isc_info_tra_snapshot_number and, probably, context variable. Don't we already have context SNAPSHOT_CN? It alrea