Commit Graph

35 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
Alexander Makarov
06e846be18 Merge branch 'fix-dropPrimaryKey-column-reference' of git://github.com/paystey/yii into paystey-fix-dropPrimaryKey-column-reference
Conflicts:
	framework/db/CDbMigration.php
2013-01-26 22:28:25 +01:00
Alexander Makarov
9bceff8643 Merge pull request #1983 from samsonasik/update/copyright
update copyright year
2013-01-17 02:09:32 -08:00
leha@papulovskiy.ru
41cdba7ba1 Fixes #1984 undeclared variable usage in CDbMigration 2013-01-15 16:43:38 +04: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
Paystey
6523f4cfd3 Slight wording change 2013-01-10 14:21:51 +00:00
Paystey
edceceb61d Remove reference to undefined variable 2013-01-10 14:14:14 +00:00
Carsten Brandt
bdfe8acdfe fixed whitespace issues introduced with #851 2012-11-09 19:14:19 +01: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 Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
CeBe
928ec818ce fixed typo rollBack -> rollback
used case setting of methods implementation in CDbTransaction as
reference.
2012-07-16 04:59:40 +02: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
12d0472aa3 2011-12-26 23:26:31 +00:00
alexander.makarow
65674df196 added @since 2011-12-26 23:15:32 +00:00
alexander.makarow
06e8677f39 (Fixes issue 3024) DB schema cache is now refreshed after applying migration 2011-12-26 23:11:09 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
alexander.makarow
b7c4c635bc (Fixes issue 2330) Fixed links to where at CDbMigration docs 2011-05-13 00:06:44 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
49e2e674a7 (Fixes issue 2172) 2011-03-07 04:43:49 +00:00
qiang.xue
6e353740a4 * Added transaction support for the DB migration feature. 2011-03-04 17:16:49 +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
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
mdomba
abe690ad9c missing dot 2010-12-28 09:48:00 +00:00
mdomba
2838d3241b added missing variablename to @param 2010-12-20 13:19:18 +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
4681af6b2b * (Fixes 1191) Implemented the database migration feature 2010-11-30 03:12:29 +00:00