DB\IO Placeholder regex fix for json queries, test data updates

Some doc typo fixes
test updates with remove of not used sub calls

DB IO Placeholder regex now checks for any JSON/JSONB operators
This commit is contained in:
Clemens Schwaighofer
2024-07-29 15:55:38 +09:00
parent f94f6cbe87
commit 770d6f30a4
8 changed files with 22 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ ob_end_flush();
use CoreLibs\Combined\ArrayHandler;
use CoreLibs\Debug\Support as DgS;
use CoreLibs\Convert\SetVarType;
use PHPUnit\Framework\Constraint\ArrayHasKey;
// use PHPUnit\Framework\Constraint\ArrayHasKey;
$log = new CoreLibs\Logging\Logging([
'log_folder' => BASE . LOG,