Changes between Version 1 and Version 2 of Ticket #17260, comment 23


Ignore:
Timestamp:
Feb 11, 2013, 4:12:47 AM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17260, comment 23

    v1 v2  
    1616}}}
    1717
    18 Using `.datetimes()` doesn't require a custom tzinfo class; the appropriate time zone name for the database can be provided directly:
    19 {{{
    20 qs.datetimes('dt', 'day', timezone='Non-standard name")
    21 }}}
    22 
    2318I don't care if MySQL silently returns wrong data when it's misconfigured. This isn't worse than all the other data truncation or corruption bugs (for instance, when inserting a string longer than the field size) that happen with MySQL's default configuration. If you use MySQL and care about data integrity, you have to read its manual (and much more).
    2419
Back to Top