storefront/zend-db

Storefront's adaptation of Zend Framework 1 Db package

dev-master 2024-04-02 14:43 UTC

This package is auto-updated.

Last update: 2024-05-02 14:48:16 UTC


README

Changes made vs the original zf1/zend-db package.

  1. Minimum PHP version increased to 7.4
  2. We only support:
  • MySQL (via PDO and not mysqli)
  • MsSQL
  • PostgreSQL
  • SQLite
  1. Depencancies removed:
  • Zend_Loader
  • Zend_Registry
  1. We improved the quoteInto() method
  2. We improved the describeTable() method, so it returns the length for integer columns
  3. Added function insertOnDuplicateKeyUpdate()