89 Commits (35f7c61f776a5dd53dd5c77114df9391e121f386)

Author SHA1 Message Date
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
Klimov Paul b8081b59b3 Fixed `yii\db\Query::count()` fails for query containing 'having' without 'group by' 10 years ago
Qiang Xue aead65f2d2 Fixes #7515: Added support to use `indexBy()` together with `column()` in query builder 10 years ago
Carsten Brandt 4267b53d43 added doc about count() return value 10 years ago
Paul Klimov 5ad6ba5c9e Fix from e719ff5 moved to `yii\sphinx\Query` 10 years ago
Paul Klimov e719ff5854 `yii\db\Query::queryScalar()` fixed to use `static` when creating subquery 10 years ago
Qiang Xue 2544e86d2c Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents 10 years ago
Serge Postrash 5acf17e658 Fixed phpdoc for yii\db\Query [skip ci] 10 years ago
Carsten Brandt 9df21d46f3 reverted addition of $where property 10 years ago
Carsten Brandt 222f9ddfad added missing documentation about the NOT operator in Query 10 years ago
Qiang Xue b9c97ff2aa Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated 10 years ago
Qiang Xue 09b00c5cd0 Reverted #4098. 10 years ago
Qiang Xue 9fd36afd5a typo fix 10 years ago
Qiang Xue dfadb6a917 Fixes #4098: `yii\db\Query::addSelect()` should include `*` when it is called the first time 10 years ago