Ubuntu Locale
-------------

                 Key: CORE-5288
                 URL: http://tracker.firebirdsql.org/browse/CORE-5288
             Project: Firebird Core
          Issue Type: Bug
          Components: Charsets/Collation, Engine
    Affects Versions: 3.0.0
         Environment: Ubuntu Locale
            Reporter: Damian Jose


Good afternoon:

Earlier Firebird 2.5 used with a locale Ubuntu:

/ Etc / default / locale -> LANG = "es_AR.UTF-8"

Running this query:

SELECT CAST (CAST (100.234 AS DOUBLE PRECISION) AS VARCHAR (100)),
        CAST (CAST (100.234 AS FLOAT) AS VARCHAR (100)),
        CAST (CAST (100.234 AS NUMERIC (18,4)) AS VARCHAR (100))
FROM RDB$DATABASE 

returns the following values:

CAST CAST1 CAST2
100.234 100.234 100.2340

Now with Firebird 3 same locale, the same query returns:

CAST CAST1 CAST2
100,234 100,234 100.234


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

       

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to