[Libreoffice-bugs] [Bug 126852] New: MYSQL/MariaDB native connector: Column Type "TEXT" is reported as "VARCHAR"
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 12 14:51:09 UTC 2019
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 at lists.freedesktop.org
Reporter: robert at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190812/77b14319/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list