All Versions
25
Latest Version
Avg Release Cycle
154 days
Latest Release
1907 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.9.7 Changes
- โ added support for unix sockets
- โ added
NOT IN
condition inWHERE
statements
-
v0.9.6 Changes
- โ added named integer lists support to
OPTION
with associative array (@alpha0010) - deprecated special case
OPTION
forfield_weights
andindex_weights
- ๐ฎ forced
Connection
to use utf8 charset (@t1gor)
- โ added named integer lists support to
-
v0.9.5 Changes
- ๐
Expression
support forOPTION
value
- ๐
-
v0.9.4 Changes
- Replaced
getConnectionParams()
andsetConnectionParams()
withgetParam()
,getParams()
,setParam()
(thanks to @FindTheBest) - ๐ Deprecated
getConnectionParams()
andsetConnectionParams()
- โ Added
ConnectionInterface
- Replaced
-
v0.9.3 Changes
- ๐ HHVM support
- โ Added escaping of new MATCH features by lowercasing the search string
-
v0.9.2 Changes
- ๐ created
Helper
class to contain non-query-builder query methods, all returningSphinxQL
objects - ๐ deprecated all non-query-builder query methods in
SphinxQL
class - ๐ improved
$sq->enqueue()
inSphinxQL
class to have a parameter to append any customSphinxQL
objects - โ added
$sq->query()
method toSphinxQL
to allow setting SQL queries without executing them
- ๐ created
-
v0.9.1 Changes
- ๐ deprecated SphinxQL::forge() with static Connection and implemented SphinxQL::create($conn)
- โ added array and * support to MATCH columns (thanks to @FindTheBest)
- โ added Expression support to MATCH value
-
v0.9.0 Changes
- ๐จ refactored to be fully OOP
- ๐ changed code style to be PSR-2 compliant
- โ removed all unnecessary
static
keywords - โ removed old bootstrap file for fuelphp
-
v0.8.6 Changes
- โ added Connection::ping()
- โ added Connection::close()
- ๐ fixed uncaught exception thrown by Connection::getConnection()
-
v0.8.5 Changes
- โ removed Array typehints
- โ removed unsupported charset argument