Using a CONTAINING in a collumn with WIN1252 collate breaks with "Cannot 
transliterate character between character sets"
------------------------------------------------------------------------------------------------------------------------

                 Key: CORE-4546
                 URL: http://tracker.firebirdsql.org/browse/CORE-4546
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.3
         Environment: Windows 32/64 bits
            Reporter: Fabio Gomes


After upgrading to 2.5.3 from 2.5.2 using a CONTAINING clause in some columns 
with some "invalid" characters started to break with "Cannot transliterate 
character between character sets".

    Database charset: WIN1252
    Column Collate: WIN1252

Example data which breaks: Ahú

The following breaks on 2.5.3 but works fine on 2.5.2, returnig "Ahú";

    WHERE COLUMN CONTAINING 'a';

Specifying the collate works on 2.5.3:

    WHERE COLUMN COLLATE WIN_PTBR CONTAINING 'a';

But if I use WIN1252 it breaks.

Is this a bug? It was working just fine on 2.5.2 without specifying the 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

       

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to