resurtm
02547a69fb
Removed extra tabs in COciCommandBuilder::applyLimit().
2012-09-04 21:11:01 +06:00
Carsten Brandt
00dc4add94
fixes issue #1330
...
default value null for string column in SQLite
2012-09-04 03:12:18 +02:00
resurtm
5d29a4aaf8
Merge branch 'master' of git://github.com/yiisoft/yii into 112-sqlsrv-transactions
2012-08-29 23:55:04 +06:00
resurtm
62d0119cce
Bug #112 : MSSQL: database abstraction layer now uses native transaction support of the SQLSRV driver.
2012-08-29 23:52:27 +06:00
resurtm
289444a96d
MSSQL unit testing SQL file reformatted and decorated. MSSQL testing class improved. Added unit tests for column comments retrieving.
2012-08-29 23:02:03 +06:00
resurtm
668b5f3622
Merge branch 'master' of git://github.com/yiisoft/yii into 1289-mssql-db-column-comments
2012-08-29 21:38:47 +06:00
Carsten Brandt
266df50702
better fix for issues #124
...
changed position of JOIN in UPDATE by overwriting applyJoin()
2012-08-28 21:27:26 +02:00
Carsten Brandt
d77234b1e7
Merge branch 'master' of https://github.com/yiisoft/yii into issue-124
...
* 'master' of https://github.com/yiisoft/yii : (651 commits)
Updated guide Gii Model Generator page screenshot.
adjusted CHANGELOG
Requirements checking slightly improved.
Enhanced CHANGELOG description
Requirements checker: added support of the Oracle database (pdo_oci extension)
MSSQL driver types refinements.
Requirements checker: added support of the MSSQL (pdo_dblib and pdo_sqlsrv extensions).
Language fixes.
Preparations for merging fixes of the #556 into 1.1.13 codebase.
[docs][blog] 'yiic' to 'Gii'
ajaxUpdate is never false in jquery.yiilistview.js
Added /docs/guide/fr/caching.overview.twt
Added /docs/guide/fr/basics.controller.txt
Added /docs/guide/fr/basics.mvc.txt
Update framework/web/filters/CHttpCacheFilter.php
Update docs/guide/fr/toc.txt
[NL] Dutch messages translation updated
added history.js license
prepare for next release.
prepare for 1.1.12 release.
...
Conflicts:
CHANGELOG
2012-08-28 21:21:27 +02:00
resurtm
f19ebd30c6
Working draft of MSSQL column comments support.
2012-08-26 13:41:52 +06:00
resurtm
054e6247af
Language fixes.
2012-08-25 18:02:26 +06:00
resurtm
4565d1efee
Preparations for merging fixes of the #556 into 1.1.13 codebase.
2012-08-25 10:16:26 +06:00
resurtm
81cd764447
Merge branch 'master' of git://github.com/yiisoft/yii into 556-mysql-column-comment
2012-08-25 10:02:11 +06:00
mdomba (mdwork)
c9c7c796b9
grammar fix
2012-08-10 12:28:49 +02:00
Leo R. Lundgren
226774ddf8
Fix misspelled return type in PHPdoc for CMssqlCommandBuilder::checkCriteria().
2012-08-06 14:12:34 +02:00
resurtm
79e4373155
Added comment retrieving from Oracle. (Tested with Oracle 11g XE.)
2012-08-04 12:16:54 +06:00
Leo R. Lundgren
b4f888484c
Fix invalid HTML in PHPdoc for CMssqlCommandBuilder::applyLimit().
2012-08-04 02:45:14 +02:00
resurtm
5ebb590047
Removed extra spare space. [ci skip]
2012-08-03 20:33:09 +06:00
resurtm
9199e92f79
Enh #556 : Added CDbColumnSchema::$comment which stores comment for the table column, comment retrieving is working for MySQL and PgSQL.
2012-08-03 20:31:55 +06: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
Carsten Brandt
f37a3dac2e
added @since annotation
2012-03-19 17:25:44 +01:00
Carsten Brandt
fdabdb2b45
added docblocks to CMysqlCommandBuilder+CHANGELOG
2012-03-19 17:07:12 +01:00
DaSourcerer
4ac67ea223
Add CMysqlCommandBuilder to handle joins on update
...
Fixes issue #124
CDbCommandBuilder produced faulty mysql update queries
when joins are involved. JOIN has to come before SET in mysql.
2012-03-19 16:46:59 +01: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