Cannot use select with collate on blob field created with domain
----------------------------------------------------------------

                 Key: CORE-6249
                 URL: http://tracker.firebirdsql.org/browse/CORE-6249
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0.5, 3.0.4
            Reporter: Rudi Feijó
            Priority: Minor


CREATE DOMAIN DOMAINBLOB AS BLOB SUB_TYPE 0 SEGMENT SIZE 80;
CREATE TABLE TEST (    BLOBFIELD       DOMAINBLOB );

select * from test where blobfield collate win_ptbr containing '123';

throws :
Dynamic SQL Error.
SQL error code = -204.
Data type unknown.
Invalid use of CHARACTER SET or COLLATE.

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