92 Commits (f2e3312dbc9002264c2cd1791c7a1a4b9c993050)

Author SHA1 Message Date
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
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
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
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
Nikola Kovacs f11bdfa2a7 Grammar fix: followings -> following 10 years ago
Klimov Paul a0b8f74d2e `yii\db\Schema::insert()` primary key value composition fixed 10 years ago
Klimov Paul 6751a80ea0 `yii\db\Schema::insert()` now returns primary key value for empty sequence 10 years ago
Klimov Paul 767276362d Redundant typecast at `yii\db\Schema::insert()` removed 10 years ago
Paul Klimov 31ef4c4504 Command execution at `yii\db\oci\Schema::insert()` fixed 10 years ago
Paul Klimov 4e8ee7b001 Use RETURNING for inserts for pgsql and oci to support PKs with a custom default value expression 10 years ago
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 10 years ago
John Was 4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER 10 years ago
Alexander Makarov 187322052d Fixed converting double to PHP type 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Alexander Makarov 7b20bdeeb2 Fixes #6279: `yii\db\Schema::getLastInsertID()` was passing wrong default schema name to PDO 10 years ago
Qiang Xue 5fe6c55d6b Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 10 years ago
Carsten Brandt 92d65ab78b fix issue with postgreSQL and batch inserting boolean values 10 years ago