Carsten Brandt
266df50702
better fix for issues #124
...
changed position of JOIN in UPDATE by overwriting applyJoin()
2012-08-28 21:27:26 +02:00
Carsten Brandt
d77234b1e7
Merge branch 'master' of https://github.com/yiisoft/yii into issue-124
...
* 'master' of https://github.com/yiisoft/yii : (651 commits)
Updated guide Gii Model Generator page screenshot.
adjusted CHANGELOG
Requirements checking slightly improved.
Enhanced CHANGELOG description
Requirements checker: added support of the Oracle database (pdo_oci extension)
MSSQL driver types refinements.
Requirements checker: added support of the MSSQL (pdo_dblib and pdo_sqlsrv extensions).
Language fixes.
Preparations for merging fixes of the #556 into 1.1.13 codebase.
[docs][blog] 'yiic' to 'Gii'
ajaxUpdate is never false in jquery.yiilistview.js
Added /docs/guide/fr/caching.overview.twt
Added /docs/guide/fr/basics.controller.txt
Added /docs/guide/fr/basics.mvc.txt
Update framework/web/filters/CHttpCacheFilter.php
Update docs/guide/fr/toc.txt
[NL] Dutch messages translation updated
added history.js license
prepare for next release.
prepare for 1.1.12 release.
...
Conflicts:
CHANGELOG
2012-08-28 21:21:27 +02:00
resurtm
9199e92f79
Enh #556 : Added CDbColumnSchema::$comment which stores comment for the table column, comment retrieving is working for MySQL and PgSQL.
2012-08-03 20:31:55 +06:00
resurtm
628acb4854
Fixed indentation issues in CDbSchema and CMysqlSchema.
2012-06-28 18:02:33 +06:00
Carsten Brandt
f37a3dac2e
added @since annotation
2012-03-19 17:25:44 +01:00
DaSourcerer
4ac67ea223
Add CMysqlCommandBuilder to handle joins on update
...
Fixes issue #124
CDbCommandBuilder produced faulty mysql update queries
when joins are involved. JOIN has to come before SET in mysql.
2012-03-19 16:46:59 +01:00
mdomba
a7ef3d5d02
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00
qiang.xue
28c370f530
(Fixes issue 2493)
2011-06-23 14:53:50 +00:00
qiang.xue
e1ee5197c3
(Fixes issue 1770)
2011-03-19 01:26:47 +00:00
alexander.makarow
2ab981b454
reverted method chaining support
2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620
Chained calls are now possible for most framework class setters and methods not returning a value
2011-02-23 20:20:28 +00:00
qiang.xue
c2e37f3f9d
typo fix.
2011-02-03 18:33:38 +00:00
qiang.xue
4be0af6917
changed copyright year.
2011-01-01 19:31:13 +00:00
qiang.xue
836e11ed6f
* Added support for adding/dropping foreign key constraints using query builder.
2010-12-02 17:23:27 +00:00
qiang.xue
3d984fbc25
* Added query builder methods for building database schema manipulation queries.
2010-11-28 02:49:35 +00:00
qiang.xue
3325e62dd5
CDbConnection::quoteColumnName and quoteTableName will properly quote table prefix and schema prefix.
2010-11-27 02:34:04 +00:00
mdomba
72b974560b
Updated PHPDoc @param parameter names
2010-09-23 13:28:52 +00:00
mdomba
ef2ca77957
added PHPDoc param where needed
2010-09-23 12:34:33 +00:00
qiang.xue
bf293ca5b1
2010-07-14 21:47:16 +00:00
qiang.xue
eb54ba7407
modified copyright info.
2010-01-07 21:02:00 +00:00
qiang.xue
bc4546ac35
Ensure calling resetSequence() doesn't fail when sequence does not exist.
2009-06-11 19:51:58 +00:00
qiang.xue
7c9033cb1e
* Added CDbSchema::resetSequence() and checkIntegrity()
2009-06-10 19:58:14 +00:00
qiang.xue
876428500e
merge from 1.0
2009-02-08 20:24:39 +00:00
qiang.xue
7c16ad79a3
merge from 1.0
2009-01-09 22:07:29 +00:00
qiang.xue
20bf28469f
merge from 1.0.
2008-12-30 23:14:31 +00:00
qiang.xue
f2bf0db22b
Fixed a bug when MySQL tables are using mixed-case letters in their names, relational active record fails to work as expected.
2008-11-26 18:50:43 +00:00
qiang.xue
d5356146f7
Fixed a bug in determining FK relations in MySQL
2008-11-04 12:27:47 +00:00
qiang.xue
55bdd955a5
removed carriage returns from files.
2008-10-13 21:26:19 +00:00
qiang.xue
662798d8a5
2008-09-28 12:03:53 +00:00