Actions
Bug #15493
closedclass.ux_t3lib_db::sql_query does not set $sqlResult->TYPO3_DBAL_handlerType
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-01-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As subject says the value of $sqlResult->TYPO3_DBAL_handlerType is not set by sql_query() with makes the functions sql_fetch_row() and sql_fetch_assoc() do nothing.
the switch() in these functions depends on $sqlResult->TYPO3_DBAL_handlerType.
I know sql() and sql_query() are depricated, but this is the simplest way to port extensions. So they should work at least.
(issue imported from #M2368)
Updated by Martin Kutschker almost 19 years ago
sql_query() is deperacted? Whoa, the TYPO3 query-buiding functions are not nearly-powerful enough.
Actions