Commit Graph

49 Commits

Author SHA1 Message Date
resurtm
4565d1efee Preparations for merging fixes of the #556 into 1.1.13 codebase. 2012-08-25 10:16:26 +06:00
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
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
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
qiang.xue
7b753dcf61 (Fixes issue 2312) 2011-06-23 16:59:34 +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
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +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
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
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
84ffbf3d45 (Fixes issue 1899) 2010-12-28 17:57:54 +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
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
e9320f43ae (Fixes issue 997) 2010-11-09 17:38:42 +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
0d937987c8 (Fixes issue 1577) 2010-09-15 17:40:01 +00:00
qiang.xue
9109d50736 (Fixes issue 1414) 2010-08-31 17:59:52 +00:00
alexander.makarow
06f7fcc4e6 2010-08-31 09:34:46 +00:00
qiang.xue
0fdb756d10 Added support for using sqlsrv driver with MSSQL 2010-08-30 21:41:43 +00:00
qiang.xue
309561d00f (Fixes issue 1414) 2010-08-30 16:28:10 +00:00
qiang.xue
e275ae0991 (Fixes issue 1115) 2010-04-13 01:52:10 +00:00
qiang.xue
f4c20f8127 Fixed release bugs. 2010-03-14 05:14:31 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
59aa3df62b merge from 1.0 2009-08-06 20:00:34 +00:00
qiang.xue
6bf45d462e merge from 1.0 2009-07-21 19:34:55 +00:00
qiang.xue
5c23ad3bf8 merge from 1.0 2009-07-04 17:56:59 +00:00
qiang.xue@gmail.com
b124980319 merge from 1.0 2009-04-21 15:16:03 +00:00
qiang.xue
f7bb9227f3 merge from 1.0 2009-03-20 17:31:09 +00:00
qiang.xue
6adec1d046 merge from 1.0. 2009-03-12 14:41:09 +00:00