33 Commits

Author SHA1 Message Date
69af09f2a4 added a note about the scope of indexBy()
close #11446
2016-05-01 15:06:57 +02:00
9e7d5041cc Fixes #2022: Added info about yii\db\Query::andFilterCompare() to guide 2016-05-01 00:51:19 +03:00
b9087460bb Fixed wrong SQL in the querybuilder docs 2016-01-28 21:12:29 +01:00
b9d8344d84 updated db guide
string format in where() is not only for simple cases but also for the complex ones that need raw SQL.
2016-01-14 19:30:09 +01:00
153f45bfdb added notes about parameter binding to the guide and classes
fixes #10462
2015-12-26 02:41:15 +01:00
a204b491ae some guide fixes that prevent compiling 2015-12-13 05:25:09 +01:00
787dafbf73 revise DB documentation 2015-11-30 13:51:24 +01:00
1332cdad99 Update db-query-builder.md
Minor grammatical corrections
2015-05-24 15:37:57 +01:00
f11bdfa2a7 Grammar fix: followings -> following 2015-04-21 15:08:16 +02:00
739cde461a added some references to the guide 2015-04-19 19:35:02 +02:00
c630b100ff Update db-query-builder.md
remove extra square bracket
2015-04-08 17:33:52 +03:00
d16c7cab71 Update db-query-builder.md
remove extra square bracket
2015-03-20 17:38:54 -04:00
df90266275 AR guide WIP [skip ci] 2015-03-07 22:59:26 -05:00
07e49e58ab Finished query builder guide [skip ci] 2015-03-06 23:31:54 -05:00
e2d913121a doc WIP [skip ci] 2015-03-05 22:39:42 -05:00
eac3771af5 doc WIP [skip ci] 2015-03-04 23:05:12 -05:00
0da0388efc doc WIP. [skip ci] 2015-03-03 23:49:58 -05:00
360d5a4e53 Merge pull request #6166 from cdvrooman/patch-23
[skip ci] Update db-query-builder.md
2015-01-20 21:52:56 +03:00
cd1e9f4a99 Added example for IS NOT NULL to query builder guide 2015-01-20 21:52:34 +03:00
bb78fca0c1 docs/guide/db-query-builder.md - small fix [ci skip] 2014-12-04 22:25:16 +09:00
732462a6f9 Update db-query-builder.md
Minor syntax changes.
I don't know Yii well enough, but I would suggest adding two additional examples: IS NOT NULL and LIKE 'foo%'
2014-11-21 17:50:42 -03:00
dd0caa3fdd Fixed broken link [skip ci] 2014-11-05 17:41:07 +01:00
5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 2014-10-19 10:58:49 -04:00
0df9a82a7f updated documentation and tests
fixes #5331
2014-10-03 15:25:55 +02:00
55e9afeac0 Fixes #4606: doc fix. [skip ci] 2014-08-05 13:01:06 -04:00
b656137541 Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension 2014-08-01 21:11:24 +04:00
8f31e54d02 Remove unnecessary Markdown code characters. 2014-08-01 17:37:24 +06:00
c1cf48cf5b Fixes #2315: Any operator now could be used with yii\db\Query::->where() operand format 2014-08-01 11:37:05 +04:00
148d19fddf Fixes #3450: added note about the fact that $q parameter is mandatory for aggregare query methods 2014-05-27 19:35:01 +04:00
ef71a97e57 renamed chapter to section [skip ci] 2014-05-05 15:11:50 -04:00
5b8cf206b9 guide wip [skip ci] 2014-04-29 13:18:50 -04:00
5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder
fixes #3252

also improved unit tests for querybuilder buildLikeCondition
2014-04-29 12:04:10 +02:00
fdefbc71c0 Reorganized guide. 2014-04-28 14:26:52 -04:00