[Firebird-devel] I need help with parse.y

2014-11-07 Thread Dimitry Sibiryakov
Hello, All. I've changed parse.y with attached diff, but even after clean full rebuild isql shows me this error: SQL set transaction no replication; Commit current transaction (y/n)?n Rolling back work. Statement failed, SQLSTATE = 42000 Dynamic SQL Error -SQL error code = -104 -Token

Re: [Firebird-devel] I need help with parse.y

2014-11-07 Thread Adriano dos Santos Fernandes
On 07/11/2014 14:03, Dimitry Sibiryakov wrote: Hello, All. I've changed parse.y with attached diff, but even after clean full rebuild isql shows me this error: SQL set transaction no replication; Commit current transaction (y/n)?n Rolling back work. Statement failed, SQLSTATE = 42000

Re: [Firebird-devel] I need help with parse.y

2014-11-07 Thread Leyne, Sean
Dimitry, SQL set transaction no replication; Commit current transaction (y/n)?n Rolling back work. Statement failed, SQLSTATE = 42000 Dynamic SQL Error -SQL error code = -104 -Token unknown - line 1, column 20 -replication Are you proposing to make this change (adding no replication

Re: [Firebird-devel] I need help with parse.y

2014-11-07 Thread Dimitry Sibiryakov
07.11.2014 17:07, Adriano dos Santos Fernandes wrote: Was not added it to keywords.cpp? Yep, that is the trick. Thanks. -- WBR, SD. -- Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] I need help with parse.y

2014-11-07 Thread Dimitry Sibiryakov
07.11.2014 17:18, Leyne, Sean wrote: Are you proposing to make this change (adding no replication syntax) to the Firebird codebase? So far it is a private fork. But, according to the IDPL license, you can merge changed sources to the main codebase if you wish as soon as they are

Re: [Firebird-devel] I need help with parse.y

2014-11-07 Thread Mark Rotteveel
On Fri, 07 Nov 2014 17:21:51 +0100, Dimitry Sibiryakov s...@ibphoenix.com wrote: 07.11.2014 17:18, Leyne, Sean wrote: Are you proposing to make this change (adding no replication syntax) to the Firebird codebase? So far it is a private fork. But, according to the IDPL license, you can