[Firebird-devel] [FB-Tracker] Created: (CORE-5636) Server hangs during restore of SP with cross joined SP with joined table and conditions on both tables

2017-10-13 Thread Volker Rehn (JIRA)
Server hangs during restore of SP with cross joined SP with joined table and conditions on both tables -- Key: CORE-5636 URL:

Re: [Firebird-devel] [SPAM] Re: Build sources

2017-10-13 Thread livius
Hi, thank you all for the answer and really detailed answer from you Vlad. I have finally successfully build it by VS 2015 Community Edition :) regards, Karol Bieniaszewski -Oryginalna wiadomość- From: Vlad Khorsun via Firebird-devel Sent: Friday, October 13, 2017 2:19 PM To:

[Firebird-odbc-devel] Connection string default values

2017-10-13 Thread Jorge Andres Brugger
I can write a connectoin string like "DRIVER=Firebird/InterBase(r) driver;UID=SYSDBA;PWD=masterkey;DBNAME=server:database" and works. But there are several configurable parameters, acording to odbc driver docs: *Verbose keyword* *Short form* Database Account *UID* or *USER* Password *PWD*

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

2017-10-13 Thread Magnus Johansson
-Original Message- From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] Sent: Friday, October 13, 2017 6:42 PM To: firebird-devel@lists.sourceforge.net Subject: Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows >> > SQL> SELECT FIELD_UTF_SV_CI_NUM > CON> FROM  

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

2017-10-13 Thread Adriano dos Santos Fernandes
On 13/10/2017 13:28, Magnus Johansson wrote: > -Original Message- > From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] > Sent: Friday, October 13, 2017 6:11 PM > To: firebird-devel@lists.sourceforge.net > Subject: Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows

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

2017-10-13 Thread Magnus Johansson
-Original Message- From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] Sent: Friday, October 13, 2017 6:11 PM To: firebird-devel@lists.sourceforge.net Subject: Re: [Firebird-devel] FB 3.0 Replacing ICU libraries on Windows On 12/10/2017 13:49, Vlad Khorsun via Firebird-devel

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

2017-10-13 Thread Adriano dos Santos Fernandes
On 12/10/2017 13:49, Vlad Khorsun via Firebird-devel wrote: > 12.09.2017 15:33, Adriano dos Santos Fernandes wrote: >> On 12/09/2017 08:46, Magnus Johansson wrote: > ... >>>    SELECT FIELD_UTF_SV_CI_NUM >>> FROM   TABLE_T >>> WHERE  FIELD_UTF_SV_CI_NUM BETWEEN '' AND 'b' >>> ORDER BY 1; >>>  

[Firebird-devel] [SPAM] Re: Build sources

2017-10-13 Thread Vlad Khorsun via Firebird-devel
13.10.2017 12:16, liviuslivius wrote: Hi, I try to build Fb master from sources. What is the recommended environment for Windows. Can i use MSVC14 Express? I never used Express version by myself. I use VS 2015 Community Edition currently for testing VC14 builds. Or it must be MSVC12? I

Re: [Firebird-devel] Visual Studio 2017 Version 15.4 Released

2017-10-13 Thread Adriano dos Santos Fernandes
On 12/10/2017 05:12, marius adrian popa wrote: > You can now use CMake for Linux C++ development in Visual Studio > > > That could be interesting in cross compiling Firebird from Windows > side to Linux/WSL > >

Re: [Firebird-devel] Build sources

2017-10-13 Thread Paul Reeves
On Fri, 13 Oct 2017 11:16:07 +0200 liviuslivius wrote > Or only possibility is build from command line and then run from the > ide to debug? I think the only way is to execute run_all.bat from the command line with the JUSTBUILD parameter just once. That will make sure that all the required

Re: [Firebird-devel] Build sources

2017-10-13 Thread marius adrian popa
You can start and install MSVC12 but it should work also with MSVC14 On Fri, Oct 13, 2017 at 12:16 PM, liviuslivius wrote: > Hi, > > I try to build Fb master from sources. > What is the recommended environment for Windows. Can i use MSVC14 Express? > Or it must be

[Firebird-devel] Build sources

2017-10-13 Thread liviuslivius
Hi, I try to build Fb master from sources.What is the recommended environment for Windows. Can i use MSVC14 Express?Or it must be MSVC12? I see that for libtomcrypt is only MSVC12.sln.When i tried to compile it under ide i got that command line switches /ZI and /Gy are incompatibile. Is there