36 Commits (5f821feff7f2baa078fdf82f364d5def69f38c50)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 685f16e8ef 📖 Updated guide pages - wrap true, false, null 8 years ago
Roman Grinyov 116223f23c Wrap WHERE by the code (`...`) 8 years ago
Dmitriy Makarov db505203eb Fix typo [skip ci] (#12239) 8 years ago
Carsten Brandt 69af09f2a4 added a note about the scope of indexBy() 9 years ago
Alexander Makarov 9e7d5041cc Fixes #2022: Added info about `yii\db\Query::andFilterCompare()` to guide 9 years ago
Carsten Brandt b9087460bb Fixed wrong SQL in the querybuilder docs 9 years ago
Carsten Brandt b9d8344d84 updated db guide 9 years ago
Carsten Brandt 153f45bfdb added notes about parameter binding to the guide and classes 9 years ago
Carsten Brandt a204b491ae some guide fixes that prevent compiling 9 years ago
Carsten Brandt 787dafbf73 revise DB documentation 9 years ago
sprynt 1332cdad99 Update db-query-builder.md 9 years ago
Nikola Kovacs f11bdfa2a7 Grammar fix: followings -> following 10 years ago
Carsten Brandt 739cde461a added some references to the guide 10 years ago
votintsev c630b100ff Update db-query-builder.md 10 years ago
imagoconsulting d16c7cab71 Update db-query-builder.md 10 years ago
Qiang Xue df90266275 AR guide WIP [skip ci] 10 years ago
Qiang Xue 07e49e58ab Finished query builder guide [skip ci] 10 years ago
Qiang Xue e2d913121a doc WIP [skip ci] 10 years ago
Qiang Xue eac3771af5 doc WIP [skip ci] 10 years ago
Qiang Xue 0da0388efc doc WIP. [skip ci] 10 years ago
Alexander Makarov cd1e9f4a99 Added example for IS NOT NULL to query builder guide 10 years ago
Nobuo Kihara bb78fca0c1 docs/guide/db-query-builder.md - small fix [ci skip] 10 years ago
Christopher Vrooman 732462a6f9 Update db-query-builder.md 10 years ago
Nikola Basic dd0caa3fdd Fixed broken link [skip ci] 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Carsten Brandt 0df9a82a7f updated documentation and tests 10 years ago
Qiang Xue 55e9afeac0 Fixes #4606: doc fix. [skip ci] 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
resurtm 8f31e54d02 Remove unnecessary Markdown code characters. 10 years ago
Alexander Makarov c1cf48cf5b Fixes #2315: Any operator now could be used with `yii\db\Query::->where()` operand format 10 years ago
Alexander Makarov 148d19fddf Fixes #3450: added note about the fact that $q parameter is mandatory for aggregare query methods 10 years ago
Qiang Xue ef71a97e57 renamed chapter to section [skip ci] 11 years ago
Qiang Xue 5b8cf206b9 guide wip [skip ci] 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Qiang Xue fdefbc71c0 Reorganized guide. 11 years ago
maks feltrin 423dbc756b typo 11 years ago
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
Qiang Xue 2efb5aaf31 added filterWhere guide. 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Qiang Xue eaaf5f02a3 replaced tabs with spaces in docs. 11 years ago
AlexGx c2ea7670f4 fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 11 years ago
Qiang Xue 9a068f50f4 Refactored batch query. 11 years ago
Qiang Xue 3a930bd675 Finished batch query feature. 11 years ago
Qiang Xue 1571c72251 Fixes #2409: Added support for fetching data from database in batches 11 years ago
Qiang Xue f59598bb8b Added support for building SQLs with sub-queries 11 years ago
Qiang Xue d8f725bdf1 doc improvement 11 years ago
Carsten Brandt 8bf9184729 edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
Alexander Makarov 5820cce72f Fixed typo 11 years ago
Qiang Xue febce76397 fixed build break and fixed doc about exists/not exists. 11 years ago
Carsten Brandt a70808f8fb fixed typo 11 years ago