Field name length check wrongly on max bound if national characters specified
-----------------------------------------------------------------------------

                 Key: CORE-5802
                 URL: http://tracker.firebirdsql.org/browse/CORE-5802
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.4
            Reporter: Karol Bieniaszewski


Database WIN1250 (if matter)

---------------------OK------------------------------

SELECT 1 AS "Suma wszystkich INSP_ID rosnącoo" FROM RDB$DATABASE

---------------------------------------------------
SQL error code = -104

Name longer than database column size. => 


-----------------------WRONG----------------------------

SELECT 1 AS "Suma wszystkich INSP_ID rosnąco" FROM RDB$DATABASE

---------------------------------------------------

arithmetic exception, numeric overflow, or string truncation

string right truncation

expected length 31, actual 31.


---------------------------------------------------




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