Page 1 of 1

4.8.12 : New format exception message

Posted: Fri 13 May 2016 08:08
by ricolebo
Hi,

I don't why, but the format of exception message is changed on many versions of the driver and each time I must change my program...

Is possible to have always the same format ?

Code: Select all

in  4.1.2 : exception 1'#$D'RAISEEXCEPTION'#$D
in 4.3.5 : exception '#$D'exception 1
In 4.6.9 : exception exception 1
In 4.8.12 : exception .'#$D'exception 1 
Thank you

Re: 4.8.12 : New format exception message

Posted: Fri 13 May 2016 10:04
by ViktorV
We changed the format of error notification according to numerous user requests. The format in the dbExpress driver for InterBase & Firebird version 4.8.12 is final and it will remain unchanged.

Re: 4.8.12 : New format exception message

Posted: Fri 13 May 2016 11:29
by ricolebo
It suits to me if the format stays unchanged now
I 'am just surprise that users asked you to replace exception exception 1 by exception .'#$D'exception 1
What gives to them this new format ?

Re: 4.8.12 : New format exception message

Posted: Fri 13 May 2016 12:29
by ViktorV
The modification was made for readability: the first part of the message is separated from the second one by dot and newline.