42e8aa4ea5
Fix #18325 : Fix yii\db\pgsql\Schema
to respect non-default PgSQL schema name for data types
...
Co-authored-by: SilverFire - Dmitry Naumenko <d.naumenko.a@gmail.com>
2021-04-01 00:52:02 +03:00
54f25c4b04
Fix #17174 : Fix yii\db\BaseActiveRecord::unlink()
to not ignore on
conditions in via
relations
2021-03-14 19:04:07 +03:00
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
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
136705c92b
MSSQL: fix tests ( #17431 )
2019-07-13 02:27:47 +03:00
4333b90186
Fixes #15482 : AR::find()->with() missing data when using string identifiers for relations
2019-01-14 18:50:56 -05:00
dc452b7e24
Fixed multiple JSON-related issues ( #15732 )
2018-02-23 23:07:04 +02:00
bd472c3640
Revert "Fixed regexp in tests"
...
This reverts commit 4fbece20cece701b9c917e130545c5c49fa044d8.
2018-02-20 23:56:54 +02:00
4fbece20ce
Fixed regexp in tests
2018-02-20 23:56:36 +02:00
df91a9608f
Fixes #14638 : Added yii\db\SchemaBuilderTrait::tinyInteger()
2018-02-12 12:01:21 +03:00
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
de1750228d
Fixes #13879 : Added upsert support for yii\db\QueryBuilder
and yii\db\Command
2018-02-09 01:05:50 +03:00
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
b0148a5e8f
Added test to check issue #14274
2017-10-06 18:08:48 +03:00
73ac13e6d7
Implement retrieving dbms constraints
2017-05-15 20:55:25 +03:00
ad796dbf22
#11912 : Postgresql negative default values support for integer/float/decimal columns ( #11933 )
...
* fixes #11912 : Postgresql negative default values support for integer/float/decimal columns
* added more tests
* updated CHANGELOG.md
2016-07-11 23:49:43 +02:00
b976f638d8
Added test for PgSQL BIGINT column to ensure typecasting works OK
...
Closes #11286
2016-05-15 23:05:30 +03:00
ce6e92b736
add comment control methods
2015-08-14 12:27:21 +03:00
357bce51bb
Tests for #9006
2015-07-30 19:25:52 +03:00
a003a8fb48
Fixed broken postgresql test schema
2015-05-28 11:43:01 +03:00
51a442d6c8
Fixed yii\db\ActiveRecord
does not updates attribute specified at optimisticLock()
after save
2015-05-26 11:53:34 +03:00
57db031d1c
Merge branch 'master' into 7374-inserting-ar-without-values
2015-05-24 23:29:40 +02:00
a63fc2ff59
properly quote sequence name in Schema::getLastInsertId()
...
fixes #8483
close #8515
2015-05-21 22:42:34 +02:00
5f099b3f8d
Merge branch 'master' into 7374-inserting-ar-without-values
2015-04-21 09:49:46 +02:00
aa9399c6c0
Merge branch 'master' of github.com:yiisoft/yii2 into 5042-insert-returning
2015-04-20 11:23:38 +03:00
6949992246
Simplified tests directory structure a bit
2015-04-16 12:10:01 +03:00