, but instead of that `TypeError` is raised. IMO we should not check input
type here because we can't do it reliably if the input is the output of
another GIS function and because wrong input type doesn't lead to some DB
level error.
--
Ticket URL: <https://code.djangoproject.com/ticket/28383>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => Sergey Fedoseev
--
Ticket URL: <https://code.djangoproject.com/ticket/28383#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8730 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28383#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"306b961a4dc1fd308c6f298b406fb41906ebaf2d" 306b961]:
{{{
#!CommitTicketReference repository=""
revision="306b961a4dc1fd308c6f298b406fb41906ebaf2d"
Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING
geometries on MySQL.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28383#comment:3>