190 Commits (b750cf662dec887cca9fa69e1fa6134d73c67313)

Author SHA1 Message Date
Qiang Xue b750cf662d prepare for the next release. 10 years ago
Qiang Xue d7462656f7 2.0.2 release 10 years ago
Paul Klimov 5ad6ba5c9e Fix from e719ff5 moved to `yii\sphinx\Query` 10 years ago
Qiang Xue 7881bba26c prepare for next release. 10 years ago
Qiang Xue 84b42abad0 prepare for 2.0.1 release 10 years ago
Carsten Brandt d44c23bb00 ported fix for #6164 to sphinx 10 years ago
Klimov Paul 001d5b1603 Fixed `yii\sphinx\QueryBuilder` does not support comparison operators (>,<,>= etc) in where specification 10 years ago
Alexander Mohorev 64b4d6dca1 Correct order of property declaration 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Carsten Brandt 292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions 10 years ago
Alexander Makarov 5a99797f86 Removed unused aliases 10 years ago
Qiang Xue 47f2272652 prepare for next release. 10 years ago
Qiang Xue ae8d978270 2.0.0 release. 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Klimov Paul d0bf6e3a98 'sphinx' docs adjusted 10 years ago
Klimov Paul b952059664 Issue #5211 added to CHANGELOG 10 years ago
Klimov Paul eb1b557827 `yii\sphinx\Query` updated to be more consistent with `yii\db\Query` 10 years ago
Alexander Makarov cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
Qiang Xue 5205eabe3e prepare for next release. 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Qiang Xue 15b60174b4 fixes for sphinx. 10 years ago
Carsten Brandt 1e5c48957d composer.json tabs -> spaces 10 years ago
Carsten Brandt e40fd9d623 added branch alias to composer.json 10 years ago
Alexander Makarov 66aab86b9d Fixed array syntax 10 years ago
Qiang Xue 212c5ee3ef Fixes #4254: `SqlDataProvider` does not work with Oracle and SQL Server 10 years ago
Klimov Paul 5b0d6f885c `yii\sphinx\ActiveQuery` fixed to be resuable with 'match' condition. 10 years ago
Klimov Paul 10edf5c929 `yii\sphinx\ActiveQuery` fixed to be resuable. 10 years ago
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
Alexander Makarov 2a8ca600c5 Simplified parameter check for buildSimpleCondition() 10 years ago
Alexander Makarov b656137541 Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 10 years ago
Carsten Brandt 7736853837 property code style extensions 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Klimov Paul 98a86ce73b Sphinx distributed indexes support provided 10 years ago
Qiang Xue 6e6005b148 Refactored code. 10 years ago
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 10 years ago
Qiang Xue fe2611186e Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
Qiang Xue 478380fb10 Fixed test brak. 10 years ago
Qiang Xue 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue d2cb245dc3 Finished sphinx support 10 years ago
Carsten Brandt 1085f1bd9b cleanup after #4092 10 years ago
Vladimir Zbrailov f9febd0087 unify changedAttributes of afterSave in extensions 10 years ago
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Carsten Brandt 2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave() 10 years ago
Klimov Paul 8871751172 Issue #4018 added to Sphinx CHANGELOG 10 years ago