48 Commits (bc5028eb973595b2299d4d0ac960802866c0aa6f)

Author SHA1 Message Date
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
Qiang Xue f05f85fcfe Removed Connection::__sleep. 11 years ago
Gevik Babakhani 4602b575ad Save point: WIP implementing db schema functionality. 11 years ago
Carsten Brandt 689080519e Added support for previous exceptions 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Qiang Xue d06e785e79 Always enable profiling for DB queries. 12 years ago
Qiang Xue 490c57f5e2 namespace cleanup. 12 years ago
resurtm c98628d42e CS fixes. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Dev-Speranza 6ed419849e Fix $schemaMap declaration for Mssql driver 12 years ago
resurtm e9ad7d6e36 Rollback word consistencty over entire codebase (ref. #139). 12 years ago
resurtm 87c2fefe09 Initial MSSQL related commit. 12 years ago