70 Commits (0cfaa17b9eca14796389e8a89197213eaa4b251b)

Author SHA1 Message Date
Klimov Paul 98a86ce73b Sphinx distributed indexes support provided 10 years ago
Klimov Paul 1a07485e27 Added support for relation by array attributes 10 years ago
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Klimov Paul 3c5b98f7fe Unit test for issue #4018 added 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 804aded508 `yii\sphinx\Connection::escapeMatchValue()` fixed 10 years ago
Klimov Paul 62fdaeec6a Extra quote escaping at `yii\sphinx\Connection::escapeMatchValue()` fixed 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
Alexander Makarov 905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt 03e208e59d removed wrong test 11 years ago
Carsten Brandt c572c23c2f adjusted tests 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 11 years ago
Alexander Makarov 19327ebd14 Added tests for Query::filter() 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Paul Klimov db6d0a57f9 Unit test for yii\sphinx\Query::count() added. 11 years ago
Paul Klimov 1e58570741 Unit test sphinx\ActiveRecordTest fixed 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Qiang Xue ab47d58c69 path fixes. 11 years ago
Qiang Xue 42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner. 11 years ago
Paul Klimov b62b4eae2b Sphinx Active Relation lazy load fixed. 11 years ago
Qiang Xue 0310935e48 fixed test breaks. 11 years ago
Paul Klimov 3db7a07534 Method "yii\sphinx\ActiveRecord::find()" removed in favour of "BaseActiveRecord::find()". 11 years ago
Paul Klimov 750c6275c0 Sphinx test AR classes moved to 'data/ar/sphinx'. 11 years ago
Paul Klimov 3dbb3d40dd Sphinx unit tests fixed. 11 years ago
Paul Klimov 400b5310ca Docs for Sphinx extension updated. 11 years ago
Paul Klimov c1b5946d40 yii\sphinx\Command reworked to extend yii\db\Command. 11 years ago
Paul Klimov 765d47d00d Sphinx Active Record updated to be compatible with ActiveDataProvider. 11 years ago
Paul Klimov e19c9cebc6 Sphinx has many relation test prepared. 11 years ago
Paul Klimov 6a5b8d1904 Sphinx Query refactored. 11 years ago
Paul Klimov 6bfc888c8f Sphinx Active Relation created 11 years ago
Paul Klimov bd79e1c1be Sphinx Active Record saving via 'replace' converted into fallback 11 years ago
Paul Klimov 102f386873 Index schema type support added to Sphinx 11 years ago
Klimov Paul e1065ef1fc "snippetByModel" option added to Sphinx Active Query. 11 years ago
Klimov Paul 386b58b2a1 Snippet call options added to Sphinx Query. 11 years ago
Klimov Paul d6ddfd7bb3 Methods "callSnippets()" and "callKeywords()" added to Sphinx Active Record 11 years ago
Klimov Paul 62968971b6 Sphinx unit test "ActiveRelationTest" created. 11 years ago
Paul Klimov 37862b6ee2 Unsupported "update counters" feature removed from Sphinx Active Record. 11 years ago
Klimov Paul d6c388299d Sphinx ActiveRecord added as blank. 11 years ago