[jOOQ/jOOQ#16844] Add support for ST_GeometryN

This commit is contained in:
Lukas Eder 2024-06-21 16:42:50 +02:00
parent 820cba15cc
commit 2d9b8dca31
2 changed files with 8 additions and 1 deletions

View File

@ -9586,7 +9586,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
}
else if (parseProFunctionNameIf("ST_GEOMETRYN")) {
else if (parseProFunctionNameIf("ST_GEOMETRYN", "SDO_UTIL.EXTRACT")) {

View File

@ -173,6 +173,13 @@ package org.jooq.impl;