34 Commits (f58d0969200dc5018f40c597280d90a602ca0480)

Author SHA1 Message Date
Jan Waś f58d096920 fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
Qiang Xue 9eedfd054e Fixed test break. 10 years ago
Qiang Xue ab1f32ef76 Fixes #4492: Support PostgreSQL-specific syntax for `QueryBuilder::alterColumn()` 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Carsten Brandt 78b5c7db66 fixed boolean handling for PostgreSQL 10 years ago
Carsten Brandt 25bf486b7f save some function calls on AR insert 10 years ago
Carsten Brandt c6274acf6c ensure postgres boolean values are handled correctly 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 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Qiang Xue ff50f15056 proper quoting of sequence name. 10 years ago
Qiang Xue 038d5a5375 Fixes #4232: `TableSchema::sequenceName` for PostgreSQL should remove the enclosing quotes 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 1391253a58 fixed postgres default value parsing 10 years ago
Carsten Brandt 651e6a3feb added support for BIT default values 10 years ago
makroxyz 458c4a6623 Fix PostgreSQL enumValues 10 years ago
Qiang Xue f23b7ac57e Fixes #3564 10 years ago
Carsten Brandt 18190b7348 fixes #3473, allow precision in pgsql abstract timestamp 10 years ago
Carsten Brandt 6fd25815ba added more types to pgsql schema, better detection 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
Qiang Xue 6e7713ec13 Fixes #3567: Fixed the bug that smallint was treated as string for PostgreSQL 10 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Alexander Makarov 1ff9dedf60 Fixed getting default value from postgres schema 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Luciano Baraglia 13aa88bc5b Fix for #2087 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago