[jOOQ/jOOQ#16844] Add support for ST_GeometryN
This commit is contained in:
parent
820cba15cc
commit
2d9b8dca31
@ -9586,7 +9586,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
|
||||
|
||||
}
|
||||
else if (parseProFunctionNameIf("ST_GEOMETRYN")) {
|
||||
else if (parseProFunctionNameIf("ST_GEOMETRYN", "SDO_UTIL.EXTRACT")) {
|
||||
|
||||
|
||||
|
||||
|
||||
@ -173,6 +173,13 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user