Commit Graph

175 Commits

Author SHA1 Message Date
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
5021da7a62 (Fixes issue 2197) 2011-03-13 13:04:10 +00:00
qiang.xue
03d09cdf6a (Fixes issue 2107) 2011-03-12 14:06: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
alexander.makarow
486acc4f5c (Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging 2011-02-19 00:11:00 +00:00
alexander.makarow
b7789909dd (Fixes issue 1080) Correct recursive merging for CDbCriteria::with 2011-02-15 11:23:50 +00:00
alexander.makarow
5fe8ca334a (Fixes issue 2099) Fixed CDbCriteria::mergeWith error 2011-02-14 20:40:45 +00:00
qiang.xue
22621c5d08 * Added support for query caching. 2011-02-11 03:48:01 +00:00
qiang.xue
c2e37f3f9d typo fix. 2011-02-03 18:33:38 +00:00
alexander.makarow
34e9a848cd 2011-01-13 21:52:16 +00:00
alexander.makarow
fdda26ddfa (Fixes issue 1875) Added support for CLDR-based plural forms format to Yii::t 2011-01-13 01:29:55 +00:00
qiang.xue
bff9591cd0 2011-01-06 17:41:53 +00:00
qiang.xue
793415ac14 (Fixes issue 997) 2011-01-06 16:36:15 +00:00
qiang.xue
02980e7edd undo fixes of 1777 2011-01-05 19:18:55 +00:00
qiang.xue
93e8aededc 2011-01-04 15:14:18 +00:00
qiang.xue
f7520ace09 CMssqlSchema::findTableNames() will only return base tables now. 2011-01-04 04:14:57 +00:00
qiang.xue
1a81456dcb 2011-01-04 02:59:17 +00:00
qiang.xue
f03c216248 2011-01-04 02:51:55 +00:00
qiang.xue
8f156e905c 2011-01-04 01:42:28 +00:00
qiang.xue
6d4f5c4c83 (Fixes issue 1777) 2011-01-03 20:22:39 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
a94c075f78 Changed "int" to "integer" for consistency, in PHPDoc 2010-12-29 13:53:25 +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
11914f5e0d (Fixes issue 1879) 2010-12-28 16:24:25 +00:00
qiang.xue
a72766c076 (Fixes issue 1931) 2010-12-28 13:37:19 +00:00
qiang.xue
4038a96c6d 2010-12-06 19:36:05 +00:00
qiang.xue
256042903f (Fixes issue 1858) 2010-12-06 19:10:00 +00:00
qiang.xue
d244f026c7 (Fixes issue 1865) 2010-12-06 13:20:44 +00:00
qiang.xue
7b2dfa5c3e 2010-12-02 17:28:00 +00:00
qiang.xue
eccf8bb2d5 2010-12-02 17:27:28 +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
99b5d6799a Fixed the bug that AR and Gii may fail for tables not in default schema in Oracle DB 2010-11-16 22:12:45 +00:00
qiang.xue
55de5dc025 Fixed tests. 2010-11-12 22:12:29 +00:00
qiang.xue
e9320f43ae (Fixes issue 997) 2010-11-09 17:38:42 +00:00
qiang.xue
4289ce033a (Fixes issue 1244) 2010-11-02 15:08:56 +00:00
qiang.xue
5e960d8782 * (Fixes issue 1667) Added CDbCriteria::index to support indexing the AR query result array with the specified attribute values 2010-11-01 21:05:22 +00:00
qiang.xue
4104b32273 (Fixes issue 1655) 2010-10-31 14:42:39 +00:00
qiang.xue
c2816668ed (Fixes issue 1685) 2010-10-31 14:17:15 +00:00
qiang.xue
11d648af7a (Fixes issue 1673) 2010-10-26 00:35:09 +00:00
mdomba
3e27374d6a Fixed some typos in PHPdoc 2010-09-23 14:14:20 +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
mdomba
03786f7380 Added checking for empty keywords to addSearcCondition(), to not add unnecesary conditions 2010-09-22 13:17:35 +00:00
qiang.xue
0d937987c8 (Fixes issue 1577) 2010-09-15 17:40:01 +00:00