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 |
|
Sergey Makinen
|
73ac13e6d7
|
Implement retrieving dbms constraints
|
2017-05-15 20:55:25 +03:00 |
|
Tobias Munk
|
f5ab85c393
|
updated debug settings (+56 squashed commits)
Squashed commits:
[c42f30c] updated base image, added docs & local test script
[88f0c40] debug
[6220c94] fixed network isolation
[c63c7c3] test mssql only on test/mssql branch
[74efc78] fixed isolation in after_script
[02b895b] updated test setup
[3335f39] updated retry
[bd123b2] updated service checks
[45e4c90] updated build
[d54da7a] updated after_script
[5a4c726] 🏭 wait for mysql
[08db878] fixed typo
[ea53c1e] updated build stages
[9807ce3] fixed typos
[cf9f64e] fixed mssql testing
[08001d6] added db create for mssql
[62f6b65] run travis (gitlab simulation) only in travis branch
[cf63da4] streamlined build
[76808ac] updated test jobs
[18d79b5] fixed test error
[7b2bce6] updated build & composer.lock
[244623a] updated build
[86bd71b] fixed cleanup
[86ab2e8] fixed cleanup
[091d4b8] fixed tests
[2d315b5] fixed build config
[2913644] fixed project names
[f53b823] refactored build config
[5a791fb] refactored docker db-tests
[b4479b0] revert
[a975fa5] updated gitlab build
[4e4e5e4] updated mssql setup
[d6ff03b] added sleep workaround
[578b102] removed host volumes in test
[928f50b] fixed path
[967ab10] updated tests
[520f317] bootstrap cubrid
[5f245e1] 🏭 fixed cubrid tests
[940dbbc] 🏭 pinned cubrid version 9.3.6.0002
[8d5ea69] 📝 dockerized test commands
[9954b54] updated cubrid
[fb3afac] updated docs
[3f63ced] updated isolation
[bdc3c83] 🏭 build cubrid
[b777911] 🏭 disabled mssql, updated cubrid
[36534e7] added travis-a-like stage
[6546f02] updated GitLab build
[c046096] updated test setup
- added mssql and cubrid stack
[5a0e635] disabled host-volume
[75cf342] fixed test
[8de0794] fixed testing
[465d27a] added stages
[63aa950] added script
[68eecef] fixed typo
[00e4b88] updated Docker build
[f9072cc] added dockerized test setup
|
2017-01-19 18:01:08 +01:00 |
|
Fabian Peter Hammerle
|
46da2df98d
|
yii\db\mysql\Schema::loadColumnSchema sets enumValues attribute incorrectly if enum definition contains comma
(i.e. "enum('a','B','c,D')" -> ['a','B','c','D'] instead of expected ['a','B','c,D'])
|
2016-11-29 00:21:44 +02:00 |
|
Evgeniy
|
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 |
|
Alexander Makarov
|
357bce51bb
|
Tests for #9006
|
2015-07-30 19:25:52 +03:00 |
|
Klimov Paul
|
51a442d6c8
|
Fixed yii\db\ActiveRecord does not updates attribute specified at optimisticLock() after save
|
2015-05-26 11:53:34 +03:00 |
|
Klimov Paul
|
aa9399c6c0
|
Merge branch 'master' of github.com:yiisoft/yii2 into 5042-insert-returning
|
2015-04-20 11:23:38 +03:00 |
|
Alexander Makarov
|
6949992246
|
Simplified tests directory structure a bit
|
2015-04-16 12:10:01 +03:00 |
|