125 Commits (c318536cc344a9cd1195fe140c33b87fd2244fe0)

Author SHA1 Message Date
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Alexander Makarov dab7a6c317
Update phpdoc 4 years ago
Brandon Kelly eb956e9c6b
primary/replica in a definitely non-breaking way (#18106) 4 years ago
Brandon Kelly 472600ee3f
Fix #18102: Use “primary”/“replica” terminology instead of “master”/“slave” 4 years ago
Sartor a66fac3bb1
Fix #17758: `Query::withQuery()` can be used for CTE 5 years ago
Bizley 0210a5cbb0 Removed UNSIGNED from primary keys mapping 5 years ago
Alexander Makarov 438cc80fc7
Fix #17667: Fix `CREATE INDEX` failure on sqlite when specifying schema 5 years ago
Alexander Kartavenko cdd40b8dfb Fix #17504: Fix upsert when `$updateColumns = true` but there are no columns to update in the table 5 years ago
Bizley 3907895324 Fixes #16897: Fixed `yii\db\sqlite\Schema` missing primary key constraint detection in case of `INTEGER PRIMARY KEY` 6 years ago
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