TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-72421:
|
||||
|
||||
============================================================================
|
||||
Breaking: #72421 - Removed deprecated code from database and query functions
|
||||
============================================================================
|
||||
|
||||
See :issue:`72421`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
Removed deprecated code from database and query functions
|
||||
|
||||
The following methods have been removed:
|
||||
|
||||
`DatabaseConnection::splitGroupOrderLimit`
|
||||
`QueryGenerator::formatQ`
|
||||
`QueryGenerator::JSbottom`
|
||||
`ReferenceIndex::error`
|
||||
`RelationHandler::convertPosNeg`
|
||||
|
||||
The following properties have been removed:
|
||||
|
||||
`QueryGenerator::$extJSCODE`
|
||||
`ReferenceIndex::$errorLog`
|
||||
|
||||
The option to set soft reference parsers has been removed.
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using the one of the methods or properties above will result in a fatal error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Instances which use custom calls to the methods or classes above.
|
||||
|
||||
.. index:: PHP-API, Database
|
||||
Reference in New Issue
Block a user