Re: [Firebird-devel] isc_action_svc_nbak failing since 4.0.0.2117

2020-09-07 Thread Jiří Činčura
> Can you provide exact SPB starting service? Yes. It's { 20, 106, 44, 0, 110, 101, 116, 112, 114, 111, 118, 105, 100, 101, 114, 95, 116, 101, 115, 116, 115, 95, 68, 101, 102, 97, 117, 108, 116, 95, 70, 97, 108, 115, 101, 95, 68, 105, 115, 97, 98, 108, 101, 100, 46, 102, 100, 98, 5, 0, 0, 0,

Re: [Firebird-devel] isc_action_svc_nbak failing since 4.0.0.2117

2020-09-07 Thread Alex Peshkoff via Firebird-devel
On 2020-09-07 14:54, Jiří Činčura wrote: Hi, one of tests in .NET Provider is doing isc_action_svc_nbak. On 4.0.0.2115 (and FB 2.5 and FB 3.0) everything is fine but on 4.0.0.2117 (and later) it fails with: unrecognized service parameter block All services except for getting server log

Re: [Firebird-devel] Problem with exception message and OCTETS.

2020-09-07 Thread Adriano dos Santos Fernandes
On 07/09/2020 10:19, Alex Peshkoff via Firebird-devel wrote: > > May be something more generic - when we meet an expression node that > casts from binary to some charset all it's children as deep as > expression evaluation continues should cast to that same charset before > transliterating to

Re: [Firebird-devel] Problem with exception message and OCTETS.

2020-09-07 Thread Dimitry Sibiryakov
07.09.2020 15:19, Alex Peshkoff via Firebird-devel wrote: May be something more generic - when we meet an expression node that casts from binary to some charset all it's children as deep as expression evaluation continues should cast to that same charset before transliterating to binary?

Re: [Firebird-devel] Problem with exception message and OCTETS.

2020-09-07 Thread Alex Peshkoff via Firebird-devel
On 2020-09-04 22:35, Adriano dos Santos Fernandes wrote: On 05/08/2020 12:48, Ivan Přenosil wrote: In FB2.5 I sometimes construct exception messages with newline like this   EXCEPTION E_ERROR 'msg-á' || x'0A0D' || 'msg-é'; In FB3 and FB4 it can cause error   Statement failed, SQLSTATE =

Re: [Firebird-devel] isc_action_svc_nbak failing since 4.0.0.2117

2020-09-07 Thread Alex Peshkoff via Firebird-devel
On 2020-09-07 14:54, Jiří Činčura wrote: Hi, one of tests in .NET Provider is doing isc_action_svc_nbak. On 4.0.0.2115 (and FB 2.5 and FB 3.0) everything is fine but on 4.0.0.2117 (and later) it fails with: unrecognized service parameter block All services except for getting server log

[Firebird-devel] isc_action_svc_nbak failing since 4.0.0.2117

2020-09-07 Thread Jiří Činčura
Hi, one of tests in .NET Provider is doing isc_action_svc_nbak. On 4.0.0.2115 (and FB 2.5 and FB 3.0) everything is fine but on 4.0.0.2117 (and later) it fails with: unrecognized service parameter block All services except for getting server log require switches Both builds taken from

Re: [Firebird-devel] Problem with exception message and OCTETS.

2020-09-07 Thread Dimitry Sibiryakov
07.09.2020 12:58, Alex Peshkoff via Firebird-devel wrote: The result remains almost the same: You forgot to recode the script into 1250 as well. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Problem with exception message and OCTETS.

2020-09-07 Thread Alex Peshkoff via Firebird-devel
On 2020-09-04 17:49, Ivan Přenosil wrote: Dne 04.09.2020 v 12:57 Alex Peshkoff via Firebird-devel napsal(a): Not reproduced: SQL> CREATE DATABASE '~/testDB.fdb' USER 'SYSDBA' PASSWORD 'masterkey' DEFAULT CHARACTER SET WIN1250; SQL> CREATE EXCEPTION  E_ERROR 'err'; SQL> SQL> set term ^; SQL>

Re: [Firebird-devel] Problem with exception message and OCTETS.

2020-09-07 Thread Alex Peshkoff via Firebird-devel
On 2020-09-04 14:04, Dimitry Sibiryakov wrote: 04.09.2020 12:57, Alex Peshkoff via Firebird-devel wrote: Not reproduced:   You forgot "set names win1250" at the beginning of the script. The result remains almost the same: Statement failed, SQLSTATE = HY000 exception 1 -E_ERROR -msg-