116 Commits (32efb09902cc21d53f8f2a0a678da7ae153b62b1)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 1cc5f15635
Use null coalesce operator where possible 6 years ago
Alexander Makarov cc2cac58d2
Fixed bad instnaceof check in `yii\db\Schema::getTableMetadata()` 6 years ago
Bob Olde Hampsink ab092f2e21 Fixes #15117: Fixed `yii\db\Schema::getTableMetadata` cache refreshing 7 years ago
SilverFire - Dmitry Naumenko 25d176aa70
Added flags to `ColumnSchema` to disable JSON and Arrays support 7 years ago
Paul Klimov a8b1f69d0c update code for 2.1 requirements 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
Robert Korulczyk df91a9608f Fixes #14638: Added `yii\db\SchemaBuilderTrait::tinyInteger()` 7 years ago
Dmitry Naumenko de1750228d Fixes #13879: Added upsert support for `yii\db\QueryBuilder` and `yii\db\Command` 7 years ago
Dmitry Naumenko d16586334d Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Sergey Makinen 85b65c889a Fixes #15117: Fixed DB schema cache did not honor table prefixes 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Alexander Makarov 1f26db9fb7
Applied code style fixes 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
nikosid fe607b83d2 Fixes #14434: fixed metadata cache regression 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Sergey Makinen ecf8984096
Mention an usage magic in descriptions 7 years ago
Carsten Brandt 3e330f8b87 make schema cache version a constant 7 years ago
Sergey Makinen 164d3c83e9
Have I fixed these phpdocs? Let’s see… 7 years ago
Sergey Makinen e0df642261
Add PHPDoc 7 years ago
Sergey Makinen 71a23cff50
Fix imports 7 years ago
Sergey Makinen c8856ccd4e
Fix merging issues & CS 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Sergey Makinen 73ac13e6d7
Implement retrieving dbms constraints 7 years ago
Sergey Makinen ef4dadf437 Fixes #13592: Fixes Oracle’s `yii\db\oci\Schema::setTransactionIsolationLevel()` 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
nanodesu88 71d083d499 Fixes #12816: Added `columnSchemaClass` option for `yii\db\Schema` which adds ability to specify custom `\yii\db\ColumnSchema` class 8 years ago
PowerGamer1 3c1eb55f55 PHPDoc @return fix for insert() (#12757) [skip ci] 8 years ago
Robert Korulczyk ecfaa9875d Fix phpdoc for constants in db\Schema [skip ci] (#12418) 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Angel Guevara f978199fcc more changes 9 years ago
Carsten Brandt 38d347c9f5 fix quoting column name in case of quoted table name 9 years ago
Chris Harris 2f91889b70 Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 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
githubjeka 2c3e9a4296 phpDoc of getTableSchema|loadTableSchema updated 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
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
Paul Klimov 8e4518c81f Doc comments updated 9 years ago
Klimov Paul fb0062114e Method `yii\db\Schema::refreshTableSchema()` added 9 years ago
John Was a63fc2ff59 properly quote sequence name in Schema::getLastInsertId() 9 years ago
Qiang Xue 4488dbbff7 build cleanup [skip ci] 10 years ago
Klimov Paul faf7bb73fa redundant call chain removed 10 years ago