Changes between Initial Version and Version 1 of Ticket #27802


Ignore:
Timestamp:
02/03/17 16:26:30 (7 years ago)
Author:
Tim Graham
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27802

    • Property Has patch set
    • Property Triage Stage changed from Unreviewed to Accepted
    • Property Summary changed from Unified `datetime_*_sql` functions with others backend date/time operations. to Unify datetime_*_sql() methods with others backend date/time operations.
  • Ticket #27802 – Description

    initial v1  
    1 This is a follow up of the discussion in #24194 (see [https://code.djangoproject.com/ticket/24194#comment:6 comment]). `datetime_extract_sql`, `datetime_cast_date_sql`, `datetime_cast_time_sql`, `datetime_trunc_sql` functions behave differently than others date/time operations. They return `sql` and `params` whereas the others return just `sql`. I propose to unify their behavior.
    2 
     1This is a follow up of the discussion in [ticket:24194#comment:6]. `datetime_extract_sql`, `datetime_cast_date_sql`, `datetime_cast_time_sql`, `datetime_trunc_sql` methods behave differently than others date/time operations. They return `sql` and `params` whereas the others return just `sql`. I propose to unify their behavior.
Back to Top