Files
pest/tests/Unit
Danny de Wit ad1850b110 fix: keep TableExtractor table names as strings (#1794)
PHP coerces numeric-string array keys to ints, so collecting table names in
$tables[$name] and returning array_keys() can yield ints. That breaks the
declared list<string> and throws a TypeError in Recorder::linkTable(string).

Standard SQL like substring(x FROM 1 FOR 10) is enough to trigger it, since
the numeric operand matches the FROM pattern.

Closes #1793

Co-authored-by: Danny de Wit <d.dewit@fenceweb.com>
2026-08-02 22:50:47 -04:00
..
2026-07-18 01:10:01 +01:00
2026-07-18 01:10:01 +01:00
2026-07-18 01:10:01 +01:00
2026-07-18 01:10:01 +01:00
2026-07-18 01:10:01 +01:00
2026-07-18 01:10:01 +01:00