[jOOQ/jOOQ#11547] Cast to DOUBLE also in FIREBIRD

This commit is contained in:
Lukas Eder 2021-03-05 14:24:19 +01:00
parent ce4e0cef90
commit f8fd4d099f

View File

@ -323,6 +323,7 @@ implements
*/
final DataType<? extends Number> d(Context<?> ctx) {
switch (ctx.family()) {
case FIREBIRD:
case HSQLDB:
case SQLITE:
return DOUBLE;