[Libreoffice-bugs] [Bug 120091] Datetime fields causing error message "the data content could not be loaded" with MySQL Connector/J 8.0.11 or 8.0.12
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 24 08:56:19 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=120091
--- Comment #5 from Alex Thurgood <iplaw67 at tuta.io> ---
Another example, this view also produces the same error message :
CREATE VIEW `classifier_list` AS
select `classifier`.`ID` AS `classifier_ID`,`classifier`.`matter_ID` AS
`matter_ID`,`classifier_type`.`type` AS `type`,
if(`classifier`.`value_ID`,
`classifier_value`.`value`,
`classifier`.`value`) AS `value`
from (`classifier` left join (`classifier_type` join `classifier_value`)
on(((`classifier`.`type_code` = `classifier_type`.`code`)
and (`classifier`.`value_ID` = `classifier_value`.`ID`))))
--
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/9f1f0ef9/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list