[Firebird-devel] [FB-Tracker] Created: (CORE-4612) Empty string should not be equal to spaces string

2014-11-18 Thread limingfeng (JIRA)
Empty string should not be equal to spaces string - Key: CORE-4612 URL: http://tracker.firebirdsql.org/browse/CORE-4612 Project: Firebird Core Issue Type: Bug Components: Engine A

[Firebird-devel] [FB-Tracker] Created: (CORE-4611) Raise Firebird::string - length exceeds predefined limit in the trace plugin with include_filter

2014-11-18 Thread Oleg Matveyev (JIRA)
Raise Firebird::string - length exceeds predefined limit in the trace plugin with include_filter Key: CORE-4611 URL: http://tracker.firebirdsql.org/browse/CORE-4611

Re: [Firebird-devel] Boolean parameters

2014-11-18 Thread James Starkey
The rational way to handle boolean is to store the value in a single byte that is zero or one and use the boolean to string and string to boolean conversion functions to translate zero or one to false and true, respectively. On Monday, November 17, 2014, Simonov Denis wrote: > Why is half the Bo

Re: [Firebird-devel] Firebird.msg

2014-11-18 Thread James Starkey
No, the intention was to support non-English clients, period. Translation of both messages and national character sets is always best done on the client. This shouldn't be a problem as a message file should always be available, even if it's the default English version. If there isn't a message f

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Adriano dos Santos Fernandes
On 18/11/2014 14:14, Vlad Khorsun wrote: >If you compare msvc10 and msvc12 folders you'll found almost no difference. > Must say that while VS 2010 really converted older project files into its own > format, there was no such process in VS 2013 - it just loads solution and > works. > > I tried

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Vlad Khorsun
18.11.2014 17:39, Adriano dos Santos Fernandes wrote: > On 18/11/2014 09:00, Mark Rotteveel wrote: >> >>> While it makes sense to have a single official VS projects files based >>> on a fully free VS, since Microsoft do not learned how to support the >>> same files in multiple versions, it does not

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Adriano dos Santos Fernandes
On 18/11/2014 09:00, Mark Rotteveel wrote: > >> While it makes sense to have a single official VS projects files based >> on a fully free VS, since Microsoft do not learned how to support the >> same files in multiple versions, it does not have any sense to adopt a >> single compiler for all builds

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Adriano dos Santos Fernandes
It seems I'm able to transform a policy class template into a namespace with a policy applied, without C++11 features, which can then be "used" and accessed without prefix. That's with cloop test. Firebird code is more complex. I'll try the same approach on it. Adriano ---

