Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows

2017-09-12 Thread Magnus Johansson
> -Original Message- > From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] > Sent: Tuesday, September 12, 2017 2:34 PM > To: firebird-devel@lists.sourceforge.net > Subject: Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows > > > CREATE COLLATION ISO_SV_CI > >

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5611) Higher memory consumption for prepared statements in FB3

2017-09-12 Thread peshkoff--- via Firebird-devel
I can see several reasons: 1) Every node now contains vtable with a dozen of virtual methods 2) Nodes now contain both DSQL and JRD parts, even if one of them is unused 3) Child nodes are now wrapped in NodeRefImpl which is way too fat for a pointer wrapper (56 bytes due to its vtable)

Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows

2017-09-12 Thread Adriano dos Santos Fernandes
On 12/09/2017 08:46, Magnus Johansson wrote: > > After I replaced the ICU libraries as described before, I created a database, > some collations and a table with some data: ... > > > CREATE COLLATION ISO_SV_CI >FOR ISO8859_1 >FROM SV_SV >CASE INSENSITIVE; This has

Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows

2017-09-12 Thread Adriano dos Santos Fernandes
On 12/09/2017 08:10, Magnus Johansson wrote: > > But when testing, the result is not as expected. > > It will be difficult to help you with this problem description. Adriano -- Check out the vibrant tech community on

[Firebird-devel] Missing file-extensions in snapshot builds

2017-09-12 Thread Magnus Johansson
Hi, I hope that this is the right group to post this. I'm looking at zip kits for FB 3.0 and FB 4.0 Alpha for Windows. In the snapshot builds there are many text-files in \doc and \doc\sql.extensions that are missing file extensions compared to the release builds. Is it possible to add that

[Firebird-devel] [FB-Tracker] Created: (CORE-5611) Higher memory consumption for prepared statements in FB3

2017-09-12 Thread Dmitry Yemanov (JIRA)
Higher memory consumption for prepared statements in FB3 Key: CORE-5611 URL: http://tracker.firebirdsql.org/browse/CORE-5611 Project: Firebird Core Issue Type: Bug