Re: [Firebird-devel] Alpha 2 - Trace Output - Execution of package-based stored procedure

2014-02-19 Thread Adriano dos Santos Fernandes
On 18/02/2014 19:26, Claudio Valderrama C. wrote: >> -Original Message- >> From: Thomas Steinmaurer [mailto:t...@iblogmanager.com] >> Sent: Martes, 18 de Febrero de 2014 17:02 >> >> Tried todays snapshot build (Win 32-bit). The output looks like a bit >> weird regarding package/procedure

[Firebird-devel] ICU Data table customization

2014-02-19 Thread Adriano dos Santos Fernandes
Hi! One thing of ICU we use and allows the user to use with CREATE COLLATION is the Unicode localization table variants (per country). We used to strip almost everything and add the variants we used in ours builtin collations. User left with the task to ask us for add more or to substitute the DL

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Dimitry Sibiryakov
19.02.2014 16:19, Adriano dos Santos Fernandes wrote: > Size of icudt30.dll was around 1,5 MB and 670 KB zipped. > > With new ICU, I tried to remove most of charsets (we use one from it) > and the data we don't use (say, currency, etc). I left all collations > variants in it. Size is around 5 MB an

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Paul Reeves
On Wednesday 19 February 2014 16:19:22 Adriano dos Santos Fernandes wrote: > With new ICU, I tried to remove most of charsets (we use one from it) > and the data we don't use (say, currency, etc). I left all collations > variants in it. Size is around 5 MB and 1,5 MB zipped. > > Is this acceptable

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Paul Reeves
On Wednesday 19 February 2014 16:23:44 Dimitry Sibiryakov wrote: >As said Aleksey Kovazin, Internet traffic today is cheap. Why to care > about size and strip anything?.. Just because we can doesn't mean we should. :-) Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebi

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Jim Starkey
Would it be feasible to restructure ICU has a master DLL/shared image plus a DLL/shared image per character set loaded on demand? If so, Firebird could be packaged with a small subset containing popular languages with others available for download somewhere. On 2/19/2014 10:30 AM, Paul Reeves

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Dimitry Sibiryakov
19.02.2014 16:35, Paul Reeves wrote: > Just because we can doesn't mean we should.:-) Exactly: we can strip ICU, decreasing its functionality, but what we can get to with that except DLL hell? -- WBR, SD. -- Man

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Adriano dos Santos Fernandes
On 19/02/2014 12:23, Dimitry Sibiryakov wrote: > 19.02.2014 16:19, Adriano dos Santos Fernandes wrote: >> Size of icudt30.dll was around 1,5 MB and 670 KB zipped. >> >> With new ICU, I tried to remove most of charsets (we use one from it) >> and the data we don't use (say, currency, etc). I left al

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Dimitry Sibiryakov
19.02.2014 16:48, Adriano dos Santos Fernandes wrote: >> As said Aleksey Kovazin, Internet traffic today is cheap. Why to care >> about size and >> >strip anything?.. >> > > Are you bipolar? I care about my own traffic only. If I had wanted to save it, I would load stripped ICU (or no IC

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Dmitry Yemanov
19.02.2014 19:19, Adriano dos Santos Fernandes wrote: > > One thing of ICU we use and allows the user to use with CREATE COLLATION > is the Unicode localization table variants (per country). > > We used to strip almost everything and add the variants we used in ours > builtin collations. User left

Re: [Firebird-devel] Alpha 2 - Trace Output - Execution of package-based stored procedure

2014-02-19 Thread Thomas Steinmaurer
>> Tried todays snapshot build (Win 32-bit). The output looks like a bit >> weird regarding package/procedure name: >> >> 2014-02-18T21:59:55.1080 (456:00C32D20) EXECUTE_PROCEDURE_FINISH >> tourism.fdb (ATT_332, TOURISM:NONE, UNICODE_FSS, TCPv4:127.0.0.1) >> C:\Program Files (x86)\Upsce

Re: [Firebird-devel] Alpha 2 - Trace Output - Execution of package-based stored procedure

2014-02-19 Thread Claudio Valderrama C.
> -Original Message- > From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] > Sent: MiƩrcoles, 19 de Febrero de 2014 8:10 > > On 18/02/2014 19:26, Claudio Valderrama C. wrote: > > Probable because the string created by > QualifiedName.toString() goes out of scope before the >

Re: [Firebird-devel] Alpha 2 - Trace Output - Execution of package-based stored procedure

2014-02-19 Thread Adriano dos Santos Fernandes
On 19/02/2014 16:16, Claudio Valderrama C. wrote: >> -Original Message- >> From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] >> Sent: MiƩrcoles, 19 de Febrero de 2014 8:10 >> >> On 18/02/2014 19:26, Claudio Valderrama C. wrote: >>> Probable because the string created by >> Q

[Firebird-devel] [FB-Tracker] Created: (CORE-4345) Ability to trace stored functions execution

2014-02-19 Thread Vlad Khorsun (JIRA)
Ability to trace stored functions execution --- Key: CORE-4345 URL: http://tracker.firebirdsql.org/browse/CORE-4345 Project: Firebird Core Issue Type: Improvement Components: Engine

Re: [Firebird-devel] Alpha 2 - Trace API - Stored Function support?

2014-02-19 Thread Vlad Khorsun
>>> will there be or is there already support for stored function execution >>> in the Trace API similar to stored procedures? >> >> Sure, it is under development. > > Thanks for the information. Done, happy testing ;) Regards, Vlad -

Re: [Firebird-devel] Alpha 2 - Trace Output - Execution of package-based stored procedure

2014-02-19 Thread Vlad Khorsun
>>> Tried todays snapshot build (Win 32-bit). The output looks like a bit >>> weird regarding package/procedure name: >>> >>> 2014-02-18T21:59:55.1080 (456:00C32D20) EXECUTE_PROCEDURE_FINISH >>> tourism.fdb (ATT_332, TOURISM:NONE, UNICODE_FSS, TCPv4:127.0.0.1) >>> C:\Program Files (x86)

Re: [Firebird-devel] Alpha 2 - Trace API - Stored Function support?

2014-02-19 Thread Thomas Steinmaurer
will there be or is there already support for stored function execution in the Trace API similar to stored procedures? >>> >>> Sure, it is under development. >> >> Thanks for the information. > > Done, happy testing ;) Lovely. ;-) Thanks a lot! Will give it a go in the forthc

[Firebird-devel] [FB-Tracker] Created: (CORE-4346) v3 GBAK cannot restore backups on pre-v3 server versions

2014-02-19 Thread Dmitry Yemanov (JIRA)
v3 GBAK cannot restore backups on pre-v3 server versions Key: CORE-4346 URL: http://tracker.firebirdsql.org/browse/CORE-4346 Project: Firebird Core Issue Type: Bug Components

Re: [Firebird-devel] ICU Data table customization

2014-02-19 Thread Alex Peshkoff
On 02/19/14 20:11, Dmitry Yemanov wrote: > 19.02.2014 19:19, Adriano dos Santos Fernandes wrote: >> One thing of ICU we use and allows the user to use with CREATE COLLATION >> is the Unicode localization table variants (per country). >> >> We used to strip almost everything and add the variants we