169 Commits (1a571f2c4b5288b7b4ffcfb74082ff672ee68cc4)

Author SHA1 Message Date
Bizley 0041f034fd
[doc] Update PHP doc links (#18957) 3 years ago
Alexander Gubarev e3028c524d
Fix #18899: Replace usages of `strpos` with `strncmp` and remove redundant usage of `array_merge` and `array_values` 3 years ago
Bizley b8f4958092
Fix #18442: Fix calls with array access to strings 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
Alexander Makarov 385fe13d66
Revert #18102 since renaming is technically problematic (#18109) 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
Kwok 89ded8c82a
Fix #18000: PK value of Oracle ActiveRecord is missing after save 4 years ago
Alexander Makarov f843317d97
Fix #17934: Fix regression in Oracle when binding several string parameters 5 years ago
vinpel f165b6b31f
Fix #17679: Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string 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
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
CedricYii 3555633223 Fixes #14289: Added `yii\db\Command::executeResetSequence()` to work with Oracle 6 years ago
Vladimir Reznichenko 6dd2aec011 [minor]: SCA (#16269) 6 years ago
Carsten Brandt abeb3b1a37 Fixes #16073: Fixed regression in Oracle `IN` condition builder for more than 1000 items 7 years ago
Sergey Makinen ac687aab29
Fixed yii\db\Command::upsert() for Cubrid/MSSQL/Oracle 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 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
remond 78a151bdae
Fixes #14859: Fixed OCI DB `defaultSchema` failure when `masterConfig` is used 7 years ago
Roman eb758f6f04
Fixes #15031: Fixed incorrect string type length detection for OCI DB schema 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
CedricYii ad128f1d86 Fixes #7640: oci/QueryBuilder wrong namespace 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
Vladimir Reznichenko 185209957e Fixes #15270: Resolved potential race conditions when writing generated php-files 7 years ago
Sergey Makinen 4e176ca325 Fixes #15108: Fixed `yii\db\Schema::getSchemaNames()` for MSSQL and added tests for all DBMSes 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
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Alex 266bfc0419 fix phpDoc [skip ci] (#14394) 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
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Sergey Makinen 73ac13e6d7
Implement retrieving dbms constraints 7 years ago
SilverFire - Dmitry Naumenko 7a2737105b
Updated PHPdoc 8 years ago
SilverFire - Dmitry Naumenko 2d0e3fb9ef
Fixed Oracle SQL queries with `IN` condition and more than 1000 parameters 8 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
Sergey Makinen a9fb0171f7 Fixes #13745: `SQLSTATE[HY093]: Invalid parameter number: parameter was not defined` in MSSQL and bug fixes in `yii\db\QueryBuilder::buildLikeCondition()` 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
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 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