SUBSTRING of non-text/-blob is described to return NONE character set in DSQL
-----------------------------------------------------------------------------

                 Key: CORE-6160
                 URL: http://tracker.firebirdsql.org/browse/CORE-6160
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
            Reporter: Adriano dos Santos Fernandes


The correct character set should be ASCII.

set sqlda_display on;
select substring(1 from 1 for 1) from rdb$database;
select substring(current_date from 1 for 1) from rdb$database;

-- 
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

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to