[Firebird-devel] (Totaly Solved) Compiling and testing full android from Visual Studio Projects

2018-01-06 Thread José Manuel Martínez Martos
The Goal 3: -Version 3.0.2 full server running. Firebird dynamic native android .so libraries can be include into and apk. (several changes made on source) -Start and Stop server from apk is possible, using a foreground android service. You can crash your apk itself and serve

Re: [Firebird-devel] DECFLOAT behavior with NaNs

2018-01-06 Thread Leyne, Sean
> > Would this issue be part of the 3 tracker cases you opened, today, or > > a separate case? > > This would be a separate case. I'll leave it for you to create a case, since you will be in the best position to test any fix. > The case for literals for Infinities and NaNs (CORE-5698) can be

Re: [Firebird-devel] DECFLOAT behavior with NaNs

2018-01-06 Thread Mark Rotteveel
On 2018-01-06 19:10, Leyne, Sean wrote: Not allowing +/-Infinity, +/-NaN, +/-sNaN for DECFLOAT seems to be supported by the rules of 6.29 : Would this issue be part of the 3 tracker cases you opened, today, or a separate case? This would be a separate case. The case for literals for Infinitie

Re: [Firebird-devel] DECFLOAT behavior with NaNs

2018-01-06 Thread Leyne, Sean
> Not allowing +/-Infinity, +/-NaN, +/-sNaN for DECFLOAT seems to be > supported by the rules of 6.29 : Would this issue be part of the 3 tracker cases you opened, today, or a separate case? Sean -- Check out the vib

Re: [Firebird-devel] DECFLOAT behavior with NaNs

2018-01-06 Thread Mark Rotteveel
On 6-1-2018 18:02, Mark Rotteveel wrote: I just bought a copy of SQL:2016-2, and it says nothing about Infinity and NaN (or sNaN) for DECFLOAT (nor does it for double or float for that matter). I wonder if that means those values are not allowed and should instead raise an exception when inse

Re: [Firebird-devel] DECFLOAT behavior with NaNs

2018-01-06 Thread Mark Rotteveel
I just bought a copy of SQL:2016-2, and it says nothing about Infinity and NaN (or sNaN) for DECFLOAT (nor does it for double or float for that matter). I wonder if that means those values are not allowed and should instead raise an exception when inserted, or the result of a calculation. Ma

[Firebird-devel] DECFLOAT behavior with NaNs

2018-01-06 Thread Mark Rotteveel
If you have a decfloat column with a NaN (or sNaN) value, then selects with a condition on that column will fail with the error below during fetch. *** IBPP::SQLException *** Context: Statement::Fetch Message: isc_dsql_fetch failed. SQL Message : -901 Unsuccessful execution caused by syst

[Firebird-devel] [FB-Tracker] Created: (CORE-5698) DECLOAT support needs literals for specials

2018-01-06 Thread Mark Rotteveel (JIRA)
DECLOAT support needs literals for specials --- Key: CORE-5698 URL: http://tracker.firebirdsql.org/browse/CORE-5698 Project: Firebird Core Issue Type: Improvement Components: Engine Affec

[Firebird-devel] [FB-Tracker] Created: (CORE-5697) Conversion from numeric literals to DECFLOAT adds precision that is not originally present

2018-01-06 Thread Mark Rotteveel (JIRA)
Conversion from numeric literals to DECFLOAT adds precision that is not originally present -- Key: CORE-5697 URL: http://tracker.firebirdsql.org/browse/CORE-5697

[Firebird-devel] [FB-Tracker] Created: (CORE-5696) Conversion from zero numeric literals to DECFLOAT results in incorrect value

2018-01-06 Thread Mark Rotteveel (JIRA)
Conversion from zero numeric literals to DECFLOAT results in incorrect value Key: CORE-5696 URL: http://tracker.firebirdsql.org/browse/CORE-5696 Project: Firebird Core

Re: [Firebird-devel] Firebird 4 snapshots missing employee example DB

2018-01-06 Thread Dmitry Yemanov
06.01.2018 18:15, Mark Rotteveel wrote: The employee database is missing from the Firebird 4 snapshot builds (at least on Windows). Is this a known problem? Usually this means that empbuild don't compile. But it seems to work for me on Linux. Something Windows specific? I will take a look.

Re: [Firebird-devel] Firebird 4 snapshots missing employee example DB

2018-01-06 Thread Alex Peshkoff via Firebird-devel
On 01/06/18 18:15, Mark Rotteveel wrote: The employee database is missing from the Firebird 4 snapshot builds (at least on Windows). Is this a known problem? FYI - present on linux. -- Check out the vibrant tech co

[Firebird-devel] Firebird 4 snapshots missing employee example DB

2018-01-06 Thread Mark Rotteveel
The employee database is missing from the Firebird 4 snapshot builds (at least on Windows). Is this a known problem? Mark -- Mark Rotteveel -- Check out the vibrant tech community on one of the world's most engaging tec

[Firebird-devel] [FB-Tracker] Created: (CORE-5695) Position function does not consider the collation for blob

2018-01-06 Thread Anatoliy Schegolskiy (JIRA)
Position function does not consider the collation for blob -- Key: CORE-5695 URL: http://tracker.firebirdsql.org/browse/CORE-5695 Project: Firebird Core Issue Type: Bug Compon