#29569: Cast() to the AutoField generates invalid SQL.
-------------------------------------+-------------------------------------
     Reporter:  Andrew Standley      |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  cast                 |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

 * cc: felixxm (added)
 * version:  2.0 => master
 * easy:  0 => 1


Comment:

 Thanks for the report. It doesn't sound natural to me to cast to
 `AutoField`, because if you want to get an `integer` / `bigint`, why not
 use it directly? Nevertheless you can use
 `DatabaseOperations.cast_data_types` to fix this easily. This issue
 probably appears on other back-ends.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29569#comment:1>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.f7e37f3a058249fffef118b32b72d06a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to