Walid Said
3f3003d823
Fix #18303 : Fix creating migration issue for column methods used after defaultValues
2020-10-05 01:02:21 +03:00
DarkDef
4b2af4d2a4
Bug #13973 : Correct alterColumn for MSSQL & drop constraints before drop column
...
Fixing #11158 and #13973
2020-09-08 12:50:32 +03:00
DarkDef
a624c31698
Fix #18198 : Fix saving tables with trigger by outputting inserted data from insert query with usage of temporary table
2020-08-05 09:39:05 +03:00
Bizley
d62590807d
Fix #18051 : Fix using EachValidator with custom validation function
2020-07-06 16:18:03 +03:00
trombipeti
b642a384fa
Fix #18096 : Fix InlineValidator with anonymous inline function not working well from EachValidator
2020-06-15 10:14:57 +03:00
Bizley
2a73a4ae3a
Fix #18051 : Fix missing support for custom validation method in EachValidator
2020-05-23 17:37:23 +03:00
Kwok
89ded8c82a
Fix #18000 : PK value of Oracle ActiveRecord is missing after save
2020-05-02 02:17:27 +03:00
ricardomm85
355ca1562d
Fix #17810 : Fix EachValidator crashing with uninitialized typed properties
2020-04-04 15:03:09 +03:00
Alexander Makarov
8911141150
Migrate Travis from .org to .com
2019-12-06 19:10:42 +03:00
Bizley
1a8c83ba43
Fix #17694 : Fixed Error Handler to clear registered view tags, scripts, and files when rendering error view through action view
2019-12-03 21:36:48 +03:00
Evgeny
09eacd8dc1
Bug #17597 : PostgreSQL 12 and partitioned tables support (batyrmastyr)
...
* yiisoft#17597, pg_constraint.consrc removed in Postgres 12
* yiisoft#17597, load schema for partitioned tables (introduced in Postgres 10)
* messed up with issue number
* #yiisoft#17597 Postgres 12 support, support GENERATED AS IDENTITY columns
* uncleared FileCache leads to falsy failures on subsequent test runs
* moved .sql for postgres 10 and 12 to separate files, added ResetSequence test for GENERATED AS IDENTITY column
2019-10-18 14:57:24 +03:00
Dmitry V. Alekseev
6e2b1782e5
Fix #16855 : Ignore console commands that have no actions
2019-09-10 19:00:43 +03:00
Manu311
cc5bb71f75
Fix #17449 : Ensure CHECK statement goes after COMMENT in MySQL QueryBuilder::addCommentOnColumn()
2019-09-03 19:36:37 +03:00
Alexander Kartavenko
cdd40b8dfb
Fix #17504 : Fix upsert when $updateColumns = true but there are no columns to update in the table
2019-08-21 11:56:20 +03:00
Alexander Kartavenko
e113e09c9c
Fix #17459 . Use MySQL docker container for testing ( #17476 )
2019-07-30 15:51:18 +03:00
Sidney Lins
9988efc04f
Fix #16796 : Fixed addition and removal of table and column comments in MSSQL
2019-07-23 18:50:57 +03:00
Bizley
e50a07c30c
Fix #17437 : Fixed generating namespaced migrations
2019-07-23 17:28:43 +03:00
Alexander Makarov
a4a22ae1fb
Partially fix travis builds ( #17456 )
...
* Use xenial since trusty has issues installing MySQL
* 5.4 and 5.5 are available on trusty only so these are set to allow failures for now
* Skip memcached and memcache on PHP 5.6 since it's compiled wrong. See https://travis-ci.community/t/unable-to-load-dynamic-library-memcached-so/2232/16
* Ignore failure to update MySQL (it could be up to date already)
2019-07-23 15:46:06 +03:00
Alexander Kartavenko
136705c92b
MSSQL: fix tests ( #17431 )
2019-07-13 02:27:47 +03:00
Alexander Kartavenko
869f475dc1
Fix #17413 , fix #17418 : Fixed MSSQL tests
2019-07-10 17:30:41 +03:00
Alexander Kartavenko
56f639358c
Add MSSQL tests ( #17410 )
2019-07-04 15:51:01 +03:00
Alexander Kartavenko
eb65dba796
Fixes #17057 : Fixed issues with table names that contain special characters or keywords in MSSQL
2019-07-02 14:41:56 +03:00
Alexander Kartavenko
0fcd495583
Fixes #16394 : Fixed issues in migrate/create when specifying default values with colons and adding multiple columns
2019-06-26 12:44:24 +07:00
Pavel Dovlatov
bdb7c64910
Update to https protocol for php.net links ( #17168 ) [skip ci]
...
* Updated php.net link for some MemCache properties [skip ci]
* Changed protocol to https for links to php.net in comments
* Changed protocol to https for links to php.net in code
* Changed www.php.net (http) to secure.php.net (https) in comments
* Changed www.php.net (http) to secure.php.net (https) in code
* Changed protocol to https for links to php.net in UPGRADE.md
* Changed protocol to https for links to pecl.php.net in comments
* Changed us.php.net to secure.php.net (https) in comments
* Changed protocol to https for links to php.net in docs
* Changed www.php.net (http) to secure.php.net (https) in docs
* Changed protocol to https for links to pecl.php.net in docs
* Changed ru/jp.php.net to secure.php.net (https) in docs
Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
Pavel Ivanov
2da6773b68
Fixes #17089 : Fixed caching of related records when via() using with callable
2019-02-13 23:22:07 +03:00
Pavel Ivanov
4333b90186
Fixes #15482 : AR::find()->with() missing data when using string identifiers for relations
2019-01-14 18:50:56 -05:00
Pavel Ivanov
36ed136caf
Issue #14388 : test of dependent ActiveFixtures loading ( #17012 )
2019-01-04 09:24:38 -05:00
Nikolay
1a34f61e56
Fixes #16941 : Set yii\console\controllers\MigrateController::useTablePrefix to true as default value
2019-01-03 12:16:42 -05:00
Alex
b4adada51e
Fixes #16022 : Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in jsonb field
2018-12-05 00:06:51 +03:00
Bizley
ab39246ab5
Fixes #16101 : Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view
2018-10-27 20:27:58 +03:00
船歌
1246e5feb3
Fixes #16514 : Fixed yii\di\Container::resolveCallableDependencies to support callable object
2018-07-28 00:41:38 +08:00
Sam
84cb255aab
Fixes #16245 : Fixed __isset() in BaseActiveRecord not catching errors
2018-05-11 11:04:00 +03:00
berosoboy
061f75e15f
Fix PHPDoc [skip ci]
2018-02-26 00:34:56 -03:00
Sergey Makinen
ebc306299c
Fix MSSQL tests
2018-02-24 19:51:50 +03:00
Sergey Makinen
766f24945c
Fix Oracle tests
2018-02-24 19:51:34 +03:00
SilverFire - Dmitry Naumenko
6e30577abc
Added ArrayAccess object in EachValidator
...
Fixes #15760
2018-02-24 11:59:32 +02:00
Dmitry Naumenko
dc452b7e24
Fixed multiple JSON-related issues ( #15732 )
2018-02-23 23:07:04 +02:00
Elvira Sheina
ef9600234e
Fix magic getter for ActiveRecord ( #15696 )
2018-02-20 20:10:44 +05:00
SilverFire - Dmitry Naumenko
089685975a
Wrap @inheritdoc tag in curly brackets [skip ci]
2018-02-19 00:16:19 +02:00
Robert Korulczyk
df91a9608f
Fixes #14638 : Added yii\db\SchemaBuilderTrait::tinyInteger()
2018-02-12 12:01:21 +03:00
Nikolay Oleynikov
74dc1cdc30
Fixes #13618 : Active record now resets related models after corresponding attributes updates
...
Co-authored-by: Robert Korulczyk <robert@korulczyk.pl >
2018-02-12 02:26:49 +03:00
Dmitry Naumenko
de1750228d
Fixes #13879 : Added upsert support for yii\db\QueryBuilder and yii\db\Command
2018-02-09 01:05:50 +03:00
Vladimir Reznichenko
ecf3ef8bf9
Use root NS specification for opcoded functions
2018-02-08 00:00:36 +03:00
Zhukov Roman
40b038379f
Fixes #13019 : Support JSON in SchemaBuilderTrait
2018-02-06 16:35:49 +03:00
Dmitry Naumenko
d16586334d
Fixes #7640 : Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL
2018-02-05 04:59:14 +07:00
Гордиенко Владислав Юрьевич
1a1fb49426
Fixes #15522 : Fixed yii\db\ActiveRecord::refresh() method does not use an alias in the condition
2018-02-01 16:13:19 +07:00
Vladimir Reznichenko
67f67e3a69
SCA with Php Inspections (EA Extended) ( #15571 )
2018-01-29 17:08:57 +07:00
Klimov Paul
71c541773f
PHPDoc fix
2018-01-23 13:17:25 +02:00
Klimov Paul
65f6b59b35
@inheritdoc notation changed
2018-01-23 13:11:24 +02:00
IceJOKER
8897ea7270
Fixes #15249 : Controllers in subdirectories were not visible in commands list
2017-11-30 22:06:24 +03:00