<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Datetime fields causing error message "the data content could not be loaded" with MySQL Connector/J 8.0.11 or 8.0.12"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=120091#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Datetime fields causing error message "the data content could not be loaded" with MySQL Connector/J 8.0.11 or 8.0.12"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=120091">bug 120091</a>
from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
<pre>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`))))</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>