Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2010 at 11:21 UTC
Updated:
22 Jul 2010 at 19:39 UTC
I'm attaching a small patch to add 'oracle' to the handled databases of views_date_sql_* functions
| Comment | File | Size | Author |
|---|---|---|---|
| oracle_date_sql.patch | 1.01 KB | aaaristo |
Comments
Comment #1
aaaristo commentedHave i to replace all the handlers that use this function or can you expose a way to extend it without patching it? (same problem as random order by)
Comment #2
dawehnerSame answer as random order by :)
There might should be a alter hook
Comment #3
dawehnerThis is somehow a duplicate of #858118: refactor views_date_sql_field to be pluggable.
This would would allow you to write a working query backend for oracle.