555 Commits (83f5f49469b45193e1e6a8a5d55d31d62d1ac5ea)

Author SHA1 Message Date
Carsten Brandt 78b5c7db66 fixed boolean handling for PostgreSQL 10 years ago
Alexander Makarov 7aed617c38 Fixes #4813: Fixed MSSQL schema that was getting incorrect info about constraints 10 years ago
Arthur Khachaturov 7deb26f6c8 Fix PHPDoc 10 years ago
Qiang Xue 385e13978d Fixes #4800. 10 years ago
Qiang Xue 3f597fd45d updated doc [skip ci] 10 years ago
Qiang Xue 3704b9191e Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY 10 years ago
Qiang Xue 7cf358af03 Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively 10 years ago
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
Carsten Brandt 25bf486b7f save some function calls on AR insert 10 years ago
Qiang Xue 5fe6c55d6b Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 10 years ago
Carsten Brandt c6274acf6c ensure postgres boolean values are handled correctly 10 years ago
Carsten Brandt 92d65ab78b fix issue with postgreSQL and batch inserting boolean values 10 years ago
mcd.php 20774165bc Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
Alexander Makarov 2a8ca600c5 Simplified parameter check for buildSimpleCondition() 10 years ago
Alexander Makarov 47ee0b87d4 Removed unnecessary code 10 years ago
Alexander Makarov b656137541 Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension 10 years ago
Alexander Makarov c1cf48cf5b Fixes #2315: Any operator now could be used with `yii\db\Query::->where()` operand format 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
slavcodev fa8e576251 Refactored ActiveQuery::one() to be consistent with all() creation 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 1f31f27787 phpdoc 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Qiang Xue 1f0d2ab7d9 Fixed Oracle DB type mapping. (Fixes #4) 10 years ago
miramir 67bd4972ba Check availabilty field in BaseActiveRecord::populateRecord 10 years ago
Carsten Brandt f5f9364785 fixed test break 10 years ago
Carsten Brandt d036d2f5bf add support for array valued attr relations to unlink and link 10 years ago
tof06 06bbf017a0 Fixes #4342 10 years ago
Qiang Xue e486b663a0 Fixed test break. 10 years ago
Carsten Brandt d4237b8e50 Update ActiveRecordInterface.php 10 years ago
Qiang Xue 27132ced7c Fixes #4384. 10 years ago
Qiang Xue a3e2b94adf Fixes #3611: Refactored query caching. 10 years ago
Carsten Brandt cc38e9c795 fixed issue with indexBy and array valued relations 10 years ago
Klimov Paul 1a07485e27 Added support for relation by array attributes 10 years ago
Qiang Xue 6e6005b148 Refactored code. 10 years ago
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 10 years ago
Qiang Xue fe2611186e Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item 10 years ago
Qiang Xue 0a5894fcd8 Fixes #4299 10 years ago
Qiang Xue 919ab232e7 all finished. [skip ci] 10 years ago
Qiang Xue 65987f62ae test WIP 10 years ago
Qiang Xue 478380fb10 Fixed test brak. 10 years ago
Qiang Xue c16e5e4240 do not switch connection when in a transaction. 10 years ago
Qiang Xue 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue 91e0c5ae8a Added Connection::useMaster() and refactored code. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Qiang Xue 2018503c8d WIP 10 years ago
Qiang Xue 67a1e172db WIP 10 years ago
Qiang Xue ff50f15056 proper quoting of sequence name. 10 years ago
Alexander Makarov bc5028eb97 Renamed parameter to match description better 10 years ago
Alexander Makarov 608e9012fb Adjusted Connection::transaction to provide Connection instance by default instead of transaction instance 10 years ago
Qiang Xue b147e6516d minor CS fixes [skip ci] 10 years ago