[MDEV-27639] Create better descriptive error message in case of wrong arguments for geometry types Created: 2022-01-27 Updated: 2022-01-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | GIS, Server |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Anel Husakovic | Assignee: | Alexey Botchkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When geometry is not well constructed we get the NULL, as documentation said.
In case of MySQL an descriptive error message is raised:
When we get in case if NULL is an argument, we get the NULL result what is ok. |