As added here (http://drupal.org/node/1597378) in D7.15, DANGEROUS_ACCESS_CHECK_OPT_OUT is clearly uppercase.

The views query tags field in the query settings menu throws the following error message:
The query tags may only contain lower-case alphabetical characters and underscores..

Looks like upper-case is in fact allowed.

Comments

dawehner’s picture

I wouldn't be sure whether this actually makes sense to use here, because views don't uses EFQ to determine the result so adding it will be useless.

But sure it would be possible to use another kind of validator to allow UPPER-Case tags.

thekevinday’s picture

Priority: Normal » Minor

I had a view not showing data in which the SQL query was pulling results when copied manually.
I had just updated to D7.15 and thought I would try to see if this change was the cause as opposed to one of the many other changes I have been making.
I figured it would be easy to just drop this in the query tags field and see if anything changes.
I never expected it to not be allowed because of case sensitivity.