e6f5c46cdc
Fixes #15633 : Deprecate some things going away/changing in 2.1
...
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
d16586334d
Fixes #7640 : Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL
2018-02-05 04:59:14 +07:00
b5e0903435
Added not
to operator format in docs [skip ci]
2017-10-19 18:27:37 +03:00
7d209b4143
Adjusted text,add some adivse [skip ci]
2017-05-31 11:20:18 +08:00
ed0c755f7c
Adjusted text [skip ci]
2017-05-30 17:49:18 +03:00
57a448d0f8
Adjusted text [skip ci]
2017-05-28 15:53:45 +03:00
f7e3d980ea
Adjusted text [skip ci]
2017-05-28 15:52:31 +03:00
f98e260493
Adjusted text [skip ci]
2017-05-28 15:51:31 +03:00
974a1eeb48
Adjusted text [skip ci]
2017-05-28 15:48:27 +03:00
c1e6e6da62
Adjusted typo text [skip ci]
2017-05-26 17:33:07 +08:00
2711eb5722
MySql -> MySQL typo
2017-05-26 17:20:56 +08:00
d0a5372170
Adjusted text [skip ci]
2017-05-26 12:17:33 +03:00
6a9a255d06
typo
2017-05-26 17:13:52 +08:00
d82b4fa03b
add doc for issue #8420
...
#8420
2017-05-26 16:58:19 +08:00
837b33767c
Fixes #11697 : Added filterHaving()
, andFilterHaving()
and orFilterHaving()
to yii\db\Query
...
Signed-off-by: Alexander Makarov <sam@rmcreative.ru>
2016-12-14 23:58:04 +03:00
eb6ea11931
Fix docs about table prefixes ( #13127 )
...
* fixes #8354 to improve docs on table prefixes
* accents
* patched silverfires comments
* Update db-active-record.md
improved wording and added link about quoting.
* fix link to DAO guide
2016-12-05 13:57:07 +01:00
685f16e8ef
📖 Updated guide pages - wrap true, false, null
2016-09-20 10:49:15 +03:00
116223f23c
Wrap WHERE by the code (...
)
2016-08-25 03:37:29 +03:00
db505203eb
Fix typo [skip ci] ( #12239 )
2016-08-21 13:04:08 +03:00
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