Re: [Firebird-devel] Building Firebird 4 on Windows

2019-02-15 Thread Paul Reeves
On Thu, 14 Feb 2019 16:06:15 +0100 Dimitry Sibiryakov wrote: >Is "Build Tools" enough for that or whole Visual Studio 2017 must > be installed? > First you need to click on the 'Desktop Development with C++' workload and while on that tab make sure that the WinXP option is checked (it is of

Re: [Firebird-devel] Building Firebird 4 on Windows

2019-02-15 Thread Dimitry Sibiryakov
15.02.2019 9:17, Paul Reeves wrote: First you need to click on the 'Desktop Development with C++' You are talking about installing of Visual Studio. My question was different: is Build Tools (https://blogs.msdn.microsoft.com/vcblog/2016/11/16/introducing-the-visual-studio-build-tools/) eno

Re: [Firebird-devel] Building Firebird 4 on Windows

2019-02-15 Thread Paul Reeves
On Fri, 15 Feb 2019 11:50:11 +0100 Dimitry Sibiryakov wrote: > 15.02.2019 9:17, Paul Reeves wrote: > > First you need to click on the 'Desktop Development with C++' > >You are talking about installing of Visual Studio. My question was > different: is Build Tools > (https://blogs.msdn.micro

Re: [Firebird-devel] Building Firebird 4 on Windows

2019-02-15 Thread Adriano dos Santos Fernandes
On 15/02/2019 09:29, Paul Reeves wrote: > On Fri, 15 Feb 2019 11:50:11 +0100 > Dimitry Sibiryakov wrote: > >> 15.02.2019 9:17, Paul Reeves wrote: >>> First you need to click on the 'Desktop Development with C++' >>You are talking about installing of Visual Studio. My question was >> differen

Re: [Firebird-devel] Building Firebird 4 on Windows

2019-02-15 Thread Dmitry Yemanov
15.02.2019 17:17, Adriano dos Santos Fernandes wrote: Maybe usage of devenv.exe instead of msbuild.exe would be problematic? Ideally, we should support both. Worth improving, I'd say. Dmitry Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebir

Re: [Firebird-devel] Building Firebird 4 on Windows

2019-02-15 Thread Dmitry Yemanov
15.02.2019 11:17, Paul Reeves wrote: First you need to click on the 'Desktop Development with C++' workload and while on that tab make sure that the WinXP option is checked (it is off by default). You then need to go to individual components and make sure that the VC++ option for v141 tools is

[Firebird-devel] Replication of system tables

2019-02-15 Thread Dimitry Sibiryakov
Hello, Dmitry. I see that now system tables are replicated unconditionally: > if (!relation->isSystem() && matcher && !matcher->matchTable(relation->rel_name)) >return; How does it cooperate with separate replication of DDL queries? -- WBR, SD. Firebird-Devel mailing list, web i

Re: [Firebird-devel] Replication of system tables

2019-02-15 Thread Dmitry Yemanov
15.02.2019 20:14, Dimitry Sibiryakov wrote:   I see that now system tables are replicated unconditionally: > if (!relation->isSystem() && matcher && !matcher->matchTable(relation->rel_name)) > return;  How does it cooperate with separate replication of DDL queries? See also check f

[Firebird-devel] [FB-Tracker] Created: (CORE-6000) gbak issues "Your user name and password are not defined" instead of "database shutdown" when command switch "-fe(tch_password) ..." is specified wit

2019-02-15 Thread Pavel Zotov (JIRA)
gbak issues "Your user name and password are not defined" instead of "database shutdown" when command switch "-fe(tch_password) ..." is specified with correct password in file -