---
title: "Breaking: #76259 - Value passed to hook getTable changed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-76259"
source: "Changelog/8.3/Breaking-76259-ValuePassedToHookGetTableChanged.rst"
typo3-version: "8.3"
typo3-major: 8
type: "breaking"
issue: 76259
forge: "https://forge.typo3.org/issues/76259"
tags: ["Database", "PHP-API", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #76259 - Value passed to hook getTable changed {#breaking-76259}

See [forge#76259](https://forge.typo3.org/issues/76259)

## Description {#description}

The value of `$additionalWhere` passed to the method `getDBlistQuery()`
as part of the hook `getTable` in `\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList`
has changed and no longer includes the leading `AND`.

## Impact {#impact}

3rd Party extensions implementing the hook method need to ensure the leading `AND` is no
longer present. The leading `AND` should also not be returned anymore.

## Affected Installations {#affected-installations}

Installations using 3rd party extensions that implement the hook method.

## Migration {#migration}

Migrate the hook method to no longer expect or prepend the leading `AND`.
