Releases: arcmedia/mage2-dbhelper
Releases · arcmedia/mage2-dbhelper
0.3.2
0.3.1
Update for Magento under PHP8.1
Added sqlWriteArray(string $tableName, array $data)
Reason: The Zend Framework beneath Magento transformes SQL queries larger than 7KB into an empty string and triggers an error when using PHP8.1. This approach, saving by array is cleaner (sanitation done by Framework) and is not affected by the problem mentioned above