Re: [Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Philippe Makowski
Le 18/11/14 13:56, Alex Peshkoff a écrit : > Must say that this sequence of dots, F and pluses does not say much to > me. (Probably F means failed?) sorry yes F is failed > If something crashed we need core file and stack trace in order not to > guess what happened. May be we can reproduce all thi

Re: [Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Philippe Makowski
Le 18/11/14 11:43, Sergey Mereutsa a écrit : > > just build 3.0.0.31439-Beta1.amd64 without any problems. build process seems ok too, that the tests that fail -- Download BIRT iHub F-Type - The Free Enterprise-Grade B

Re: [Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Alex Peshkoff
On 11/18/14 15:47, Philippe Makowski wrote: > Le 18/11/14 11:31, Alex Peshkoff a écrit : >> I.e. somewhy isql failed to connect to network server. >> > yes, that's the point > but why ? > > May be something can be found in server logfile. > > I will try to get the log file > > build and test are

Re: [Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Philippe Makowski
Le 18/11/14 11:31, Alex Peshkoff a écrit : > I.e. somewhy isql failed to connect to network server. > yes, that's the point but why ? > May be something can be found in server logfile. I will try to get the log file build and test are run under a clean new virtualbox each time so I need to chang

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Mark Rotteveel
On Tue, 18 Nov 2014 14:08:59 +0200, Sergey Mereutsa wrote: > Hello Mark, > > I noticed that 2013 Studio can be installed, but can not be runned on > my Vista. I`m not sure it will produce Vista-compatible binaries. I am not sure if applications compiled with the default v120 toolset will work on

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Dimitry Sibiryakov
18.11.2014 13:18, Adriano dos Santos Fernandes wrote: > You just don't understand. You understand nothing. It's difficult in > this way! But there is no alternative. > Read the code! Read the archives! I told you many times that your code is completely unreadable. Didn't you listen?.. --

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Adriano dos Santos Fernandes
On 18/11/2014 09:56, Dimitry Sibiryakov wrote: > 18.11.2014 12:40, Adriano dos Santos Fernandes wrote: >> When you have an IAttachment in DtcStart, or IStatus in any other (UDR) >> class, you're doing it wrong. IAttachment is bound to a policy. >So, all you need to make it right is to unbind IA

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Sergey Mereutsa
Hello Mark, I noticed that 2013 Studio can be installed, but can not be runned on my Vista. I`m not sure it will produce Vista-compatible binaries. P.S. Anyway, I`m do not use FB3 on Windows :) -- Best regards, Sergeymailto:s...@dqteam.com Tuesday, November 18, 20

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Dimitry Sibiryakov
18.11.2014 12:40, Adriano dos Santos Fernandes wrote: > When you have an IAttachment in DtcStart, or IStatus in any other (UDR) > class, you're doing it wrong. IAttachment is bound to a policy. So, all you need to make it right is to unbind IAttachment from a policy, no?.. > As an API writer

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Adriano dos Santos Fernandes
On 18/11/2014 08:54, Alex Peshkoff wrote: > On 11/18/14 03:50, Adriano dos Santos Fernandes wrote: >> Hi! >> >> Currently the API is problematic in any non usage scenario different >> than one used internally in FB code. >> >> We have the "I" classes witch are typedefs for a "default" policy, a >>

Re: [Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Sergey Mereutsa
Hello Alex and all, just build 3.0.0.31439-Beta1.amd64 without any problems. gcc (Debian 4.7.2-5) 4.7.2 on Linux vortex2 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux -- Best regards, Sergeymailto:s...@dqteam.com Tuesday, November 18, 2014, 12:31:42

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Mark Rotteveel
On Tue, 18 Nov 2014 08:58:08 -0200, Adriano dos Santos Fernandes wrote: > On 17/11/2014 19:05, Dimitry Sibiryakov wrote: >> 17.11.2014 21:50, Mark Rotteveel wrote: >>> moving from Visual Studio 2010 to 2013 (or the upcoming >>> 2015) might be something to consider for the near future. >>On the

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Alex Peshkoff
On 11/18/14 03:50, Adriano dos Santos Fernandes wrote: > Hi! > > Currently the API is problematic in any non usage scenario different > than one used internally in FB code. > > We have the "I" classes witch are typedefs for a "default" policy, a > policy that is just not suitable for C++, as it ign

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Fabiano Kureck - Desenvolvimento SCI
I will love a more user friendly compiler (IDE) to explore FB source and maybe contribute also. On 18/11/2014 07:47, Paul Beach wrote: On 11/18/14 11:44, Ji?í ?in?ura wrote: Are you suggesting this become the basis for all Windows based builds going forward? I wasn't, but it moving from Visu

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Adriano dos Santos Fernandes
On 17/11/2014 19:05, Dimitry Sibiryakov wrote: > 17.11.2014 21:50, Mark Rotteveel wrote: >> moving from Visual Studio 2010 to 2013 (or the upcoming >> 2015) might be something to consider for the near future. >On the other hand moving to GCC can make porting easier and reduce number > of cases

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Paul Beach
On 11/18/14 11:44, Ji?í ?in?ura wrote: >>> Are you suggesting this become the basis for all Windows based builds >> going forward? >> >> I wasn't, but it moving from Visual Studio 2010 to 2013 (or the upcoming >> 2015) might be something to consider for the near future. > And we *might* benefit fro

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Alex Peshkoff
On 11/18/14 11:44, Jiří Činčura wrote: >>> Are you suggesting this become the basis for all Windows based builds >> going forward? >> >> I wasn't, but it moving from Visual Studio 2010 to 2013 (or the upcoming >> 2015) might be something to consider for the near future. > And we *might* benefit fro

Re: [Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Alex Peshkoff
On 11/18/14 10:54, Philippe Makowski wrote: > Hi, > > I don't know exactly why, but since 12 nov. 2014, Fb3 Superserver build > and test fail : > http://ci.ibphoenix.com/job/Firebird30_Ubuntu_Linux/408/ Here you get the following: + /opt/firebird/bin/isql localhost:/opt/firebird/examples/empbuil

[Firebird-devel] Fb3 daily build and test broken

2014-11-18 Thread Philippe Makowski
Hi, I don't know exactly why, but since 12 nov. 2014, Fb3 Superserver build and test fail : http://ci.ibphoenix.com/job/Firebird30_Ubuntu_Linux/408/ and since 13 nov. 2014 , Fb3 Classic build and test fail : http://ci.ibphoenix.com/job/Firebird_trunk_on_Mageia_64/253/ If anyone have an idea ...

Re: [Firebird-devel] New API - requirements, wishes and hacks

2014-11-18 Thread Dimitry Sibiryakov
I'm really curious what level of absurd you can reach. PS: KISS. -- WBR, SD. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashb

Re: [Firebird-devel] Firebird.msg

2014-11-18 Thread Dmitry Yemanov
18.11.2014 11:30, Mark Rotteveel wrote: > This is not something that can be easily replaced without changing the > protocol and expectations of all existing clients (including those that > don't use fbclient.dll). Correct. And server-side messages are not going to work for network errors like "h

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Jiří Činčura
> > Are you suggesting this become the basis for all Windows based builds > going forward? > > I wasn't, but it moving from Visual Studio 2010 to 2013 (or the upcoming > 2015) might be something to consider for the near future. And we *might* benefit from support for AVX and AVX2 instructions (am

Re: [Firebird-devel] Firebird.msg

2014-11-18 Thread Mark Rotteveel
On Tue, 18 Nov 2014 09:01:26 +0100, liviuslivius wrote: > i must ask - why client not get error message if in fbclient.dll directory > firebird.msg is not present? > I got unknown isc error instead of server message. > I can understand that client can have firebird.msg translated - but if it > not

[Firebird-devel] Firebird.msg

2014-11-18 Thread liviuslivius
Hi,   i must ask - why client not get error message if in fbclient.dll directory firebird.msg is not present? I got unknown isc error instead of server message. I can understand that client can have firebird.msg translated - but if it not have, then error message should go from server.   I always