ISQL: bad headers when text columns has >= 80 characters
--------------------------------------------------------

                 Key: CORE-6438
                 URL: http://tracker.firebirdsql.org/browse/CORE-6438
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 3.0.7, 4.0 Beta 2
            Reporter: Adriano dos Santos Fernandes


The count of "=" characters is generated incorrect when the declared column 
length is >= 80.

Test case:

OK:

SQL> select 
'1234567890123456789012345678901234567890123456789012345678901234567890123456789'
 x, 1 y from rdb$database;

X                                                                               
           Y 
=============================================================================== 
============ 
1234567890123456789012345678901234567890123456789012345678901234567890123456789 
           1 

Bad:

SQL> select 
'12345678901234567890123456789012345678901234567890123456789012345678901234567890'
 x, 1 y from rdb$database;

X                                                                               
            Y 
=============================================================================== 
============ 
12345678901234567890123456789012345678901234567890123456789012345678901234567890
            1 


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

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to