11 Commits (8a70d9fbd1a2fd730f0d9620f185a81c602198e6)

Author SHA1 Message Date
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Alexander Makarov 714f27ab22 Fixes #3241 10 years ago
Qiang Xue f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 10 years ago
Qiang Xue 1fd0068378 Fixes #3066: `yii\db\mssql\Schema::getTableSchema()` should return null when the table does not exist. 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue c79d233ea4 Fixes #2552. 11 years ago
Qiang Xue bea9e3fc06 Fixes #1645: Added support for nested DB transactions 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 4b2659aeab removed schema prefix from returned table names. 11 years ago
Alexander Mohorev 18fbd7510a Missing return statement 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 43d15155c6 cleanup db `use` statements 11 years ago
Carsten Brandt 267f2d7849 fixed docs in db Schema classes 11 years ago
Carsten Brandt 8976b7cbd8 moved MSSQL specific property to mssql TableSchema 11 years ago
resurtm cc5426e549 Removed unnecessary code from MSSQL schema. 11 years ago
resurtm 89e3077108 MSSQL column case consistency. 12 years ago
resurtm d67416ab8b MSSQL: select what is really needed from information_schema.columns, not just everything as it was before. 12 years ago
resurtm 2430ebe95d MSSQL AR tests. 12 years ago
resurtm 90395b5df2 Refinements to MSSQL driver classes. 12 years ago
resurtm 58f3c323c0 MSSQL Schema: methods order changed, initial data type infer. 12 years ago
resurtm 1ca7558c1d MSSQL table metadata parsint (initial version). 12 years ago