• gshchepa/uchum@gleb.loc's avatar
    Fixed bug #27695. · e4eadcfb
    gshchepa/uchum@gleb.loc authored
    Declaring an all space column name in the SELECT FROM DUAL or in a view
    leads to misleading warning message:
    "Leading spaces are removed from name ' '".
    
    The Item::set_name method has been modified to raise warnings like
    "Name ' ' has become ''" in case of the truncation of an all
    space identifier to an empty string identifier instead of the
    "Leading spaces are removed from name ' '" warning message.
    e4eadcfb
select.test 165 KB