48 Commits (9e6b7dea243efe79d22027a250fad8244af919bf)

Author SHA1 Message Date
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 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
Alexander Makarov 187322052d Fixed converting double to PHP type 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Alexander Makarov 7b20bdeeb2 Fixes #6279: `yii\db\Schema::getLastInsertID()` was passing wrong default schema name to PDO 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 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
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue 6e6005b148 Refactored code. 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 478380fb10 Fixed test brak. 10 years ago
Qiang Xue 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Qiang Xue 2018503c8d WIP 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Carsten Brandt bbbe2a3e4b Added support for transaction isolation levels 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov 8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 11 years ago
Alexander Makarov bea7cf8449 Moved exception handling to schema 11 years ago
Alexander Makarov d1ec2a0241 Better naming for Schema properties 11 years ago
Alexander Makarov ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Qiang Xue 7b908aa8a3 Fixes #2853: ActiveRecord did not handle resource-typed columns well 11 years ago
Qiang Xue ec3aadfffb Fixes #2862: Using `DbCache` while enabling schema caching may cause infinite loops 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 e1f4a9cc8f Added Connection::enableSavepoint. 11 years ago
Qiang Xue bea9e3fc06 Fixes #1645: Added support for nested DB transactions 11 years ago
Alexander Makarov eb3c6866dd Removed unused variable 11 years ago
Qiang Xue 266aadd230 Only treat 32bit signed integers as integers so that 32bit clients won’t have trouble. 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue ab05f0d791 Fixed the signature of Schema::findUniqueIndexes(). 11 years ago
Luciano Baraglia 89f0bfe100 Making accesors public 11 years ago
Luciano Baraglia d376da57e4 Get DB unique indexes information 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Qiang Xue 49081f0566 Fixes test break. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue 8899aaeb5b moved getPdoType() to Schema. 11 years ago
Carsten Brandt ef13a11f66 moved getPDOType() back to Command to avoid dependency on Schema 11 years ago
Alexander Makarov 523a63f576 Added TYPE_BIGPK to Schema 11 years ago
Carsten Brandt c6ef7ec9d5 moved Command::getPdoType() to Schema 11 years ago
Carsten Brandt 267f2d7849 fixed docs in db Schema classes 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago