82 Commits (9807b2e1a1ac1c671c860ab448eab8bf9154b2bf)

Author SHA1 Message Date
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
Carsten Brandt 2f4a09ef53 phpdoc 10 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
Alex-Code cee5fa5dd3 New addSelect method 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Carsten Brandt e9e59483f4 removed unnecessary code duplication 11 years ago