Malformed string error when using cyrilic symbols and x'0d0a' in exception
---------------------------------------------------------------------------
Key: CORE-5325
URL: http://tracker.firebirdsql.org/browse/CORE-5325
Project: Firebird Core
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Alex Kurov
Test case
create exception error_test ''
This one works ok
execute block
as
begin
exception error_test 'йй' || ascii_char(13) || ascii_char(10) || 'йй';
end
And with this get an error:
execute block
as
begin
exception error_test 'ййй' || x'0d0a' || 'ййй';
end
Malformed string
GDSCODE = 335544849
SQLCODE = -104
In 2.5 both execute blocks work the same way
--
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
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. http://sdm.link/zohodev2dev
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel