Project

General

Profile

Actions

Bug #50752

closed

DBAL needs migration MySQL to MySQLi as well

Added by Stefan Neufeind over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2013-08-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In 6.1 the migration of core to MySQLi was executed. However the "native" part of dbal still needs to be adjusted as well.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #43471: dbal used on clean install using mysqlClosed2012-11-29

Actions
Related to TYPO3 Core - Bug #51458: Fatal error: function query() DatabaseConnection.php on line 986Closed2013-08-28

Actions
Has duplicate TYPO3 Core - Task #52881: Move to mysqli for 'native' handler typeClosed2013-10-16

Actions
Actions #1

Updated by Gerrit Code Review over 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22791

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22791

Actions #3

Updated by Gerrit Code Review about 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/22791

Actions #4

Updated by Gerrit Code Review about 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/22791

Actions #5

Updated by Stefano Kowalke about 10 years ago

I got this error:

PHP Fatal error:  Call to a member function parseFromTables() on a non-object in typo3/sysext/dbal/Classes/Database/DatabaseConnection.php on line 3128
PHP Stack trace:
PHP   1. {main}() typo3/mod.php:0
PHP   2. require()typo3/mod.php:41
PHP   3. Tx_Phpunit_BackEnd_Module->main()  phpunit/Classes/BackEnd/index.php:86
PHP   4. Tx_Phpunit_BackEnd_Module->renderRunTests()  phpunit/Classes/BackEnd/Module.php:206
PHP   5. Tx_Phpunit_BackEnd_Module->renderRunningTest()  phpunit/Classes/BackEnd/Module.php:288
PHP   6. Tx_Phpunit_BackEnd_Module->runAllTests()  phpunit/Classes/BackEnd/Module.php:593
PHP   7. PHPUnit_Framework_TestSuite->run()  phpunit/Classes/BackEnd/Module.php:831
PHP   8. PHPUnit_Framework_TestSuite->run()  phpunit/Composer/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:705
PHP   9. PHPUnit_Framework_TestSuite->runTest()  phpunit/Composer/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:745
PHP  10. PHPUnit_Framework_TestCase->run()  phpunit/Composer/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:775
PHP  11. PHPUnit_Framework_TestResult->run()  phpunit/Composer/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php:776
PHP  12. PHPUnit_Framework_TestCase->runBare()  phpunit/Composer/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php:648
PHP  13. TYPO3\CMS\Core\Tests\Functional\DataHandling\InlineRelationalRecordEditing\AbstractTestCase->tearDown()  phpunit/Composer/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php:863
PHP  14. TYPO3\CMS\Core\Tests\Functional\DataHandling\InlineRelationalRecordEditing\AbstractTestCase->assertNoLogEntries() typo3/sysext/core/Tests/Functional/DataHandling/InlineRelationalRecordEditing/AbstractTestCase.php:78
PHP  15. TYPO3\CMS\Core\Tests\Functional\DataHandling\InlineRelationalRecordEditing\AbstractTestCase->getLogEntries() typo3/sysext/core/Tests/Functional/DataHandling/InlineRelationalRecordEditing/AbstractTestCase.php:278
PHP  16. TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTgetRows() typo3/sysext/core/Tests/Functional/DataHandling/InlineRelationalRecordEditing/AbstractTestCase.php:379
PHP  17. TYPO3\CMS\Dbal\Database\DatabaseConnection->exec_SELECTquery() typo3/sysext/core/Classes/Database/DatabaseConnection.php:372
PHP  18. TYPO3\CMS\Dbal\Database\DatabaseConnection->map_needMapping() typo3/sysext/dbal/Classes/Database/DatabaseConnection.php:742
Actions #6

Updated by Gerrit Code Review about 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #7

Updated by Gerrit Code Review about 10 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #8

Updated by Gerrit Code Review about 10 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #9

Updated by Gerrit Code Review about 10 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #10

Updated by Gerrit Code Review about 10 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #11

Updated by Gerrit Code Review about 10 years ago

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #12

Updated by Gerrit Code Review about 10 years ago

Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #13

Updated by Gerrit Code Review about 10 years ago

Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #14

Updated by Gerrit Code Review about 10 years ago

Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #15

Updated by Gerrit Code Review about 10 years ago

Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27875

Actions #16

Updated by Markus Klein about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #17

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF