[Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Roman Simakov
Hello! It seems that we have a problem with installation of Firebird 3 on OpenSuse. I get "Could not find acceptable ICU library". I took a look into sources. FB tries to search ICU modules in some magic manner combining major and minor versions. But it looks in Suse icu libraries has additional

Re: [Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Adriano dos Santos Fernandes
On 19/01/2018 07:14, Roman Simakov wrote: > Hello! > > It seems that we have a problem with installation of Firebird 3 on > OpenSuse. I get "Could not find acceptable ICU library". > > I took a look into sources. FB tries to search ICU modules in some > magic manner combining major and minor versio

Re: [Firebird-devel] Unnecessary pass sorting INTL_DATA

2018-01-19 Thread Dmitry Yemanov
19.01.2018 04:10, Adriano dos Santos Fernandes wrote: Most of types generates reversible sort keys, so only key is written in sort blocks and data is regenerated from it. INTL strings (IS_INTL_DATA) does not generate reversible sort keys, so original data is also written. I think there is an u

Re: [Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Vlad Khorsun via Firebird-devel
19.01.2018 11:41, Adriano dos Santos Fernandes wrote: On 19/01/2018 07:14, Roman Simakov wrote: Hello! It seems that we have a problem with installation of Firebird 3 on OpenSuse. I get "Could not find acceptable ICU library". I took a look into sources. FB tries to search ICU modules in some

Re: [Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Michal Kubecek
On Fri, Jan 19, 2018 at 12:14:45PM +0300, Roman Simakov wrote: > > It seems that we have a problem with installation of Firebird 3 on > OpenSuse. I get "Could not find acceptable ICU library". > > I took a look into sources. FB tries to search ICU modules in some > magic manner combining major an

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

2018-01-19 Thread Vlad Khorsun via Firebird-devel
27.12.2017 0:38, Vlad Khorsun via Firebird-devel wrote: 26.12.2017 16:48, Vlad Khorsun via Firebird-devel wrote: 26.12.2017 11:45, Jiří Činčura wrote: Looks like the issue is not happening in nightly 3.0.3 (about two weeks old).    Good to know, thanks. Meanwile, i'm trying to reproduce it on

Re: [Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Roman Simakov
2018-01-19 12:54 GMT+03:00 Vlad Khorsun via Firebird-devel : > 19.01.2018 11:41, Adriano dos Santos Fernandes wrote: >> >> On 19/01/2018 07:14, Roman Simakov wrote: > it search for ICU library using versions numbers such as 5.19 ... 5.0, 4.19 > ... 4.0 etc. > > But, IIRC, current ICU versions is

[Firebird-devel] [FB-Tracker] Created: (CORE-5717) Reject non-constant date/time/timestamp literals

2018-01-19 Thread Adriano dos Santos Fernandes (JIRA)
Reject non-constant date/time/timestamp literals Key: CORE-5717 URL: http://tracker.firebirdsql.org/browse/CORE-5717 Project: Firebird Core Issue Type: Bug Components: Engine

[Firebird-devel] [FB-Tracker] Created: (CORE-5718) Make TempCacheLimit setting database-wise

2018-01-19 Thread Dmitry Yemanov (JIRA)
Make TempCacheLimit setting database-wise - Key: CORE-5718 URL: http://tracker.firebirdsql.org/browse/CORE-5718 Project: Firebird Core Issue Type: Improvement Components: Engine R

Re: [Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Alex Peshkoff via Firebird-devel
On 01/19/18 14:03, Roman Simakov wrote: 2018-01-19 12:54 GMT+03:00 Vlad Khorsun via Firebird-devel : 19.01.2018 11:41, Adriano dos Santos Fernandes wrote: On 19/01/2018 07:14, Roman Simakov wrote: it search for ICU library using versions numbers such as 5.19 ... 5.0, 4.19 ... 4.0 etc. But,

Re: [Firebird-devel] SKD_time / SKD_timestamp

2018-01-19 Thread Alex Peshkoff via Firebird-devel
On 01/18/18 18:20, Adriano dos Santos Fernandes wrote: Hi! In little endian version of Sort::diddleKey:         case SKD_timestamp:         case SKD_sql_time:         case SKD_sql_date:             p[3] ^= 1 << 7;             break; How can this be correct for time or timestamp? As a tim

Re: [Firebird-devel] Firebird 3 and ICU

2018-01-19 Thread Roman Simakov
Sounds resonable 2018-01-19 20:11 GMT+03:00 Alex Peshkoff via Firebird-devel : > On 01/19/18 14:03, Roman Simakov wrote: >> >> 2018-01-19 12:54 GMT+03:00 Vlad Khorsun via Firebird-devel >> : >>> >>> 19.01.2018 11:41, Adriano dos Santos Fernandes wrote: On 19/01/2018 07:14, Roman Simakov