LIKE work wrong with CHARACTER SET UNICODE_FSS
----------------------------------------------

                 Key: CORE-5807
                 URL: http://tracker.firebirdsql.org/browse/CORE-5807
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.3, 3.0.4
         Environment: WI-V3.0.4.32954 Firebird 3.0
DATABASE WITH CHARSET WIN1250
            Reporter: Karol Bieniaszewski


Try 

SELECT S.SEC$USER_NAME, SA.* FROM SEC$USERS S LEFT JOIN SEC$USER_ATTRIBUTES SA 
ON SA.SEC$USER_NAME=S.SEC$USER_NAME WHERE S.SEC$USER_NAME LIKE 'SYSDBA'

nothing returned

SELECT S.SEC$USER_NAME, SA.* FROM SEC$USERS S LEFT JOIN SEC$USER_ATTRIBUTES SA 
ON SA.SEC$USER_NAME=S.SEC$USER_NAME WHERE S.SEC$USER_NAME LIKE 'SYSDBA%'

1 record returned

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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to