I have a QIE database connection to a MySql/MariaDB database and I need to store date/time values and preserve the fractional seconds. When I send something like this "2020-05-21 01:41:30.059" the fractional seconds (.059) appear to be truncated.
Is there a way to preserve the fractional seconds?