https://bugs.documentfoundation.org/show_bug.cgi?id=126852

            Bug ID: 126852
           Summary: MYSQL/MariaDB native connector: Column Type "TEXT" is
                    reported as "VARCHAR"
           Product: LibreOffice
           Version: 6.4.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: rob...@familiegrosskopf.de

Connect to MariaDB with the native connector, which is included in LO 6.3.0.4.

Start this commands in Tools > SQL

CREATE TABLE strtest (d TEXT(10));
INSERT INTO strtest VALUES('Maria   ');

Refresh the tables by View > Refresh Tables.

Open the table for editing.
Column d is reported as Text[VARCHAR], not as Memo[TEXT].
Memo[TEXT] should be the right data type, but it is impossible to save a table
with this type.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to