Commit Graph

211 Commits

Author SHA1 Message Date
Leo R. Lundgren
226774ddf8 Fix misspelled return type in PHPdoc for CMssqlCommandBuilder::checkCriteria(). 2012-08-06 14:12:34 +02:00
Leo R. Lundgren
b4f888484c Fix invalid HTML in PHPdoc for CMssqlCommandBuilder::applyLimit(). 2012-08-04 02:45:14 +02:00
Leo R. Lundgren
7a194496a5 Fix a bunch of @param and @return phpdoc errors in various files. 2012-08-03 16:17:58 +02:00
resurtm
628acb4854 Fixed indentation issues in CDbSchema and CMysqlSchema. 2012-06-28 18:02:33 +06:00
Carsten Schmitz
8b54782983 Fixes issue #842: Active Records insert fails in MSSQL if a column has a default value of (NULL) 2012-06-19 21:57:18 +02:00
Carsten Schmitz
2ca997001e Fixes issue #98 https://github.com/yiisoft/yii/issues/98 along with the problem that no identity value is returned on certain occasions (for example Active Record usage) see http://www.yiiframework.com/forum/index.php/topic/24275-solved-sql-server-2008-returning-blank-lastinsertid/ for further discussion. Solution has been tested and is in live production for quite some time. 2012-06-19 08:23:59 +02:00
Carsten Schmitz
5367d95488 Fixes issue #98 https://github.com/yiisoft/yii/issues/98 along with the problem that no identity value is returned on certain occasions (for example Active Record usage) see http://www.yiiframework.com/forum/index.php/topic/24275-solved-sql-server-2008-returning-blank-lastinsertid/ for further discussion. Solution has been tested and is in live production for quite some time. 2012-06-18 22:38:36 +02:00
Alexander Makarov
b74caf3606 Added usage example to CDbCriteria phpdoc 2012-04-15 11:55:54 +02:00
CeBe
f3b41a9897 Fixed datetime column type for postgresql
'time' -> 'timestamp' which will hold date and time, not only time
this fixes issue #193
2012-02-17 20:17:19 +01:00
alexander.makarow
c1538e5d04 (Fixes issue 3166) Fixed the bug that CDbColumnSchema typecasted to NULL even for NOT NULL columns 2012-02-09 17:39:04 +00: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
9baee24481 (Fixes issue 2733) Fixed CDbCriteria parameter names collision on unserialize 2011-12-25 01:12:03 +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
1159121d1e (Fixes issue 2874) Incorrect type in docs for CDbCriteria::mergeWith() 2011-10-20 21:19:32 +00:00
qiang.xue
10b835467c 2011-07-18 11:25:17 +00:00
alexander.makarow
e1d1fe0290 (Fixes issue 2618) 2011-07-06 22:16:44 +00:00
alexander.makarow
18db42675b Updated CDbCriteria API doc 2011-07-06 21:19:30 +00:00
alexander.makarow
107eef6606 Removed unnecessary COciCommandBuilder::createInsertCommand quotes 2011-06-28 19:47:31 +00:00
qiang.xue
7b753dcf61 (Fixes issue 2312) 2011-06-23 16:59:34 +00:00
qiang.xue
28c370f530 (Fixes issue 2493) 2011-06-23 14:53:50 +00:00
qiang.xue
b9557563de (Fixes issue 2463) 2011-06-23 14:45:02 +00:00
qiang.xue
522cfd9bae (Fixes issue 2365) 2011-06-22 21:46:11 +00:00
qiang.xue
bc13acbc0b (Fixes issue 2509) 2011-06-14 17:41:34 +00:00
qiang.xue
800a0bc266 (Fixes issue 2475) 2011-05-25 19:05:47 +00:00
qiang.xue
f9b05ba93c (Fixes issue 2479) 2011-05-25 19:02:15 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
haertl.mike
419d14b95f Fix issue 2274 2011-04-05 06:35:06 +00:00
haertl.mike
fa0e26afb9 Fix issue 2274 2011-04-04 16:01:26 +00:00
alexander.makarow
b1599035de (Fixes issue 2274) merging of "with" fails if there is joinType 2011-03-31 21:22:23 +00:00
haertl.mike
dc84724812 Fix issue 2274 2011-03-31 14:16:18 +00:00
qiang.xue
e1ee5197c3 (Fixes issue 1770) 2011-03-19 01:26:47 +00:00
qiang.xue
dac5648f93 (Fixes issue 2214) 2011-03-17 14:35:27 +00:00
qiang.xue
76414e82ad (Fixes issue 1779) 2011-03-14 18:16:48 +00:00
qiang.xue
d2b53311ff (Fixes issue 1809) 2011-03-14 03:41:55 +00:00
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