similar to does not match x'##'-codes
-------------------------------------

                 Key: CORE-4114
                 URL: http://tracker.firebirdsql.org/browse/CORE-4114
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.2
         Environment: Win7/64
            Reporter: Thomas Beckmann


As this example points out, x'##'-codes are not properly matched by similar to:

select
  iif(' ' similar to '[[:WHITESPACE:]]', 'T', 'F'),
  iif(x'20' similar to '[[:WHITESPACE:]]', 'T', 'F'),
  iif(x'20' similar to '%', 'T', 'F')
from RDB$DATABASE

returns 'T', 'F', 'F'

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

        

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to