#29209: Cast with TextField crashes on MySQL
-------------------------------------+-------------------------------------
               Reporter:  Sergey     |          Owner:  nobody
  Fedoseev                           |
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  2.0
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 {{{
 City.objects.values_list(Cast('id', models.TextField())).first()
 }}}

 {{{
 ProgrammingError: (1064, "You have an error in your SQL syntax; check the
 manual that corresponds to your MySQL server version for the right syntax
 to use near 'longtext) AS `cast1` FROM `test_app_city` ORDER BY
 `test_app_city`.`id` ASC  LIM' at line 1"
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29209>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.9d9c664c9a7cd487191f94b02bc6f3ee%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to