122 Commits (80da46c32d3a2e7a2937971a998c47cb3b8db59c)

Author SHA1 Message Date
Sergey Makinen 92213864d9 Fixes #15776: Fixed slow MySQL constraints retrieving 7 years ago
SilverFire - Dmitry Naumenko abb503c284
release version 2.0.14.1 7 years ago
SilverFire - Dmitry Naumenko 25d176aa70
Added flags to `ColumnSchema` to disable JSON and Arrays support 7 years ago
Dmitry Naumenko dc452b7e24
Fixed multiple JSON-related issues (#15732) 7 years ago
SilverFire - Dmitry Naumenko bd472c3640
Revert "Fixed regexp in tests" 7 years ago
SilverFire - Dmitry Naumenko 4fbece20ce
Fixed regexp in tests 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
SilverFire - Dmitry Naumenko 089685975a
Wrap @inheritdoc tag in curly brackets [skip ci] 7 years ago
SilverFire - Dmitry Naumenko 01636ae45a
Revert "Use QueryBuilder->buildExpression for Query where possible" 7 years ago
SilverFire - Dmitry Naumenko 79679b9b6c
Use QueryBuilder->buildExpression for Query where possible 7 years ago
Robert Korulczyk df91a9608f Fixes #14638: Added `yii\db\SchemaBuilderTrait::tinyInteger()` 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Dmitry Naumenko de1750228d Fixes #13879: Added upsert support for `yii\db\QueryBuilder` and `yii\db\Command` 7 years ago
Zhukov Roman 40b038379f Fixes #13019: Support JSON in SchemaBuilderTrait 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
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Chris Harris a2a79a70eb Fixes #13814: MySQL unique index names can now contain spaces 7 years ago
rossoneri 605478c043 Fixes #14157: Add support for loading default value `CURRENT_TIMESTAMP` of MySQL `datetime` field 7 years ago
SilverFire - Dmitry Naumenko f9fd4da8de
Fixed MySQL 5.7 compatibility 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
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Sergey Makinen 164d3c83e9
Have I fixed these phpdocs? Let’s see… 7 years ago
Sergey Makinen 452974cab3
Mark not supported constraint retrieving methods 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
Sergey Makinen 118fc08af8
Fix dropping unique/indexes 7 years ago
Sergey Makinen 73ac13e6d7
Implement retrieving dbms constraints 7 years ago
Sergey Makinen 454f0a9301 Fixes #13807: Fixed `yii\db\QueryBuilder` to inherit subquery params when building a `INSERT INTO ... SELECT` query 8 years ago
PowerGamer1 37b8cbb2d0
Fixes #12758: Added the ability to use instances of `\yii\db\Query` class as values in the `\yii\db\QueryBuilder::insert()` method 8 years ago
voroks 25f08afc96
Fixes #8293: `yii\db\Query` can be passed to `insert` method in `yii\db\QueryBuilder` 8 years ago
João Pedro Pereira 3692941ead
Fixes #11464: Foreign key name is not provided by schema 8 years ago
p.chapl 5488fc6e28 fixes #13221 8 years ago
Chris Harris ae83dd0524 Fixes #13128: Fixed incorrect position of {pos} string in ColumnSchemaBuilder `__toString` 8 years ago
Fabian Peter Hammerle 46da2df98d yii\db\mysql\Schema::loadColumnSchema sets enumValues attribute incorrectly if enum definition contains comma 8 years ago
SilverFire - Dmitry Naumenko 6a4ea892c3 Added type mapping for `varbinary` data type in MySQL DBMS 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
DrmagicE b3081e53a5 Fixed bug in yii\db\mysql\QueryBuilder (#12428) 8 years ago
Carsten Brandt ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
Carsten Brandt 144d78ebb4 Revert "fixed mysql defaul integer display width on unsigned pk" 8 years ago
Carsten Brandt 85d89e4893 fixed mysql defaul integer display width on unsigned pk 8 years ago
Alexander Makarov 9b1b4fc5fa Added missing phpdoc 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 8 years ago
Alexander Makarov 27866bf9d6 Changed name to append(), fixed phpdoc, added changelog 8 years ago
Chris Harris 66eabda770 Fixes #11195: Added ability to append custom string to schema builder column definition 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Carsten Brandt edd6e719bb added missing since annotations and removed duplicate line 9 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