139 Commits (564cae8cc9ec93fecca0fe2f82b96b48c0067461)

Author SHA1 Message Date
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
Qiang Xue 6166e70f20 Fixes issue #80 12 years ago
Alexander Makarov 3e2e4afa85 fixed DB quoting typo 12 years ago
Qiang Xue 597082a11a Automatic table and column name quoting. 12 years ago
Qiang Xue 6a2bfae41c use parameter binding for query builder. 12 years ago
Qiang Xue e7295ad564 Use __METHOD__ as log category. 12 years ago
Qiang Xue e1acc64b2b refactoring cache and db references. 12 years ago
Qiang Xue b3b8fadfcf minor adjustment of db exception. 12 years ago
Qiang Xue 4fdaab3560 updated file header. 12 years ago
Qiang Xue 76b153a368 fixed event doc. 12 years ago