On Fri, 07 Nov 2014 17:21:51 +0100, Dimitry Sibiryakov
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 merge ch
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 publis
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
https://lists.sourceforge.net
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 replica
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
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 unk