[jOOQ/jOOQ#10807] MariaDB timestamp precision defaults to 0
This commit is contained in:
parent
65b97aed0e
commit
f0cb795d1e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user