Actions
Bug #47090
closedDatabase link is expected to be an object
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2013-04-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
After switch to mysqli in Core, $this->link
is now expected to be an object and not a resource anymore.
Files
Updated by Xavier Perseguers over 11 years ago
- File 47090_wip.diff 47090_wip.diff added
Problem to be solved: serialization of the resource serialize($res)
instead of converting the (previously) mysql resource into a string for the table name mapping.
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee changed from Xavier Perseguers to Mathias Schreiber
- Is Regression set to No
is this still an issue?
Updated by Xavier Perseguers almost 10 years ago
- Status changed from Needs Feedback to Closed
No. thanks for pinging.
Actions