952 Commits (677b55475b6ff9d7458dbc4b923ff88994bc72ea)

Author SHA1 Message Date
Alexander Makarov 677b55475b Reverted accidental commit 8 years ago
Konstantin Tsukur 2ffa670885 add functions for filtering 8 years ago
Angel Guevara 6100849e2f Documentation ActiveQueryInterface::one() (#12682) 8 years ago
Robert Korulczyk e7195da4b3 Fix `yii\db\Query::having` phpdoc [skip ci] 8 years ago
SilverFire - Dmitry Naumenko e6eed9a7c9
yii\db\mssql\QueryBuilder - TYPE_TEXT mapped to NVARCHAR(MAX) 8 years ago
githubjeka 4d43ec3867 NTEXT is being deprecated in MSSQL 8 years ago
SilverFire - Dmitry Naumenko 95152f3c2c Fixed consistency of `indexBy` handling for `yii\db\Query::column()` 8 years ago
SilverFire - Dmitry Naumenko fb210b8839 Fixed typo in data type. Fixes #12599 8 years ago
SilverFire - Dmitry Naumenko 3861108553 Fixed casting of `binnary()` type for MSSQL. Closes #12599 8 years ago
rhertogh f696a28c79 display the table when dropping index 8 years ago
Carsten Brandt 487b2cb439 make db\Connection phpdoc more clear 8 years ago
Carsten Brandt f006db9b2b update docs of AR::update() 8 years ago
Klimov Paul ea03f56d42 `BaseActiveRecord` methods `canGetProperty()` and `canSetProperty()` improved to handle attribute list fetching failure. 8 years ago
__FresHmaN b764a7a21e Disable slaves when execute migrations to resolve master-slave replication no-sync (#12460) 8 years ago
__FresHmaN af189518a3 removed incorrect docblocks 8 years ago
DrmagicE b3081e53a5 Fixed bug in yii\db\mysql\QueryBuilder (#12428) 8 years ago
Robert Korulczyk ecfaa9875d Fix phpdoc for constants in db\Schema [skip ci] (#12418) 8 years ago
Klimov Paul 75439d367d Fixed `canGetProperty()` and `canSetProperty()` returns `false` for `yii\db\BaseActiveRecord` attributes 8 years ago
Klimov Paul 4f7b1b0817 Fixed `yii\db\BaseActiveRecord::refresh()` may set incorrect `oldAttributes` values at some cases 8 years ago
SilverFire - Dmitry Naumenko 1e1723a741 Updated PHPDoc in BaseActiveRecord 8 years ago
SilverFire - Dmitry Naumenko 0f568807e5 Updated PHPDoc in ActiveRecordInterface 8 years ago
hAppywAy_ cac514e8e9 Fixes #12293: Fixed MSSQL `Schema::resolveTableNames()` when using linked database tables 8 years ago
Roman Grinyov 926a238595 Removed duplicate sentence in docblock (#12290) [skip ci] 8 years ago
Roman Grinyov f0e999e017 Cosmetic changes (#12292) [skip ci] 8 years ago
Roman Grinyov 434a4ce632 Typos in class docblock (#12270) 8 years ago
Nate Sanden d33227ab85 typo fix (#12217) [skip ci] 8 years ago
Klimov Paul 143f9070af Fixed `yii\db\BaseActiveRecord::updateAttributes()` change `isNewRecord` state for the new model 8 years ago
Carsten Brandt ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
Carsten Brandt 144d78ebb4 Revert "fixed mysql defaul integer display width on unsigned pk" 8 years ago
Carsten Brandt 85d89e4893 fixed mysql defaul integer display width on unsigned pk 8 years ago
Alexander Makarov 876ef142c1 Remove explicit property initialization with null 8 years ago
Alexander Makarov 9b1b4fc5fa Added missing phpdoc 8 years ago
Alexander Makarov c7d5e69cda Eliminated unused variables 8 years ago
Alexander Makarov ef4885f478 Removed unnecessary semicolon 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 8 years ago
SilverFire - Dmitry Naumenko 6263eeba69 Updated PHPDoc 8 years ago
Evgeniy ad796dbf22 #11912: Postgresql negative default values support for integer/float/decimal columns (#11933) 8 years ago
Carsten Brandt ee92cfa7ba release version 2.0.9 8 years ago
Carsten Brandt 217d50e4ff improved PHPdoc and `@since` annotations 8 years ago
Carsten Brandt 326cdfeb52 added test for #11256 8 years ago
Angel Guevara 6b6fa96319 Fix #11252 use strict comparison on hasAttribute() 8 years ago
Carsten Brandt bcc19e97cb added note about Oracle DB connection charset 8 years ago
Carsten Brandt 7fb447506d fix mixed case column names for unique indexes in postgres 8 years ago
Laszlovl 0f640c7138 Make sure inverseOf relations are also populated during dynamic relational queries 8 years ago
Robert Korulczyk 099b364b14 Fixed #9574: Implicit run ColumnSchemaBuilder::null() when default value is set to null. (#11813) 8 years ago
Robert Korulczyk 104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
Carsten Brandt 4e3c9e4a98 fixed scalar value for IN condition 8 years ago
Carsten Brandt e4dc2026bc note about JOIN syntax 8 years ago
Ricardo Pérez 33dfddd0c2 Fixes #8644: Fixed trying to ENABLE/DISABLE TRIGGER ALL on a view in PostgreSQL 8 years ago
Thiago bafc8b3325 Fixes #10422, #9574: New proposal fix for ColumnSchemaBuilder not null column 8 years ago