Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Mark Rotteveel
On 15-1-2015 21:50, Jim Starkey wrote: > On 1/15/2015 3:25 PM, Mark Rotteveel wrote: >> On 15-1-2015 15:50, Dimitry Sibiryakov wrote: >>> 15.01.2015 15:38, James Starkey wrote: Surely there is a transaction id info clumplet that will need to be finessed... >>> Fortunately, you made

Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Jim Starkey
On 1/15/2015 3:25 PM, Mark Rotteveel wrote: > On 15-1-2015 15:50, Dimitry Sibiryakov wrote: >> 15.01.2015 15:38, James Starkey wrote: >>> Surely there is a transaction id info clumplet that will need to be >>> finessed... >> Fortunately, you made info block's structure expandable and every in

Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Mark Rotteveel
On 15-1-2015 15:50, Dimitry Sibiryakov wrote: > 15.01.2015 15:38, James Starkey wrote: >> Surely there is a transaction id info clumplet that will need to be >> finessed... > > Fortunately, you made info block's structure expandable and every info > item is > accompanied with its length, so n

Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Dimitry Sibiryakov
15.01.2015 15:38, James Starkey wrote: > Surely there is a transaction id info clumplet that will need to be > finessed... Fortunately, you made info block's structure expandable and every info item is accompanied with its length, so nothing have to be changed in the API itself, only progr

Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread James Starkey
Surely there is a transaction id info clumplet that will need to be finessed... On Thursday, January 15, 2015, Paul Beach wrote: > < old), or this will break the old API?>> > > The API is completely unaffected by the support for 64bit transaction ids. > > Regards > Paul > > > ---

Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Dimitry Sibiryakov
15.01.2015 15:30, Molnár Attila wrote: > Also hope IBX also unaffected then... As long as it uses isc_portable_integer() and doesn't assume that transaction id is 32 bits. -- WBR, SD. -- New Year. New Location.

Re: [Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Molnár Attila
It sounds very strange, but hoping so. And WOW! Also hope IBX also unaffected then... On 2015.01.15. 15:07, Paul Beach wrote: > < old), or this will break the old API?>> > > The API is completely unaffected by the support for 64bit transaction ids. > > Regards > Paul > > -

[Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Paul Beach
<> The API is completely unaffected by the support for 64bit transaction ids. Regards Paul -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new

[Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Molnár Attila
Hi! Old 32bit Tx API will be unchanged (new 64bit Tx API existst beside the old), or this will break the old API? On 2015.01.15. 9:17, Dmitry Yemanov wrote: > 12.01.2015 23:22, liviusliv...@poczta.onet.pl wrote: >> is somewhere some list of changes in this or can someone say something >> in thi