[Libreoffice-bugs] [Bug 120091] After upgrading MySQL Connector/J from 5.1.46 to 8.0.11 or 8.0.12, getting error msg "the data could not be loaded"
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 24 08:37:52 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=120091
Alex Thurgood <iplaw67 at tuta.io> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #3 from Alex Thurgood <iplaw67 at tuta.io> ---
I can however reproduce the error message
"The data content could not be loaded"
with tables or views that contain a datetime definition, such as the one below:
CREATE TABLE `AC` (
`bid` int(10) NOT NULL AUTO_INCREMENT,
`Ac` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`Cur` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
`dt` datetime DEFAULT NULL,
PRIMARY KEY (`bid`),
KEY `cur` (`Cur`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
--
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/20180924/0870c720/attachment.html>
More information about the Libreoffice-bugs
mailing list