34 Commits (31a56b59b051803cd5675662cc67d54c8bd65c72)

Author SHA1 Message Date
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Klimov Paul 603127712b Escaping of the special characters at 'MATCH' statement reworked 10 years ago
Klimov Paul adb36e42c4 Usage of `yii\db\Expression` for the 'MATCH' statement fixed 10 years ago
Klimov Paul 3f001aeed0 Escaping of the special characters at 'MATCH' statement added 10 years ago
Carsten Brandt fe14f0c5e3 fixed all the PHPdoc in extensions 11 years ago
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Carsten Brandt db8685ccad fixed a bunch of typos and errors 11 years ago
Qiang Xue 25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 11 years ago
Qiang Xue f59598bb8b Added support for building SQLs with sub-queries 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Qiang Xue da9d544c54 psr-4 change. 11 years ago
Qiang Xue 9b1c2c8064 Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default 11 years ago
Qiang Xue 41685a2409 moved extensions under yii. 11 years ago
Panagiotis Moustafellos 21014b4064 swapped docs and Exception to type InvalidParamException 11 years ago
Paul Klimov 765d47d00d Sphinx Active Record updated to be compatible with ActiveDataProvider. 11 years ago
Paul Klimov d1c87c7e31 Sphinx documentation updated. 11 years ago
Paul Klimov 6a5b8d1904 Sphinx Query refactored. 11 years ago
Paul Klimov 8bec8c5f57 Sphinx Query Builder updated to respect column types for where statements 11 years ago
Paul Klimov bbb5e1dba2 Redundant support of schema name removed from Sphinx 11 years ago
Klimov Paul 47a2e211d6 Separated method "match" added to "yii\sphinx\Query" 11 years ago
Klimov Paul 0275a2244f Option array value support added to "yii\sphinx\Query" 11 years ago
Klimov Paul aae221ddea Methods "replace()" and "batchReplace()" added to "yii\sphinx\Command" 11 years ago
Klimov Paul 0839ceb598 Parameter "options" added to "yii\sphinx\Command::update()" 11 years ago
Paul Klimov 36da1617e8 "yii\sphinx\Query" has been composed, unit test for it added. 11 years ago
Paul Klimov 6b5b99764f Options support for "yii\sphinx\Command::callSnippet()" added. 11 years ago
Paul Klimov cc156ba812 Methods "callSnippet" and "callKeywords" added to "yii\sphinx\Command" 11 years ago
Paul Klimov f4a8be1f68 Sphinx MVA insert and update resolved. 11 years ago
Paul Klimov cbfa7e6129 "yii\sphinx\Command" and "yii\sphinx\QueryBuilder" extracted. 11 years ago
Paul Klimov 5a1b526ae8 "yii\sphinx\ColumnSchema' extracted. 11 years ago
Paul Klimov fe3f7f2dde "Sphinx" extension files layout recomposed. 11 years ago
Paul Klimov b9137dfef6 Sphinx command and query added. 11 years ago