130 Commits (56f639358c0951b32036e91b642526b14cb97c4f)

Author SHA1 Message Date
Bizley 56215d58e1 Fixes #12077, #12135, #17263: Fixed PostgreSQL version of `alterColumn()` to accept properly `ColumnSchemaBuilder` definition of column 5 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Sergey 292a545642 Fixes #16104: Fixed `yii\db\pgsql\QueryBuilder::dropIndex()` to prepend index name with schema name 6 years ago
SilverFire - Dmitry Naumenko 4ad04be2ea
Fixed `null` saving for JSON and Array cols in AR 7 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
SilverFire - Dmitry Naumenko c6ea3fb455
Revert "Fixed JsonExpressionBuilder to generate SQL NULL" 7 years ago
SilverFire - Dmitry Naumenko cf4bd39fc1
Fixed JsonExpressionBuilder to generate SQL NULL 7 years ago
SilverFire - Dmitry Naumenko aed911b5f1
Fixed nesting of JsonExpression, ArrayExpression 7 years ago
berosoboy a98552ef64 Fix PostgreSQL aray field typecast when $disableArraySupport is true 7 years ago
SilverFire - Dmitry Naumenko 4e35eb6539
Fixed JSONB support in PostgreSQL 9.4 7 years ago
SilverFire - Dmitry Naumenko f7da602250
PgSQL: Fix table schema load for table name in quotes 7 years ago
SilverFire - Dmitry Naumenko 5fa25b331d
Fixed encoding of empty ArrayExpression for PostgreSQL 7 years ago
SilverFire - Dmitry Naumenko d5d4b8b0f5
Fixed `null` values handling for PostgresSQL arrays 7 years ago
SilverFire - Dmitry Naumenko abb503c284
release version 2.0.14.1 7 years ago
Dmitry Naumenko f0f823ad2a
Fixed typo [skip ci] 7 years ago
SilverFire - Dmitry Naumenko 25d176aa70
Added flags to `ColumnSchema` to disable JSON and Arrays support 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
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
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
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
Tigrov 2b7e8be1e8
Fixes #14192: Fixed wrong default null value for TIMESTAMP when using PostgreSQL 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Sergey Makinen 73ac13e6d7
Implement retrieving dbms constraints 7 years ago
Insolita 28d8fa66fc Fixes #14012: `yii\db\pgsql\Schema::findViewNames()` was skipping materialized views 8 years ago
Alex 6db6a2ddbe Fixes #13418: Fixed `QueryBuilder::batchInsert()` if $rows is `\Generator` 8 years ago
Vladimir Reznichenko a182ce57fc Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606) 8 years ago
Bob Olde Hampsink 0ea45c78a8 Fixes #13571: Fix `yii\db\mssql\QueryBuilder::checkIntegrity` for all tables 8 years ago
Bob Olde Hampsink 30b7fc8dc1 Fixes #13577: `yii\db\QueryBuilder::truncateTable` should work consistent over all databases 8 years ago
Bob Olde Hampsink aeb6231d92 Fixes #13582: PK column in `yii\db\pgsql\resetSequence()` was not quoted properly 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
Klimov Paul 0a978f9d1e Fix fetching schema information for `pgsql` when `PDO::ATTR_CASE` is set 8 years ago