Commit Graph

46 Commits

Author SHA1 Message Date
borales
6d19a150d4 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 20:59:38 +02:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Tom Ridge
840d19a3a3 Merge branch 'master' of github.com:yiisoft/yii into 848-add-pk-support-to-migrations
Conflicts:
	CHANGELOG
	framework/db/schema/CDbSchema.php
2012-11-09 13:57:58 +10:00
Tom Ridge
56ae99b57d Added addPrimaryKey and dropPrimaryKey commands to CDbMigration class in response to enh req #848 2012-11-09 13:46:13 +10:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
resurtm
628acb4854 Fixed indentation issues in CDbSchema and CMysqlSchema. 2012-06-28 18:02:33 +06:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
alexander.makarow
e661101e0f and one more approach to schema cache refresh 2011-12-27 20:28:26 +00:00
alexander.makarow
3d8563fddf another approach to schema cleanup after DB migration 2011-12-27 19:20:45 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
qiang.xue
10b835467c 2011-07-18 11:25:17 +00:00
qiang.xue
522cfd9bae (Fixes issue 2365) 2011-06-22 21:46:11 +00:00
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +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
22621c5d08 * Added support for query caching. 2011-02-11 03:48:01 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
978a406f71 (Fixes issue 1888) 2010-12-28 18:24:27 +00:00
qiang.xue
84ffbf3d45 (Fixes issue 1899) 2010-12-28 17:57:54 +00:00
qiang.xue
a72766c076 (Fixes issue 1931) 2010-12-28 13:37:19 +00:00
qiang.xue
836e11ed6f * Added support for adding/dropping foreign key constraints using query builder. 2010-12-02 17:23:27 +00:00
alexander.makarow
df1f20fb23 (Fixed issue 1824) Typo in db/schema/CDbSchema docs 2010-12-01 12:46:53 +00:00
qiang.xue
d2d2daa9e9 swap the parameter order of createIndex/dropIndex. 2010-11-30 02:38:24 +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
qiang.xue
11d648af7a (Fixes issue 1673) 2010-10-26 00:35:09 +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
417c4d2526 (Fixes issue 1039) 2010-06-24 20:15:55 +00:00
qiang.xue
d9236ceb66 2010-06-20 13:30:23 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
738a587453 (Fixes issue 720) 2010-01-07 13:31:06 +00:00
qiang.xue
7945be5f42 merge from 1.0 2009-10-18 21:13:52 +00:00
qiang.xue
b9164a5a3a merge from 1.0. 2009-08-07 23:43:11 +00:00
qiang.xue
7c9033cb1e * Added CDbSchema::resetSequence() and checkIntegrity() 2009-06-10 19:58:14 +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
ffe2b79d5f Changed CActiveRecord::save() to allow saving specific attributes 2008-11-28 02:52:33 +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
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