Closed (won't fix)
Project:
Date
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2010 at 23:48 UTC
Updated:
26 Oct 2018 at 03:03 UTC
Jump to comment: Most recent
I have a column called 'attendance.attendance_date'. The calendar view query was being generated with the correct column name in the SELECT clause, but it was 'attendance.attendance.date' in the WHERE clause.
The problem was a str_replace that replaced all 'tablename_' with 'tablename.' including any column name including 'tablename_'.
Here's a patch...
| Comment | File | Size | Author |
|---|---|---|---|
| date_api_argument_handler.inc_.patch | 1.09 KB | brendanxc |
Comments
Comment #1
damienmckennaUnfortunately the Drupal 6 version of the Date module is no longer supported. That said, we appreciate that you took time to work on this issue. Should this request still be relevant for Drupal 7 please feel free to reopen it. Thank you.