Exceptions with parameters distort not ASCII characters
-------------------------------------------------------

                 Key: CORE-4160
                 URL: http://tracker.firebirdsql.org/browse/CORE-4160
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Alpha 1
         Environment: database charset WIN1251
            Reporter: Simonov Denis


recreate exception e_incorrect_value 'Некорректное значение @1';

execute block
as
begin
  exception e_incorrect_value using('abc');
end

E_INCORRECT_VALUE.
Некорректное значение abc.

It's correct

execute block
as
begin
  exception e_incorrect_value using('абв');
end

E_INCORRECT_VALUE.
Некорректное значение абв.

It's incorrect

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to