Skip to content

Releases: packaged/dal

1.5.0: Do not attempt to decode null or empty strings (#20)

30 May 14:19
Compare
Choose a tag to compare
* Do not attempt to decode null or empty strings

* attempt to install php5-memcached

* remove memcached package

* add autoconf

1.4.1

18 Apr 15:37
3ab581a
Compare
Choose a tag to compare
Don't reconnect on DuplicateKeyExceptions and don't log them (#19)

1.4.0

17 Apr 16:36
Compare
Choose a tag to compare
remove loadWhere in documentation (#17)

1.3.1: mark QlDao::loadWhere and QlDaoCollection::loadWhere as deprecated (#16)

01 Feb 11:12
Compare
Choose a tag to compare
* mark QlDao::loadWhere and QlDaoCollection::loadWhere as deprecated

* getRawArray already loads

1.3.0

11 Jan 14:46
Compare
Choose a tag to compare
Skip CQL prepare (#15)

* Updated docblocks, autoformat

* Now skips preparing CQL queries that have no parameters

* Autoformat

* Fixed docblock

1.2.1

31 Oct 16:54
04d186f
Compare
Choose a tag to compare
output dao class name on serialization errors (#14)

1.2.0: throw exception when encoding. error log when decoding. (#13)

17 Oct 11:24
Compare
Choose a tag to compare
* throw exception when encoding. error log when decoding.

* improve error messages

* add covering unit tests

1.1.1

12 Sep 10:27
Compare
Choose a tag to compare
update badge to circle

1.0.3

05 Sep 11:17
2e73d4f
Compare
Choose a tag to compare
Support log locations

1.0.2

04 Sep 11:55
149fd12
Compare
Choose a tag to compare
Do not double load daos to check if they exist