Project

General

Profile

Actions

Bug #47090

closed

Database link is expected to be an object

Added by Xavier Perseguers over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
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

47090_wip.diff (17.3 KB) 47090_wip.diff Work in Progress Xavier Perseguers, 2013-04-10 09:13

Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Task #36419: Migrate core from mysql to mysqliClosed2012-04-22

Actions
Actions #1

Updated by Xavier Perseguers over 11 years ago

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.

Actions #2

Updated by Michael Stucki over 10 years ago

  • Project changed from 329 to TYPO3 Core
Actions #3

Updated by Michael Stucki over 10 years ago

  • Category set to 999
Actions #4

Updated by Mathias Schreiber over 9 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?

Actions #5

Updated by Xavier Perseguers over 9 years ago

  • Status changed from Needs Feedback to Closed

No. thanks for pinging.

Actions

Also available in: Atom PDF