25 Commits (8c0b075bedd4201296239a0fae32c6b745947a4b)

Author SHA1 Message Date
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Carsten Brandt a375a62070 bump minimum required cubrid version 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 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Qiang Xue 2018503c8d WIP 10 years ago
Carsten Brandt 1085f1bd9b cleanup after #4092 10 years ago
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Carsten Brandt 651e6a3feb added support for BIT default values 10 years ago
Carsten Brandt 4f95fcd91f added unit tests for schema detection 10 years ago
Carsten Brandt 6ad244185a missing return 10 years ago
Carsten Brandt cc8a8360cb added unit test and notes about dbms specific settings 10 years ago
Qiang Xue f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 10 years ago
Alexander Makarov 8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 11 years ago
Alexander Makarov 6cfc949691 Added CUBRID support for throwing integrity exception 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 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
Carsten Brandt a0824422b2 removed duplicate assignment of primaryKey in cubrid 11 years ago
Carsten Brandt 6a4ed5a1e8 fixed cubrid schema primary key detection 11 years ago
Alexander Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 28d9ee7c31 adjusted cubrid version in schema quote 11 years ago
Carsten Brandt 598d01287b added cubrid specific pdo type casting 11 years ago
Carsten Brandt ef13a11f66 moved getPDOType() back to Command to avoid dependency on Schema 11 years ago
Carsten Brandt 43d15155c6 cleanup db `use` statements 11 years ago
Carsten Brandt 6015312548 code style 11 years ago
Carsten Brandt 3e5491e089 changed cubrid table and column name quoting 11 years ago
Carsten Brandt 23b858a2cc removed comments 11 years ago
Carsten Brandt 164c70eebc Add support for composite FK to cubrid 11 years ago
Carsten Brandt 8abeed03bd added SchemaTest 11 years ago
Carsten Brandt e996f3dfd5 Workaround for broken PDO::quote() in CUBRID 9.1.0 11 years ago
Carsten Brandt 791f9d3f4e better use int for boolean representation 11 years ago
Carsten Brandt c6ef7ec9d5 moved Command::getPdoType() to Schema 11 years ago
Carsten Brandt 2387d00341 CUBRID added exception about wrong implementation of quoteValue 11 years ago
Carsten Brandt f4fb2d94ef finalizing cubrid Schema 11 years ago
Carsten Brandt be67559fe1 added CUBIRD DB Schema class 11 years ago
Carsten Brandt 267f2d7849 fixed docs in db Schema classes 11 years ago
Qiang Xue f03cdf0a47 renamed Command::queryRow() to queryOne(). 11 years ago
Qiang Xue 9d6f11d5d5 new way of detecting if table exists. 11 years ago
Qiang Xue 2376730452 better check of existence of tables. 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago