[jOOQ/jOOQ#2967] Fix regression in single argument ROUND() function
This commit is contained in:
parent
a966ee4a00
commit
4af8828cea
@ -38,6 +38,7 @@
|
||||
package org.jooq.impl;
|
||||
|
||||
import static org.jooq.impl.DSL.function;
|
||||
import static org.jooq.impl.DSL.inline;
|
||||
import static org.jooq.impl.SQLDataType.NUMERIC;
|
||||
import static org.jooq.impl.Tools.castIfNeeded;
|
||||
|
||||
@ -113,6 +114,9 @@ final class Round<T extends Number> extends AbstractFunction<T> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user