Description
It seems that MariaDB > 10 supports fractionDigits also for TIME columns (although it doesn't show it in selects by default).
The other glitch we need to fix is that passing a java.sql.Time parameter which got converted from a java.util.Date does not get properly matched inside the database if the date part of the time internally is not Jan 1st 1970.