62 Commits (7d703165d1d690c3df01e7a4581b63b35d0b9b99)

Author SHA1 Message Date
Alexander Makarov 5cecb09c1b Fixes #9443: Added `unsigned()` to `ColumnSchemaBuilder` 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Carsten Brandt abc7dbbf0f added missing `@since` annotations 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Carsten Brandt 8cfc89b21c adjusted pgsql/QueryBuilder batchInsert to match parent implementation 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
pana1990 3f7ffd6707 Improved `SchemaBuilder` docs, refactored code 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
Carsten Brandt 9c4c984200 improved docs and changelog for #8903 9 years ago
Aleksey Loban db12282e59 \yii\db\pgsql\QueryBuilder add createIndex() for the creating specific indexes 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
Klimov Paul 60aa5f3eb9 Redundant checks at `yii\db\oci\Schema::insert()` and `yii\db\pgsql\Schema::insert()` removed 10 years ago
Paul Klimov 4e8ee7b001 Use RETURNING for inserts for pgsql and oci to support PKs with a custom default value expression 10 years ago
Jan Waś ced423b601 Fixes #8012: Fixed fetching multiple relations between two tables for pgsql 10 years ago
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 10 years ago
Alexander Makarov 9f8ca6b3db Removed join according to https://github.com/yiisoft/yii2/issues/7958#issuecomment-88872600 10 years ago
Jan Was 356d1b98a7 fix fetching pgsql indexes for older server versions 10 years ago
Jan Was ec7bbe1914 fix fetching pgsql constraints for older server versions 10 years ago
John Was 664958548f fix oci\Schema::findConstraints() and pgsql\Schema::findTableNames(); added missing view to oci tests 10 years ago
John Was 4d1ca9ff17 Fixes #7831: Add order when fetching database table names and constraints 10 years ago
John Was 29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 10 years ago
Jan Was 48255a446d Fixes #7867: Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Jan Waś 1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
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