storefront / zend-db
Storefront's adaptation of Zend Framework 1 Db package
dev-master
2024-08-26 07:53 UTC
Requires
- php: >=8.3
This package is auto-updated.
Last update: 2024-10-26 08:11:31 UTC
README
Changes made vs the original zf1/zend-db
package.
- Minimum PHP version increased to 7.4
- We only support:
- MySQL (via
PDO
and notmysqli
) - MsSQL
- PostgreSQL
- SQLite
- Depencancies removed:
- Zend_Loader
- Zend_Registry
- We improved the
quoteInto()
method - We improved the
describeTable()
method, so it returns the length for integer columns - Added function
insertOnDuplicate()