EasyDB v2.7.0 Release Notes
Release Date: 2018-09-23 // over 4 years ago-
๐ Changed the behavior of several public APIs to invoke
$this->prepare()
instead of$this->pdo->prepare()
. This might seem subtle, but in actuality, it allows classes that extendEasyDB
to implement prepared statement caching.๐ See https://github.com/paragonie/easydb-cache for more information