37 Commits (d7462656f75f2eecd2c67790e18d5ac9999a6062)

Author SHA1 Message Date
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
Steve 47923cccbe Fix bug in `yii\db\mysql\Schema` 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
Carsten Brandt 29cacc8a05 added mysql blob and longblob to the list 10 years ago
Carsten Brandt 651e6a3feb added support for BIT default values 10 years ago
Carsten Brandt 4f95fcd91f added unit tests for schema detection 10 years ago
Carsten Brandt 20483e25db added reference link to SQL error code 10 years ago
Carsten Brandt 9430ccd095 more robust check for table not exists 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 453ed4d93a fixed #3268 11 years ago
Qiang Xue 9b71adb4fa Fixes #3268: Fixed the bug that the schema name in a table name was not respected by `yii\db\mysql\Schema` 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Qiang Xue 02c3c37a00 Fixes #2986. 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 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue 8ecceb395f Fixes #2210: Mysql driver will now treat `tinyint(1)` as integer instead of boolean 11 years ago
Qiang Xue eade9dd115 message fix. 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue b3b8fadfcf minor adjustment of db exception. 12 years ago
Qiang Xue 4fdaab3560 updated file header. 12 years ago
Qiang Xue f68bed0ccb fixed exception. 12 years ago
Qiang Xue a39638515f Added Command::batchInsert() 12 years ago
Qiang Xue abd3d827a2 refactoring. 12 years ago
Qiang Xue 7f6a5568b4 Cleaned up SQLite support. 12 years ago
Qiang Xue 6ed01e9645 DB cleanup. 12 years ago
Qiang Xue 6dd495b65f Added init and afterFind events to AR. 12 years ago
Qiang Xue ebecc09839 DB refactoring. 12 years ago
Qiang Xue e150b7fae7 renamed Driver to Schema. 12 years ago
Qiang Xue 8e05e6e62d changed copyright line. 12 years ago
Qiang Xue fe90d4dda0 implemented auto-quoting for DB commands. 12 years ago
Qiang Xue 8517ee9e50 reorganized DB classes. 12 years ago