68 Commits (8c0b075bedd4201296239a0fae32c6b745947a4b)

Author SHA1 Message Date
Evgeniy Tkachenko af9462bd31 Update return phpDoc queryOne & queryScalar. 9 years ago
Carsten Brandt e43c41c9ea db layer phpdoc fixes 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 95f251edd1 Fixes #10084: Improved DB docs 9 years ago
Michael Härtl b071587e0a Improve docs for bindParam() $value 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Alexander Makarov 310f9152e1 Fixes #9268: Improved display of boolean parameters in logged SQL queries 9 years ago
Paul Klimov 8e4518c81f Doc comments updated 9 years ago
Paul Klimov 0bfa2e2673 Reset of `refreshTableName` on `yii\db\Command` reuse ensured 9 years ago
Klimov Paul 72f9e63e10 Table schema auto refreshing on DDL added to `yii\db\Command` 9 years ago
Klimov Paul 0d48f1041e Fixed `yii\db\Command::getRawSql()` unable to parse params specified without colon (':') 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
laszlovl 8c22270591 db Command performance tweak 10 years ago
Carsten Brandt 21f51400ef added information about quoting to batch insert 10 years ago
John Was 4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER 10 years ago
Qiang Xue 5a63ae324e Fixes #7211: Query caching should properly deal with the case when query result is false 10 years ago
Carsten Brandt 8c3dce88dd fixed phpdoc 10 years ago
Carsten Brandt 8b79293ff2 added missing `@since` annotations 10 years ago
Andrey Grachov 25a7c84ef2 Fixes #6271: Query caching returns the same data when running the same SQL with different fetch modes 10 years ago
Alexander Makarov 99a818c0b8 Fixes #3630: `yii\db\Command::queryInternal()` is now protected 10 years ago
Qiang Xue 613d3071a7 Fixes #5106: Refactored query caching to not load cache component when query caching is not used at all. 10 years ago
Qiang Xue 27132ced7c Fixes #4384. 10 years ago
Qiang Xue a3e2b94adf Fixes #3611: Refactored query caching. 10 years ago
Qiang Xue 6e6005b148 Refactored code. 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
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov bea7cf8449 Moved exception handling to schema 11 years ago
Alexander Makarov b1d94e5c95 Removed unnecessary instance check, fixed Sphinx schema 11 years ago
Alexander Makarov ca465eae18 Renamed handleError to handleException 11 years ago
Alexander Makarov 7764086c5d IntegrityException should be thrown for relational DBs only 11 years ago
Alexander Makarov ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 11 years ago
Qiang Xue 5e9015c89a Fixes #2968. 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 76f6896b22 doc fix. [skip ci] 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 28dc23ddac Fixed the issue that query cache returns the same data for the same SQL but different query methods 11 years ago
Qiang Xue 1e0e5f02af Fixed DB query logging category. 11 years ago
Mark 65b543f68f fixed bug with forgotten param, fixed behavior for one table integrity 11 years ago
Qiang Xue 3b5768b40a avoid throwing the same type of new db exception. 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Qiang Xue 23573968a6 Changed important log messages to info level 11 years ago
Qiang Xue b700f7129e fixes #1142: exposes Command::params. 11 years ago