[jOOQ/jOOQ#10807] MariaDB timestamp precision defaults to 0

This commit is contained in:
Lukas Eder 2020-10-29 15:26:21 +01:00
parent 65b97aed0e
commit f0cb795d1e

View File

@ -459,6 +459,8 @@ final class Diff {
return false;
switch (ctx.family()) {
case MARIADB:
return type.precision() == 0;
// [#10807] TODO: Alternative defaults will be listed here as they are discovered
default: