Skip to content

Releases: arcmedia/mage2-dbhelper

0.3.2

16 Jan 09:20
a68b0f0
Compare
Choose a tag to compare
  • Added isTableExits feature

0.3.1

11 Dec 08:53
Compare
Choose a tag to compare

Release for compatibility with Symonfony Console used in Magento 2.4.6-p3 and PHP8.1

Update for Magento under PHP8.1

16 May 12:54
Compare
Choose a tag to compare

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

0.2.10

30 Mar 14:11
Compare
Choose a tag to compare
Added Transaction command

0.2.9

21 Oct 12:02
Compare
Choose a tag to compare
Update to get Price Attributes

0.2.8

21 Oct 09:43
Compare
Choose a tag to compare
Update to get Price Attributes

0.2.7

02 Jun 12:54
Compare
Choose a tag to compare
Update for category slash escape

0.2.5

22 Oct 14:58
Compare
Choose a tag to compare
Allow null in sqlEscape

0.2.2

08 Sep 06:28
Compare
Choose a tag to compare
Removal of nbprojects

0.2.1

07 Sep 14:44
Compare
Choose a tag to compare
Added escape method, preparations for integration tests