Commit Graph

13 Commits

Author SHA1 Message Date
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
Carsten Brandt
dfd68954a5 finished guide on formatting 2014-10-06 20:48:44 +02:00
Manop Kongoon
9c4570ec17 Update db-dao.md
close #5350
2014-10-04 12:50:03 +02:00
Qiang Xue
212c5ee3ef Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server 2014-09-03 14:42:09 -04:00
Qiang Xue
65987f62ae test WIP 2014-07-12 10:38:51 -04:00
Qiang Xue
c64ffdb2f9 Finished documentation about read-write splitting. 2014-07-12 01:04:11 -04:00
Carsten Brandt
cc8a8360cb added unit test and notes about dbms specific settings 2014-06-24 03:11:34 +02:00
Carsten Brandt
e9996007c9 added guide about transaction isolation levels 2014-06-24 01:50:00 +02:00
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
Qiang Xue
ef71a97e57 renamed chapter to section [skip ci] 2014-05-05 15:11:50 -04:00
Alexander Makarov
3ac7240a74 Fixes #2344 2014-05-05 02:54:46 +04:00
Qiang Xue
5b8cf206b9 guide wip [skip ci] 2014-04-29 13:18:50 -04:00
Qiang Xue
fdefbc71c0 Reorganized guide. 2014-04-28 14:26:52 -04:00