You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding safeguard preventing injection of WKT strings
- WKT geometry in the CQL2-text is not supposed to quoted as a string
- Postgres tries to cast WKT string to an incorrect geometry type
which consequently leads to a confusing error.
0 commit comments