Re: [Firebird-devel] Replication control

2019-02-02 Thread Dimitry Sibiryakov
BTW, TPB item is better because DPB item would require to know server version before connect while TPB can be decided after the connect is established and server version has been derived from ODS or other info item. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.

[Firebird-devel] FB4 reserved word "LOCAL"

2019-02-02 Thread Jorge Gonçalves
Hi, the word LOCAL was promoted to reserved word ? I'm trying, for the first time, to run my company application on FB4 and the calls to the table "LOCAL" fails with "Token unknown ... LOCAL " . jGoncalves Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo

[Firebird-devel] Inconsistency between TimeZoneUtil::MAX_LEN and definition of RDB$TIME_ZONES.RDB$TIME_ZONE_NAME

2019-02-02 Thread Mark Rotteveel
In the Firebird sources, TimeZoneUtil::MAX_LEN is defined as 32, however the column RDB$TIME_ZONES.RDB$TIME_ZONE_NAME is defined as CHAR(63). There currently is one time zone name with length 32 (the rest is shorter), so right now there is no problem, however this inconsistency between definit

Re: [Firebird-devel] Replication control

2019-02-02 Thread Dimitry Sibiryakov
02.02.2019 12:08, Dmitry Yemanov wrote: What usage cases do you have in mind? Multimaster. There must be some way to prevent data bouncing when CDC captures changes made by apply module. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/lis

Re: [Firebird-devel] Replication control

2019-02-02 Thread Dmitry Yemanov
02.02.2019 13:57, Dimitry Sibiryakov wrote:   Currently replication can be disabled only at database level. Are you going to provide a way to disable it for single connection or transaction?   Trick with isc_dpb_config won't work for superserver AFAIU. We could introduce DPB item like for

[Firebird-devel] Replication control

2019-02-02 Thread Dimitry Sibiryakov
Hello, Dmitry. Currently replication can be disabled only at database level. Are you going to provide a way to disable it for single connection or transaction? Trick with isc_dpb_config won't work for superserver AFAIU. -- WBR, SD. Firebird-Devel mailing list, web interface at https