Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 18:08 UTC
Updated:
26 Jul 2017 at 10:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Caseledde commentedWe checked the MySQL support for the fields decimal, float and integer.
The result is: It works with all of these fields.
Comment #2
Caseledde commentedWe noticed that not all databases support regular expressions.
So we restrict this functionality to MySQL.
We proudly present the third patch.
Comment #3
dawehnerThat's really a neat feature! Committed to 7.x-3.x
It would probably make sense to port it to 6.x-3.x
Comment #4
damien tournoud commentedThat's not the proper way of detecting the database type. You want:
Opening a separate issue.
Comment #5
stborchertPatch addition based on #1353580: Views should use databaseType() instead of db_driver() to detect database types and Damiens objection.
Comment #6
stborchertUh, forgot to attach the patch.
Comment #7
dawehnerOkay, let's port it later
Comment #8
damien tournoud commentedEw. Sorry for the typo in #4.
Comment #9
mustanggb commented