59 Commits (3c6239f9f7e5cc051ecbb4aba7a20749094fabb7)

Author SHA1 Message Date
Qiang Xue e486b663a0 Fixed test break. 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 919ab232e7 all finished. [skip ci] 10 years ago
Qiang Xue 65987f62ae test WIP 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
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
Alexander Makarov 4ff28fb9fb Added callable typehint and active transaction check to Connection::transaction() 10 years ago
Alexander Makarov ceff7cc794 Removed requirement to use \Callback from Connection::transaction, improved docs 10 years ago
Alexander Makarov 56a7ec7618 Passed transaction as callback argument for Connection::transaction() method 10 years ago
Alexander Makarov 5991006ed7 Fixed example of closure-transactions 10 years ago
Ragazzo e5195937e4 Fixes #3384: Added callback-style transactions 10 years ago
Qiang Xue 4969f51e3f Fixes #3221: Added events for DB transaction commit/rollback 10 years ago
Carsten Brandt bbbe2a3e4b Added support for transaction isolation levels 10 years ago
Alexander Makarov de8ba90019 Revert "Fixes #3744: `yii\db\Connection` now skips `bindValues` if there are no parameters to bind" 10 years ago
Alexander Makarov ea10ba4938 Fixes #3744: `yii\db\Connection` now skips `bindValues` if there are no parameters to bind 10 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
resurtm 1991c4cbbd Add ODBC support to yii\db\Connection 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
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue e1f4a9cc8f Added Connection::enableSavepoint. 11 years ago
Qiang Xue bea9e3fc06 Fixes #1645: Added support for nested DB transactions 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Alexander Kochetov d82b38531c DbConnection::tablePrefix default value added 11 years ago
Carsten Brandt 5f3be6c7f7 default values for db\Connection username and password to null 11 years ago
Carsten Brandt ea47ce5ca2 code style fixes 11 years ago
Qiang Xue 4a552c88cf Fixes #1650: Added Connection::pdoClass. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 11 years ago
resurtm b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
Carsten Brandt be67559fe1 added CUBIRD DB Schema class 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Qiang Xue 1072abb189 fixed test break. 11 years ago
Qiang Xue 28423486f1 model generator WIP 11 years ago
Qiang Xue 21b0cc73c4 fixed uninitialized pro issue. 11 years ago
Qiang Xue d135631f8e Avoid logging db errors repeatedly. 11 years ago
Gevik Babakhani 879b494acb Removed custom pgsql PDO and added defaultSchema as public property. 11 years ago
resurtm 7a7d2a9c06 CS fixes. 11 years ago
Qiang Xue 66e698673d Fixes issue #457: incorrect HTTPS detection. 11 years ago