Re: [Firebird-devel] firebird 3.0 branch build crashes on ubuntu 17.04 x64

2017-10-12 Thread marius adrian popa
weird that master builds ok On Thu, Oct 12, 2017 at 6:56 PM, marius adrian popa wrote: > Whilie compiling with default flags make crashes with the following log > > > /home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current > -m -z -n

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

2017-10-12 Thread Vlad Khorsun via Firebird-devel
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; FIELD_UTF_SV_CI_NUM === 1 2 10 20 a A aa Aa AA b

Re: [Firebird-devel] Using ordinary database connection string in isc_service_attach() call

2017-10-12 Thread Alex Peshkoff via Firebird-devel
On 10/12/17 13:06, Dimitry Sibiryakov wrote: 12.10.2017 11:55, Alex Peshkoff via Firebird-devel wrote: Suggested implementation of that possibilities is also bad - it's supposed to have different behavior depending upon text in parameter.   You didn't see implementation, how can you appraise

[Firebird-devel] firebird 3.0 branch build crashes on ubuntu 17.04 x64

2017-10-12 Thread marius adrian popa
Whilie compiling with default flags make crashes with the following log /home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current -m -z -n /home/mariuz/Work/firebird/firebird/src/yvalve/blob.epp /home/mariuz/Work/firebird/firebird/temp/Release/yvalve/blob.cpp gpre version

Re: [Firebird-devel] Using ordinary database connection string in isc_service_attach() call

2017-10-12 Thread Dimitry Sibiryakov
12.10.2017 11:55, Alex Peshkoff via Firebird-devel wrote: Suggested implementation of that possibilities is also bad - it's supposed to have different behavior depending upon text in parameter. You didn't see implementation, how can you appraise it? Your suppose is wrong. -- WBR, SD.

Re: [Firebird-devel] Using ordinary database connection string in isc_service_attach() call

2017-10-12 Thread Alex Peshkoff via Firebird-devel
On 10/12/17 12:02, Dimitry Sibiryakov wrote: 12.10.2017 10:24, Alex Peshkoff via Firebird-devel wrote: what problem do you want to solve with this change?   No problem to solve. It is not bug fix, it is an improvement. It open new possibilities for app developers, nothing more. That

Re: [Firebird-devel] Using ordinary database connection string in isc_service_attach() call

2017-10-12 Thread Dimitry Sibiryakov
12.10.2017 10:24, Alex Peshkoff via Firebird-devel wrote: what problem do you want to solve with this change? No problem to solve. It is not bug fix, it is an improvement. It open new possibilities for app developers, nothing more. -- WBR, SD.

Re: [Firebird-devel] Using ordinary database connection string in isc_service_attach() call

2017-10-12 Thread Dimitry Sibiryakov
12.10.2017 0:32, Vlad Khorsun via Firebird-devel wrote: I mixed ? It is you, who offer to use auth params as actions params ! No, I don't. Currently, developer have single place to set action's database name. You offer to set it here and there - this is confusing at least and solves no

Re: [Firebird-devel] Using ordinary database connection string in isc_service_attach() call

2017-10-12 Thread Alex Peshkoff via Firebird-devel
Well Dmitry (and please briefly) - what problem do you want to solve with this change? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Firebird-devel] Visual Studio 2017 Version 15.4 Released

2017-10-12 Thread marius adrian popa
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 https://blogs.msdn.microsoft.com/visualstudio/2017/10/10/visual-studio-2017-version-15-4-released/