Changes between Initial Version and Version 1 of Ticket #33647, comment 19


Ignore:
Timestamp:
Oct 14, 2023, 12:49:28 PM (7 months ago)
Author:
Akash Kumar Sen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33647, comment 19

    initial v1  
     1>We cannot regress {{{Cast()}}} to avoid truncating values in {{{bulk_update()}}} .
     2
    13I don't think we are regressing the `Cast()` here the query generated is
    24{{{
     
    57it is just generating the super type i.e. `varchar` instead of `varchar(20)` in case of a `CharField`
    68
    7 If you can explain a little further that would be great @felixxm
     9If you can explain a little further that would be great Mariusz
Back to Top