[Firebird-devel] [FB-Tracker] Created: (CORE-4599) replace funcion with utf-8 extrange behaviour

2014-11-07 Thread JIRA
replace funcion with utf-8 extrange behaviour - Key: CORE-4599 URL: http://tracker.firebirdsql.org/browse/CORE-4599 Project: Firebird Core Issue Type: Bug Components: Charsets/Collation

[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

Re: [Firebird-devel] SET TRANSACTION option to disable replication

2014-11-07 Thread Jim Starkey
On 11/6/2014 10:40 AM, Dimitry Sibiryakov wrote: Hello, All. I wonder if SQL standard says something about syntax of transaction's option for disabling replication of changes made by this transaction? I might be wrong, but I think this whole topic needs a more than a bit more

Re: [Firebird-devel] SET TRANSACTION option to disable replication

2014-11-07 Thread Dimitry Sibiryakov
07.11.2014 19:58, Jim Starkey wrote: Statement level multi-master replication is basically impossible to get right, so you need to pick among a set of bad options. There about a billion things that can go wrong (consider a timestamp or random number generator, for example) that requires