octicon-git-branch(16/) Commit Graph

31 Commits

Author SHA1 Message Date
Carsten Brandt
a1066c579f added example for running initial db queries
fixes #8017
2015-04-24 10:44:18 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Iuzhana Kravchenko
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
7f670aafe9 Additional typo fixed for Database Access Objects guide 2015-01-22 16:34:19 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
4002512dd1 Minor Database Access Objects guide fixes 2015-01-22 12:46:54 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
alexbs
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 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
074f9ac0ef Finished dao guide chapter [skip ci] 2015-01-18 23:36:39 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
996856c04c Security best practices guide 2014-12-14 18:34:20 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
107a5208f5 Fixes #6372. [skip ci] 2014-12-09 16:23:04 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Christopher Vrooman
7f7581c843 Update db-dao.md
Minor syntax changes.
2014-11-21 17:29:21 -03:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
c3cebf5af3 doc WIP [skip ci] 2014-10-27 13:17:03 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
9db261f356 guess the note blockquote will be live 2014-10-12 22:16:25 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
88a3fcaa8a Merge branch 'master' of https://github.com/yiisoft/yii2 2014-10-12 19:35:14 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
03fc27c822 edit up to 'performing transactions' 2014-10-12 19:35:09 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
044eabc701 edit 'prepared statements' 2014-10-12 19:28:18 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
833a4b9430 edit 'quoting table...' 2014-10-12 19:11:08 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
8a6acd13ae edit 'executing basic queries' 2014-10-12 13:30:41 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Larry Ullman
77693fa5b5 edit intro and configuration 2014-10-12 13:23:40 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
dfd68954a5 finished guide on formatting 2014-10-06 20:48:44 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manop Kongoon
9c4570ec17 Update db-dao.md
close #5350
2014-10-04 12:50:03 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
212c5ee3ef Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server 2014-09-03 14:42:09 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
65987f62ae test WIP 2014-07-12 10:38:51 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
c64ffdb2f9 Finished documentation about read-write splitting. 2014-07-12 01:04:11 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
cc8a8360cb added unit test and notes about dbms specific settings 2014-06-24 03:11:34 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
e9996007c9 added guide about transaction isolation levels 2014-06-24 01:50:00 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ef71a97e57 renamed chapter to section [skip ci] 2014-05-05 15:11:50 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
3ac7240a74 Fixes #2344 2014-05-05 02:54:46 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
5b8cf206b9 guide wip [skip ci] 2014-04-29 13:18:50 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
fdefbc71c0 Reorganized guide. 2014-04-28 14:26:52 -04:00 octicon-file-diff(16/) octicon-file-code(16/)