[TYPO3-v4] [TYPO3-core] RFC #15338: sys_action: Link to edit the sql query action is missing for newly created actions

Bernhard Kraft kraftb at think-open.at
Wed Aug 11 16:05:38 CEST 2010


Am 2010-08-11 14:58, schrieb Steffen Kamper:
>
> that wouldn't be so difficult, just send the query through the parser :)
>

The DBAL parser is not very optimal. I once had a query where I just 
made an binary "&" operation like:

1243455353 & netmask == network

which didn't work properly with the current DBAL query parser. It only 
allows comparisons in the style of "fieldorvalue1 = fieldorvalue2"


greets,
Bernhard


More information about the TYPO3-project-v4 mailing list