51 Commits (65232792b9c7ba32c66d1e85be5532bc4acee614)

Author SHA1 Message Date
Ricardo Pérez 33dfddd0c2 Fixes #8644: Fixed trying to ENABLE/DISABLE TRIGGER ALL on a view in PostgreSQL 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
SilverFire - Dmitry Naumenko 15432971d6 db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Jan Siqueira f9473ebc61 Fix default value parsing in pgsql\Schema for null values 9 years ago
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 5ab4f0f090 Better quotes usage in strings 9 years ago
Matvey Vasenin 3cc8c09898 some test case added 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
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Carsten Brandt 78b5c7db66 fixed boolean handling for PostgreSQL 10 years ago
Carsten Brandt c6274acf6c ensure postgres boolean values are handled correctly 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 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 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 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