102 Commits (7e90962029b3e213a37e9d39456afd9b33ed86c3)

Author SHA1 Message Date
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
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
Carsten Brandt e43c41c9ea db layer phpdoc fixes 9 years ago
Carsten Brandt 5a462dc5d2 added tests and documentation for #8824 9 years ago
Carsten Brandt 468886a77b small refactoring for #9452 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Carsten Brandt 7c7ed48c4c cleanup docs and duplicate code in query 9 years ago
Carsten Brandt decd45201c allow passing a single Expression object to select() and addSelect() 9 years ago
Carsten Brandt 4e7adc13ea adjusted docs about Query::from() and subqueries 9 years ago
Aleksandr Golovko a2f70f6484 Update Query doc return type 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Carsten Brandt 1cfc40d6e5 link to the guide on quoting from query phpdoc 10 years ago
Carsten Brandt f99f333218 added note to docs about #8085 10 years ago