You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated fetch type for drivers to use `boolean` to return assoc/indexed arrays
16
+
* updated PHPDoc blocks
17
+
18
+
Note: This release contains **breaking changes** around the instantiation of the `SphinxQL` class with the removal of static methods. Please refer to the README for any API changes.
19
+
20
+
#### 1.2.0
21
+
22
+
* added support for `GROUP N BY`
23
+
* refactored `Connection`
24
+
* refactored `ResultSet` and `MultiResultSet` to reduce duplicate code
25
+
26
+
Note: This release contains **breaking changes** with the introduction of `ResultSet` and `MultiResultSet` changes. Please refer to the README for any API changes.
27
+
1
28
#### 0.9.7
29
+
2
30
* added support for unix sockets
3
31
* added `NOT IN` condition in `WHERE` statements
4
32
5
33
#### 0.9.6
34
+
6
35
* added named integer lists support to `OPTION` with associative array (@alpha0010)
7
36
* deprecated special case `OPTION` for `field_weights` and `index_weights`
8
37
* forced `Connection` to use utf8 charset (@t1gor)
0 commit comments