96f61b75f8
Fix #19902 : Remove support for CUBRID
2023-07-18 17:00:54 +03:00
7c26670f4d
Fixed several typos and grammar errors ( #19639 )
2022-10-22 15:35:53 +02:00
161526cd41
HTTPS everywhere ( #19503 )
2022-08-03 12:32:18 +03:00
490181fe6b
update wikipedia link ( #19464 )
2022-07-17 12:42:37 +02:00
9bcc8c8e83
update links (en) ( #19222 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2022-02-12 17:43:48 +01:00
bb24645fe8
Docs: Update interface link ( #18931 )
2021-10-04 00:06:00 +03:00
435b6dc732
update prepared statements link ( #18911 )
2021-09-29 08:48:15 +02:00
51db399769
update PHP manual link ( #18905 )
2021-09-26 11:31:57 +02:00
cf0966cc8f
Update oracle link ( #18896 )
2021-09-22 01:08:45 +03:00
0f8d5c3852
update PDO link ( #18889 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2021-09-18 09:31:26 +02:00
1d514e2ded
Revert "Fix anchors in docs ( #18344 )"
...
This reverts commit 0f4b147352f2524f2a1530d419d13a8c8acd5069.
2020-11-05 14:14:35 +03:00
0f4b147352
Fix anchors in docs ( #18344 )
2020-11-01 17:51:16 +03:00
385fe13d66
Revert #18102 since renaming is technically problematic ( #18109 )
2020-06-17 13:40:17 +03:00
472600ee3f
Fix #18102 : Use “primary”/“replica” terminology instead of “master”/“slave”
2020-06-14 00:12:10 +03:00
559206bc78
Fix #17635 : Fix varbinary data handling for MSSQL
2020-01-16 19:19:34 +03:00
bde939dee3
Remove Yii 2.1 reference from DAO docs ( #17582 ) [skip ci]
2019-10-01 13:26:20 +03:00
bdb7c64910
Update to https protocol for php.net links ( #17168 ) [skip ci]
...
* Updated php.net link for some MemCache properties [skip ci]
* Changed protocol to https for links to php.net in comments
* Changed protocol to https for links to php.net in code
* Changed www.php.net (http) to secure.php.net (https) in comments
* Changed www.php.net (http) to secure.php.net (https) in code
* Changed protocol to https for links to php.net in UPGRADE.md
* Changed protocol to https for links to pecl.php.net in comments
* Changed us.php.net to secure.php.net (https) in comments
* Changed protocol to https for links to php.net in docs
* Changed www.php.net (http) to secure.php.net (https) in docs
* Changed protocol to https for links to pecl.php.net in docs
* Changed ru/jp.php.net to secure.php.net (https) in docs
Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
c3c982068d
guide/db revised [ci skip] ( #16159 )
...
* guide/db-dao.md revised for 2.1 [ci skip]
* guide/db-query-builder.md source line length fix [ci skip]
* guide/db-active-record.md small fix [ci skip]
2018-04-25 09:49:23 +02:00
6c31645bf2
Added upsert() to the guide [skip ci]
2018-02-17 01:07:03 +03:00
a3501ed831
guide: note about param binding on strings, not arrays
...
issue #14218
2017-06-07 12:26:27 +02:00
30b7fc8dc1
Fixes #13577 : yii\db\QueryBuilder::truncateTable
should work consistent over all databases
2017-02-20 23:38:50 +03:00
39d3316e65
Rereferenced OCI PDO emulation from docs [skip ci]
2017-02-15 11:58:45 +03:00
cb52c42cf5
more details about PHP 5 and 7 compatibility regarding Throwable
2016-12-17 00:43:48 +01:00
a3b6dfbb7b
Catch \Throwable
in critical places
...
Added catch `\Throwable` to be compatible with PHP7.
Added it in cases where object state needs to be kept consistent.
Mainly on transactions but also some other places where some values are
reset before exiting.
Most of them could probably be refactored by using `finally` in 2.1, as
that requires PHP 5.5.
fixes #12619
2016-12-16 02:20:02 +01:00
cc06d85260
Fixes #10975 : added note about PHP 7 + oci_pdo to the guide
2016-09-24 09:52:33 +03:00
685f16e8ef
📖 Updated guide pages - wrap true, false, null
2016-09-20 10:49:15 +03:00
157d6c79cc
fixes #4972 by adding and alias()
to ActiveQuery
...
allows defining an alias without knowing the model table name.
2016-02-12 12:34:16 +01:00
787dafbf73
revise DB documentation
2015-11-30 13:51:24 +01:00
95f251edd1
Fixes #10084 : Improved DB docs
2015-11-04 12:08:18 +03:00
620ec4d132
added missing namespace on Exception in transaction docs
...
fixes #9429
2015-08-16 14:13:51 +02:00
a1066c579f
added example for running initial db queries
...
fixes #8017
2015-04-24 10:44:18 +02:00
813f5c16eb
Update db-dao.md
...
Removed table prefix sign, description of which is done in the next paragraph only.
2015-02-06 10:47:49 +07:00
36bebbfefb
use id instead of name for anchor references in the guide
...
fixes #7013
2015-01-25 22:13:16 +01:00
7f670aafe9
Additional typo fixed for Database Access Objects guide
2015-01-22 16:34:19 +03:00
4002512dd1
Minor Database Access Objects guide fixes
2015-01-22 12:46:54 +03:00
a77650ba76
Update db-dao.md
...
There is no queryRow! There must be queryOne in Yii2
am i right?!
2015-01-21 16:01:16 +02:00
074f9ac0ef
Finished dao guide chapter [skip ci]
2015-01-18 23:36:39 -05:00
996856c04c
Security best practices guide
2014-12-14 18:34:20 +03:00
107a5208f5
Fixes #6372 . [skip ci]
2014-12-09 16:23:04 -05:00
7f7581c843
Update db-dao.md
...
Minor syntax changes.
2014-11-21 17:29:21 -03:00
c3cebf5af3
doc WIP [skip ci]
2014-10-27 13:17:03 -04:00
9db261f356
guess the note blockquote will be live
2014-10-12 22:16:25 -04:00
88a3fcaa8a
Merge branch 'master' of https://github.com/yiisoft/yii2
2014-10-12 19:35:14 -04:00
03fc27c822
edit up to 'performing transactions'
2014-10-12 19:35:09 -04:00
044eabc701
edit 'prepared statements'
2014-10-12 19:28:18 -04:00
833a4b9430
edit 'quoting table...'
2014-10-12 19:11:08 -04:00
8a6acd13ae
edit 'executing basic queries'
2014-10-12 13:30:41 -04:00
77693fa5b5
edit intro and configuration
2014-10-12 13:23:40 -04:00
a375a62070
bump minimum required cubrid version
...
there is no reliable way to determine the cubrid PDO extension version used
and also no reliable way to detect which combination of server and client produces wrong behavior.
By requiering 9.3 or higher in both client and server we can be sure it works.
fixes #852
2014-10-12 04:06:13 +02:00
dfd68954a5
finished guide on formatting
2014-10-06 20:48:44 +02:00