32 Commits (ff871bdf48a80523d0d2c030e53fc96a9a73b93a)

Author SHA1 Message Date
hAppywAy_ cac514e8e9 Fixes #12293: Fixed MSSQL `Schema::resolveTableNames()` when using linked database tables 8 years ago
SilverFire - Dmitry Naumenko 15432971d6 db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Alexander Makarov 5cecb09c1b Fixes #9443: Added `unsigned()` to `ColumnSchemaBuilder` 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Matvey Vasenin d801ca3c90 add mssql support (need test) 9 years ago
Jan Waś ec920d2881 add missing schema name conditions for mssql 10 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
John Was 4d1ca9ff17 Fixes #7831: Add order when fetching database table names and constraints 10 years ago
John Was 29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 10 years ago
Jan Was 48255a446d Fixes #7867: Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Qiang Xue 44b5e8ef60 Fixes #4954: MSSQL column comments are not retrieved correctly 10 years ago
Alexander Makarov 7aed617c38 Fixes #4813: Fixed MSSQL schema that was getting incorrect info about constraints 10 years ago
mcd.php 20774165bc Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
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