[Firebird-devel] [FB-Tracker] Created: (CORE-3447) Collation is not installed with icu > 4.2

2011-04-18 Thread Philippe Makowski (JIRA)
Collation is not installed with icu > 4.2 - Key: CORE-3447 URL: http://tracker.firebirdsql.org/browse/CORE-3447 Project: Firebird Core Issue Type: Bug Components: Charsets/Collation Affec

[Firebird-devel] ODS12. RDB$FUNCTION_ARGUMENTS. Description field.

2011-04-18 Thread Kovalenko Dmitry
Hi The system table "RDB$FUNCTION_ARGUMENTS" (in ODS12) still exists without "RDB$DESCRIPTION" field. RDB$PROCEDURE_PARAMETERS contains this (and RDB$SYSTEM_FLAG also) field. Kovalenko Dmitry-- Benefiting from Server Vi

Re: [Firebird-devel] Index is corrupt (missing entries) in table

2011-04-18 Thread Maya Opperman
From: Borut Maricic [mailto:borut.mari...@borut.eu] >Oh, yes, unfortunately we have. >In fact, we became aware of this for the first time under 2.1.4 Just some more info here. When you restore a database, it looks at your index definitions, and current data, and builds the indices from that. T

Re: [Firebird-devel] The boot build again

2011-04-18 Thread Claudio Valderrama C.
> -Original Message- > From: Vlad Khorsun [mailto:hv...@users.sourceforge.net] > Sent: Domingo, 17 de Abril de 2011 5:21 > > > I mean, it should be > > able to complete itself without my manual intervention to > copy some files in > > addition to run make_boot. > > What files are y

[Firebird-devel] [FB-Tracker] Created: (CORE-3446) Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages)

2011-04-18 Thread Adriano dos Santos Fernandes (JIRA)
Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages) -- Key: CORE-3446 URL: http://tracker.firebirdsql.org/browse/CORE-3446

Re: [Firebird-devel] BLOBs in DSQL

2011-04-18 Thread Adriano dos Santos Fernandes
On 18-04-2011 03:21, Dmitry Yemanov wrote: > 17.04.2011 22:03, Adriano dos Santos Fernandes wrote: >> >> It's allowed to use XSQLVAR (or blr messages) between different types >> like number->varchar (or vice-versa) but it's not allowed to use >> different types when one of them is a blob. >> >> DSQ

Re: [Firebird-devel] ICU. VS2010 project files

2011-04-18 Thread Alex Peshkoff
On 04/18/11 21:24, Dmitry Yemanov wrote: > 18.04.2011 13:26, Alex Peshkoff wrote: > >>> So, are we going to use more recent ICU libraries in FB3 ? >> Vlad, I think yes > This sounds as a good idea to me as well. > >> Ideally ICU should be installed by package manager due to dependency. >> But taki

Re: [Firebird-devel] Index is corrupt (missing entries) in table

2011-04-18 Thread Borut Maricic
Oh, yes, unfortunately we have. In fact, we became aware of this for the first time under 2.1.4 and hence thought about the unlikely possibility that it might be some kind of degradation. Since we have not done such validations before, we then validated a long list of backups of this DB (here not

Re: [Firebird-devel] ICU. VS2010 project files

2011-04-18 Thread Dmitry Yemanov
18.04.2011 13:26, Alex Peshkoff wrote: >> So, are we going to use more recent ICU libraries in FB3 ? > > Vlad, I think yes This sounds as a good idea to me as well. > Ideally ICU should be installed by package manager due to dependency. > But taking into an account that such method of install is

Re: [Firebird-devel] isql -i and BOM

2011-04-18 Thread Adriano dos Santos Fernandes
On 18-04-2011 06:49, Philippe Makowski wrote: > Hi, > > today you can't use utf-8 files with BOM > if you create utf-8 files you have to be careful about that > > would it be possible to deal with files encoded in utf-8 even with BOM ? > even if > "Use of a BOM is neither required nor recommended

Re: [Firebird-devel] Index is corrupt (missing entries) in table

2011-04-18 Thread Maya Opperman
>> Index 1 is corrupt (missing entries) in table (128) Have you tried Firebird 2.1.4? Apparently that is supposed to have sorted this problem out... -- Benefiting from Server Virtualization: Beyond Initial Workload

[Firebird-devel] Index is corrupt (missing entries) in table

2011-04-18 Thread borut . maricic
Hello! We are repeatedly stumbling upon a problem which apparently looks like one already discussed in 2010 (about a year ago): http://tech.groups.yahoo.com/group/firebird-support/message/106845 Firebird log shows the messages of the type: Index 1 is corrupt (missing entries) in table (128)

Re: [Firebird-devel] The boot build again

2011-04-18 Thread Alex Peshkoff
> Believe me or not, but there is not tricks known to me. It just works :) Vlad, looks like FIREBIRD_BOOT_BUILD env variable is not set during windows build. I do not say that it's too much important, but it helps to avoid UDF dependencies (we do not UDF during boot build), set correct owner

[Firebird-devel] isql -i and BOM

2011-04-18 Thread Philippe Makowski
Hi, today you can't use utf-8 files with BOM if you create utf-8 files you have to be careful about that would it be possible to deal with files encoded in utf-8 even with BOM ? even if "Use of a BOM is neither required nor recommended for UTF-8, but may be encountered in contexts where UTF-8 dat

Re: [Firebird-devel] Namespaces

2011-04-18 Thread Alex Peshkoff
On 04/17/11 21:29, Adriano dos Santos Fernandes wrote: > Unfortunately my proposal can't be done. > > There is the forward decls that can't be declared in another namespace. > > There is a second option. There is nothing much "namespace Jrd" opening, > so is possible to change all of them. > > But

Re: [Firebird-devel] Do we need many options for boolean constants in config file?

2011-04-18 Thread Alex Peshkoff
On 04/17/11 09:51, Dmitry Yemanov wrote: > 17.04.2011 1:21, Leyne, Sean wrote: >> Am I reading this correctly; any non-zero value would be considered true? >> >> If so, then I do not agree with this logic. "True" values must be specific, >> all other values must be false. > FWIW, this logic is u

Re: [Firebird-devel] ICU. VS2010 project files

2011-04-18 Thread Alex Peshkoff
On 04/16/11 14:23, Vlad Khorsun wrote: >> I spend some time for revision and adaption of your copy of ICU library for >> VS2010 > Thanks > >> 1. Reduce number of compiler warnings >> I defined the _CRT_SECURE_NO_WARNINGS=1 in firebird2intl.props > Good change, imho > >> 2. Creation of PDB