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-11 18:46:59 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47313eb77bdd2f620f34a1fb3cce62ddc80098df
yii
/
framework
/
db
/
schema
/
mssql
History
resurtm
4565d1efee
Preparations for merging fixes of the
#556
into 1.1.13 codebase.
2012-08-25 10:16:26 +06: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
Preparations for merging fixes of the
#556
into 1.1.13 codebase.
2012-08-25 10:16:26 +06:00
CMssqlTableSchema.php
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00