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 10:37:00 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
79fdf1d8fbffb38eaed780ff69ad1c6ee447be21
yii
/
framework
/
db
/
schema
/
mssql
History
resurtm
5d29a4aaf8
Merge branch 'master' of git://github.com/yiisoft/yii into 112-sqlsrv-transactions
2012-08-29 23:55:04 +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
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
CMssqlSqlsrvPdoAdapter.php
Bug
#112
: MSSQL: database abstraction layer now uses native transaction support of the SQLSRV driver.
2012-08-29 23:52:27 +06:00
CMssqlTableSchema.php
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00