Skip to content

Releases: packaged/dal

1.7.6: Persistent cache (#32)

21 Sep 12:07
82aab8b
Compare
Choose a tag to compare
* move deleteKey to cache interface

* use static cache for persistent connections, local cache for non-persistent

* add php73 to circle

* switch to rc

* connect to ephemeral

* remove socket on disconnect

* disconnect on retry

1.7.5: support count distinct (#31)

04 Sep 10:39
11e7131
Compare
Choose a tag to compare
* support count distinct

* increase timeouts in cql tests

1.7.4: Aggregate fixes (#30)

03 Sep 10:21
Compare
Choose a tag to compare
* bugfix removeOrderBy

* select all fields from groupby

* ensure we still select fields if we are not grouped

* optimisation: select specified aggregate field

* improve tests and additional coverage

1.7.3

29 Aug 17:00
Compare
Choose a tag to compare
 * use subquery for grouped collections (#29)

* refactor code for clarity

1.7.2: fix aggregates with limit (#28)

29 Aug 16:11
Compare
Choose a tag to compare
* initialise daos array

* only remove ORDER BY clause with no LIMIT

* add php72

1.7.1

28 Aug 15:14
Compare
Choose a tag to compare
Fixed performance metrics properly (#27)

1.7.0: Return the result of each (#26)

20 Aug 10:19
cf923df
Compare
Choose a tag to compare
* Return the result of each

* Return doc

1.6.1

17 Jul 13:19
Compare
Choose a tag to compare
Relax querybuilder requirements (#23)

1.6.0

18 Jun 16:15
Compare
Choose a tag to compare
Retrieve configuration on QL datastore and connection (#22)

1.5.1: MySQLi Improvements (#21)

15 Jun 15:45
Compare
Choose a tag to compare
* MySQLi Improvements

* Add close to failing raw