This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii
Watch
2
Star
0
Fork
0
You've already forked yii
mirror of
https://github.com/yiisoft/yii.git
synced
2026-03-08 09:06:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
22265fc13d6a8aecd07c350ec9d5efc4bdb7bb48
yii
/
framework
/
db
/
schema
/
mssql
History
Leo R. Lundgren
226774ddf8
Fix misspelled return type in PHPdoc for CMssqlCommandBuilder::checkCriteria().
2012-08-06 14:12:34 +02:00
..
CMssqlColumnSchema.php
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
CMssqlCommandBuilder.php
Fix misspelled return type in PHPdoc for CMssqlCommandBuilder::checkCriteria().
2012-08-06 14:12:34 +02:00
CMssqlPdoAdapter.php
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
CMssqlSchema.php
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00
CMssqlTableSchema.php
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00