Re: [Firebird-devel] Fwd: [Firebird-checkins] [FirebirdSQL/firebird] 5aede1: Decimal floating point numbers - first draft

2016-11-11 Thread Alex Peshkoff
On 11/11/16 19:56, Vlad Khorsun wrote: > 11.11.2016 17:20, Alex Peshkoff wrote: >> Decimal floating point numbers - first draft > Great ! > >> This is according to FB4 roadmap - enhancement of precision of >> calculations in firebird. >> You can read about decfloat datatype here: >>

Re: [Firebird-devel] (CORE-4563): Add support for Windows 8/2012 fast/low-latency "TCP Loopback Fast Path" functionality

2016-11-11 Thread Vlad Khorsun
11.11.2016 11:06, Karsten Strobel wrote: > Hi Firebird Developers! > > > > I access Firebird frequently from Windows services running on the same > machine. I have a huge number of accesses each with small > impact, many updates and inserts rather than selects. Roundtrip time is very > critical.

Re: [Firebird-devel] (CORE-4563): Add support for Windows 8/2012 fast/low-latency "TCP Loopback Fast Path" functionality

2016-11-11 Thread Leyne, Sean
> 11.11.2016 10:06, Karsten Strobel wrote: > > Compared to MS SQL, Firdbird's localhost TCP roundtrips from Client to > > Server for doing things like single-row inserts or updates take > > significantly longer. There may be a several reasons for this. > >The most viable one that MS SQL

Re: [Firebird-devel] Firebird3 build fails on MacOsX

2016-11-11 Thread marius adrian popa
Thank you , it would be nice a solution without turning off SIP On Fri, Nov 11, 2016 at 12:47 PM, Paul Beach wrote: > > < http://nabble.documentfoundation.org/Firebird-build-fails-on-MacOs- > tdf-101789-td4199396.html>> > >

[Firebird-devel] Node.js Firebird API

2016-11-11 Thread marius adrian popa
Nodejs api based on FB3 OO api https://asfernandes.github.io/2016/10/20/node-firebird-api.html -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With

Re: [Firebird-devel] (CORE-4563): Add support for Windows 8/2012 fast/low-latency "TCP Loopback Fast Path" functionality

2016-11-11 Thread Karsten Strobel
Dimitry Sibiryakov wrote: > The most viable one that MS SQL uses shared memory for talking with local > server, not > TCP. You could use it as well with Firebird 3.0 using xnet:// prefix to force > XNET > protocol. Though I don't know if .NET provider supports that. > If you care about

Re: [Firebird-devel] Fwd: [Firebird-checkins] [FirebirdSQL/firebird] 5aede1: Decimal floating point numbers - first draft

2016-11-11 Thread Vlad Khorsun
11.11.2016 17:20, Alex Peshkoff wrote: > Decimal floating point numbers - first draft Great ! > This is according to FB4 roadmap - enhancement of precision of > calculations in firebird. > You can read about decfloat datatype here: >

Re: [Firebird-devel] Fwd: [Firebird-checkins] [FirebirdSQL/firebird] 5aede1: Decimal floating point numbers - first draft

2016-11-11 Thread Dimitry Sibiryakov
11.11.2016 16:20, Alex Peshkoff wrote: > What's done: > - Added new datatypes: DECFLOAT(16) and DECFLOAT(34), using 64/128 bits > for numbers representation. What is the point of these new types? Cannot you just expand list of back-end storage for standard DECIMAL? -- WBR, SD.

[Firebird-devel] Fwd: [Firebird-checkins] [FirebirdSQL/firebird] 5aede1: Decimal floating point numbers - first draft

2016-11-11 Thread Alex Peshkoff
Decimal floating point numbers - first draft This is according to FB4 roadmap - enhancement of precision of calculations in firebird. You can read about decfloat datatype here: https://www.toadworld.com/platforms/ibmdb2/w/wiki/7700.decfloat-overview IBM's library decNumber (has ICU license)

Re: [Firebird-devel] Firebird3 build fails on MacOsX

2016-11-11 Thread Paul Beach
> http://paulbeachsblog.blogspot.fr/2016/03/dyldlibrarypath-and-el-capitan.html Regards Paul -- Developer Access Program for

Re: [Firebird-devel] Firebird3 build fails on MacOsX

2016-11-11 Thread Stephan Bergmann
On 11/11/2016 11:22 AM, marius adrian popa wrote: > Discussion on LibreOffice dev list > > http://nabble.documentfoundation.org/Firebird-build-fails-on-MacOs-tdf-101789-td4199396.html Relevant LibreOffice patch is

Re: [Firebird-devel] (CORE-4563): Add support for Windows 8/2012 fast/low-latency "TCP Loopback Fast Path" functionality

2016-11-11 Thread Dimitry Sibiryakov
11.11.2016 10:06, Karsten Strobel wrote: > Compared to MS SQL, Firdbird’s localhost TCP roundtrips from Client to Server > for doing > things like single-row inserts or updates take significantly longer. There > may be a > several reasons for this. The most viable one that MS SQL uses shared

[Firebird-devel] (CORE-4563): Add support for Windows 8/2012 fast/low-latency "TCP Loopback Fast Path" functionality

2016-11-11 Thread Karsten Strobel
Hi Firebird Developers! I access Firebird frequently from Windows services running on the same machine. I have a huge number of accesses each with small impact, many updates and inserts rather than selects. Roundtrip time is very critical. I'm using the Firebird ADO.NET driver, thus doing