Reporting name of column for long column size
---------------------------------------------

                 Key: CORE-5873
                 URL: http://tracker.firebirdsql.org/browse/CORE-5873
             Project: Firebird Core
          Issue Type: Improvement
    Affects Versions: 3.0.3
            Reporter: Maxim Kuzmin
            Priority: Minor


We converse our databases from Firebird 2.5 to 3.0, but a lot of internal 
query's using long names. When preparing their, get exception:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Name longer than database column size.

For short query, it's not problem. But in case a long and hard query, find long 
names becomes a complex task. Propose complete message by name of problematic 
column, like:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Name longer than database column size: "THIS_IS_LONG_FIELD_NAME_OF_TABLE".
Suggested name: "THIS_IS_LONG_FIELD_NAME_OF_TABL".

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