#35064: Window.order_by decimal field is broken on SQLite
-------------------------------------+-------------------------------------
     Reporter:  Simon Charette       |                    Owner:  Simon
                                     |  Charette
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  3.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"e16d0c176e9b89628cdec5e58c418378c4a2436a" e16d0c1]:
 {{{
 #!CommitTicketReference repository=""
 revision="e16d0c176e9b89628cdec5e58c418378c4a2436a"
 Fixed #35064 -- Fixed Window(order_by) crash with DecimalFields on SQLite.

 This avoids cast of Window(order_by) for DecimalFields on SQLite.

 This was achieved by piggy-backing ExpressionList which already
 implements a specialized as_sqlite() method to override the inherited
 behaviour of Func through SQLiteNumericMixin.

 Refs #31723.

 Thanks Quoates for the report.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/35064#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018cb4cc3be4-6114223d-4e8b-49eb-9a1b-385775f69a96-000000%40eu-central-1.amazonses.com.

Reply via email to