Actions
Bug #23282
closedNOT LIKE is not remapped using dbms_lob.instr with Oracle
Status:
Closed
Priority:
Could have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-07-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using Oracle, LIKE should be remapped to a call to dbms_lob.instr. A query using NOT LIKE is not remapped to it.
(issue imported from #M15253)
Files
Updated by Xavier Perseguers over 14 years ago
Problem will be solved for trunk thanks to upcoming patch for #12535.
Updated by Xavier Perseguers over 14 years ago
Committed to:
- DBAL_1-1 (rev. 36498)
- DBAL_1-0 (rev. 36499)
- trunk (rev. 36500) [unit test only]
Actions