[jOOQ/jOOQ#12736] More spatial support
- ST_NPoints parser synonym for ST_NumPoints
This commit is contained in:
parent
76fd72b68f
commit
c90448ac6f
@ -9609,7 +9609,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
|
||||
|
||||
}
|
||||
else if (!ignoreProEdition() && parseFunctionNameIf("ST_NUMPOINTS") && requireProEdition()) {
|
||||
else if (!ignoreProEdition() && parseFunctionNameIf("ST_NPOINTS", "ST_NUMPOINTS") && requireProEdition()) {
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user