[Firebird-devel] Unknown tag value - missing in the list of possible

2018-01-29 Thread paul reeves
While debugging a an api call I got the error message in which obviously means I need to check the dpb in this case but I'm intrigued about this error message... What is it actually trying to say? - Is it just saying the same thing twice - because the tag value is invalid it is obviously mis

[Firebird-devel] [FB-Tracker] Created: (CORE-5730) Connection to server hangs when working with encrypted databases

2018-01-29 Thread Alexander Peshkov (JIRA)
Connection to server hangs when working with encrypted databases Key: CORE-5730 URL: http://tracker.firebirdsql.org/browse/CORE-5730 Project: Firebird Core Issue Type: Bug

[Firebird-devel] [FB-Tracker] Created: (CORE-5729) Slow query from blob in NONE but not in UTF8

2018-01-29 Thread Fabrice V (JIRA)
Slow query from blob in NONE but not in UTF8 Key: CORE-5729 URL: http://tracker.firebirdsql.org/browse/CORE-5729 Project: Firebird Core Issue Type: Bug Components: Engine Affects Ver

Re: [Firebird-devel] Database opened in another session

2018-01-29 Thread Vlad Khorsun via Firebird-devel
28.01.2018 10:44, Jiří Činčura wrote: Sadly it has happened again few hours ago. 2.5.8 x64, running on Windows Server. Sad. I'll backport shared memory initialization from v3 Regards, Vlad -- Check out the vibrant t

Re: [Firebird-devel] DEC_FIXED implementation, Decimal128 is unscaled?

2018-01-29 Thread Alex Peshkoff via Firebird-devel
On 01/27/18 20:18, Mark Rotteveel wrote: I'm implementing the new precision 34 decimal/numeric support in Jaybird, and I notice that the underlying Decimal128 is used as just an integer container, instead of already applying an appropriate exponent for the scale. This was a bit of a surprise to