118 Commits (79679b9b6c019682b3ccd817cea371b1214695ba)

Author SHA1 Message Date
Carsten Brandt 488f98648a
added missing `@since` annotations 7 years ago
Alexander Makarov 10bab28423
Mentioned new data caching methods in the guide [skip ci] 7 years ago
SilverFire - Dmitry Naumenko 1bbd2e1993
Add ExpressionInterface to Query class 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
SilverFire - Dmitry Naumenko 5bd6ed5684
Fixed issues in accidental merge of unfinished #15398 7 years ago
胡倍玮 a036fac490 Extract cache from `yii\db\Command` to `yii\db\CacheableQueryTrait` and use it in `yii\db\Query` 7 years ago
SilverFire - Dmitry Naumenko b139e865b7
Fixed PHPDocs. Resolves discussion d16586334d (commitcomment-27343531) 7 years ago
Dmitry Naumenko d16586334d Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
wapmorgan 5afe0a0d36
Fixes #15047: `yii\db\Query::select()` and `yii\db\Query::addSelect()` now check for duplicate column names 7 years ago
Alexander Makarov b979b2aa88
Fixes #15355: Additional test and fix 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Alexander f8990ac97a Fixes #15353: Remove side effect of ActiveQuery::getTablesUsedInFrom() introduced in 2.0.13 7 years ago
SilverFire - Dmitry Naumenko 8f2cd050af
Fixed Query not to dig inside Expression 7 years ago
Alexander Makarov 7e8a4c8629
Minor adjustments 7 years ago
Alexander Makarov ba931fa21d
Fixes #15356: Fixed multiple bugs in `yii\db\Query::getTablesUsedInFrom()` 7 years ago
vladis 6c731d46d0
#15356: Initial version of `yii\db\Query::getTablesUsedInFrom()` fix and tests 7 years ago
Гордиенко Владислав Юрьевич dc019856b7 Fixes #15355: Fixed `yii\db\Query::from()` does not work with `yii\db\Expression` 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Carsten Brandt c9347b0a57 Fixed ambiguous column error on indexBy with JOIN 7 years ago
Carsten Brandt 173108b5b0 Move getTablesUsedInFrom() from ActiveQuery to Query 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt 53f380ca46 improved docs of Query::from() 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Alex-Code 7c6620a65f
Fixes #13846: Fixed `Query::count()` issue with `orderBy` 7 years ago
Sam Mousa 8326a593ce
Use `ArrayHelper::getValue()`. 8 years ago
Alex-Code 13de76714b
Refactored `yii\db\Query::queryScalar()` method 8 years ago
Pavel Chaplygin 25e6eb04a5 refs #11122: Fixed can not use `orderBy` with aggregate functions (#12772) 8 years ago
Brandon Kelly 350e93e626 Fixes #12612: Query conditions added with `yii\db\Query::andWhere()` now get appended to the existing conditions if they were already being joined with the `and` operator 8 years ago
Dmitry Naumenko 518be6b8ec Enhanced PHPDocs markup 8 years ago
Alexander Makarov 837b33767c
Fixes #11697: Added `filterHaving()`, `andFilterHaving()` and `orFilterHaving()` to `yii\db\Query` 8 years ago
Konstantin Tsukur e78a7fe20e
Initial work on #11697 8 years ago
Klimov Paul c17766181f Added `QueryInterface::emulateExecution()` 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Alexander Makarov 677b55475b Reverted accidental commit 8 years ago
Konstantin Tsukur 2ffa670885 add functions for filtering 8 years ago
Robert Korulczyk e7195da4b3 Fix `yii\db\Query::having` phpdoc [skip ci] 8 years ago
SilverFire - Dmitry Naumenko 95152f3c2c Fixed consistency of `indexBy` handling for `yii\db\Query::column()` 8 years ago
Nate Sanden d33227ab85 typo fix (#12217) [skip ci] 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 8 years ago
Carsten Brandt e4dc2026bc note about JOIN syntax 8 years ago
Evgeniy Tkachenko dbb54f986c Updated phpDoc of scalar 8 years ago
Carsten Brandt 4411a74ebd proper fix for #9425, adjust changes from #11363 9 years ago
Lennart van den Dool f8a844a90f Query helper method for filter values containing operators 9 years ago
PowerGamer1 73eb62a3cd DBMS specific workarounds for unsupported SQL92 form of `SELECT EXISTS()` (#11369) 9 years ago
PowerGamer1 806eb57990 Fixes #9425: ActiveQuery::exists() should generate SELECT EXISTS() (#11363) 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
Carsten Brandt ce35739469 joinWith implementation cleanup 9 years ago
Carsten Brandt 3f8df39f45 more tests for joinWith alias 9 years ago