Releases: packaged/dal
Releases · packaged/dal
1.5.0: Do not attempt to decode null or empty strings (#20)
* Do not attempt to decode null or empty strings * attempt to install php5-memcached * remove memcached package * add autoconf
1.4.1
1.4.0
1.3.1: mark QlDao::loadWhere and QlDaoCollection::loadWhere as deprecated (#16)
* mark QlDao::loadWhere and QlDaoCollection::loadWhere as deprecated * getRawArray already loads
1.3.0
1.2.1
1.2.0: throw exception when encoding. error log when decoding. (#13)
* throw exception when encoding. error log when decoding. * improve error messages * add covering unit tests