68 Commits (5e2c16da665dfd7426bc38d0c332849467ca8d00)

Author SHA1 Message Date
Paul Klimov 3b11ce91cb default condition builder class reference updated to use `::class` construction 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
SilverFire - Dmitry Naumenko 089685975a
Wrap @inheritdoc tag in curly brackets [skip ci] 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
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 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
Angel Guevara 0117459444 Used PHP 7 list syntax where appropriate 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
p.chapl 5488fc6e28 fixes #13221 8 years ago
Alexey Rogachev 409c56c5c5 Rename `yii\base\InvalidParamException` to `yii\base\InvalidArgumentException` (#13082) 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
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 0fe27b9d3b Refactored code in PR #9441 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
Matvey Vasenin ce6e92b736 add comment control methods 9 years ago
Sebastian Thierer e0d2107e1b Mysql unique index creation fix. 9 years ago
Sebastian Thierer 82fbb568e0 Fix for 9056 9 years ago
Carsten Brandt abe1094ac9 fixed querybuilder phpdoc 9 years ago
Carsten Brandt aa5887fec7 added missing use statement to fix #8572 9 years ago
John Was 67799ad092 fix typos 10 years ago
Jan Waś edf400df96 add missing space 10 years ago
Jan Waś 6e48ed05c7 allow calling Command::insert() without any columns 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 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 eade9dd115 message fix. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago