--
Ticket URL: <https://code.djangoproject.com/ticket/31014>
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/31014#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:2>
* keywords: => wkt, wkb
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/12134 PR]
I also note that some backends support `ST_GeomFromEWKB` and
`ST_GeomFromEWKT`. Perhaps it is worth checking out whether it is worth
adding these too?
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:3>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:4>
* owner: Sergey Fedoseev => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:5>
* owner: (none) => Ondřej Böhm
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:6>
Comment (by Ondřej Böhm):
[https://github.com/django/django/pull/16122 updated pull request]
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:7>
* owner: Ondřej Böhm => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:8>
Comment (by Claude Paroz):
Needs someone with Oracle knowledge to finish the patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:9>
Comment (by Mariusz Felisiak):
Replying to [comment:9 Claude Paroz]:
> Needs someone with Oracle knowledge to finish the patch.
We can always mark them as unsupported on Oracle for now, and leave the
ticket open.
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:10>
Comment (by Mariusz Felisiak):
There is also an open question about the support of the `srid` argument.
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:11>
Comment (by Mariusz Felisiak):
IMO, there is no need to support the `srid` argument. I can prepare a new
PR.
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:12>
* owner: (none) => Mariusz Felisiak
* needs_better_patch: 1 => 0
* status: new => assigned
Comment:
[https://github.com/django/django/pull/16428 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:13>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:14>
Comment (by GitHub <noreply@…>):
In [changeset:"552384fa977901dcbc33cc999cd38dddcdc0eef1" 552384fa]:
{{{
#!CommitTicketReference repository=""
revision="552384fa977901dcbc33cc999cd38dddcdc0eef1"
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Co-authored-by: Ondřej Böhm <ondre...@firma.seznam.cz>
Co-authored-by: Mariusz Felisiak <felisiak...@gmail.com>
Co-authored-by: Sergey Fedoseev <fedosee...@gmail.com>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:15>
* has_patch: 1 => 0
* stage: Ready for checkin => Accepted
Comment:
Support for `srid` is missing.
--
Ticket URL: <https://code.djangoproject.com/ticket/31014#comment:16>