Open
Description
I did not found the way to read values to SysTime type. There is only DateTime conversion but it doesn't support fractional seconds.
Only mention to fractional seconds in code is here:
which states, that MySql doesn't store it, but it is not true with v5.6 and newer as described in: https://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html (was with 5.5)