116 Commits (02276a6a2f30b9e5b1be5021c7a621b9646929db)

Author SHA1 Message Date
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 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
SilverFire - Dmitry Naumenko e806a3b50a
Added `yii\db\ExpressionInterface` support to `yii\db\Command::batchInsert()` 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
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
Sergey Makinen 315855f7f5 Fixes #15357: Added multi statement support for `yii\db\sqlite\Command` 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Carsten Brandt 93bbf5b39d Fixes #15015: Added `StringHelper::floatToString()` to savely cast float values independent of the locale, also fixes some places in the framework that use it now 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
Carsten Brandt cda3089623 Fixed batchInsert casting of double values according to locale (#14448) 7 years ago
Sergey Makinen 92d2245ca6 Add support for an older SQLite in constraints (fixes #14483) (#14497) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Alex 266bfc0419 fix phpDoc [skip ci] (#14394) 7 years ago
Carsten Brandt 888f9f87b6 avoid dependency of SqlTokenizer on sqlite implementation 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 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
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Sergey Makinen 73ac13e6d7
Implement retrieving dbms constraints 7 years ago
Bob Olde Hampsink 8192f84850 Fix SQLite resetSequence inconsistencies (#13755, #13630) 8 years ago
Sergey Makinen 9a915ba10c Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in `yii\db\QueryBuilder` 8 years ago
Alex 6db6a2ddbe Fixes #13418: Fixed `QueryBuilder::batchInsert()` if $rows is `\Generator` 8 years ago
Bob Olde Hampsink fab53b4a6e Fixes #13582: Added tests for all `yii\db\QueryBuilder::resetSequence` implementations, fixed SQLite implementation 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Robert Korulczyk 104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Alexander Makarov 7cea46bcb4 Changed SQLite fix #11652 according to https://github.com/yiisoft/yii2/pull/11653#issuecomment-224016289 8 years ago
Boudewijn Vahrmeijer 0a60466729 Fixes #11527: Fixed `bigPrimaryKey()` for SQLite 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 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 1aa2f1d927 Removed sqlite/ColumnSchemaBuilder::comment() method override 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris e8c3f6cc6f Fixing tests 9 years ago
Chris Harris 5c4001d84b Schema Builder Patterns Excel document in /docs folder (temp storage). 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
Carsten Brandt af75262541 fixed sqlite bigPk creation 9 years ago
Chris Harris 81ff4752d9 Added CHECK modifier to PK schema pattern. Modified UNSIGNED tests to not include modifier by default (i.e. only present when testing DBMSes that support it). 9 years ago