Commit History

Author SHA1 Message Date
  AJ Quick 1dcca2794a Update PostgresSchema.php 9 years ago
  Yves P a0ce4c453c Improve support for `decimal` type in Postgres schema management 9 years ago
  Mark Story c721dde22b Fix nullable field with default value in various db platforms. 9 years ago
  antograssiot 141862cde4 Merge branch 'master' into 3.next 9 years ago
  ADmad 855c4d114b Fix CS error. 9 years ago
  Mark Story 64cc00180f Merge branch 'master' into 3.next 9 years ago
  chinpei215 eed02ac509 Fix empty usem. Fix test cases. 9 years ago
  chinpei215 7928668068 Add support for per-column collation 9 years ago
  Jose Lorenzo Rodriguez 1e2e0ab8c0 Merge remote-tracking branch 'origin/master' into 3.next 10 years ago
  Yves P 2784faf8d4 Add support for tinytext, mediumtext and longtext 10 years ago
  Jose Lorenzo Rodriguez d67ba3f334 Mapping the json type to JSONB in postgres 10 years ago
  Jose Lorenzo Rodriguez 6abb45a5ad Merge branch 'master' into 3.next 10 years ago
  Mark Story 3ce391bb89 Update postgres schema reflection query. 10 years ago
  Jose Lorenzo Rodriguez 89ea455f0e Added integration test for parsing JSON column in postgres 10 years ago
  Jose Lorenzo Rodriguez 518ac1bcf4 Adding support to parsing json columns in potgres 10 years ago
  Mark Story 752d848d45 Fix the queries for postgres index/constraint reflection. 10 years ago
  David Binney 0fc654981a gh #8160 : @markstory, Updating query to allow for multi column constraints and composite keys 10 years ago
  David Binney 1b723318f0 gh #8160 : Replacing invalid constraint query and tuning performance 10 years ago
  José Lorenzo Rodríguez 12b2bcdb67 Reading constraints in postgresql from the same schema 10 years ago
  Mark Story 034b9e53eb Clean up serial column detection. 10 years ago
  Mark Story 00fdc44798 Extract a method for building constraints. 10 years ago
  Mark Story ef27fb4118 Use postgres catalog to fetch column names. 10 years ago
  Mark Story 2005e1d213 Exclude NULLS clauses in schema reflection. 10 years ago
  Yves P 8fc6323a73 Quotes the table name for add / drop constraints operation and add tests to those methods 10 years ago
  Yves P a34ac4869d Add the methods added to the schema dialect to the BaseSchema abstract class 10 years ago
  Yves P c5e1ba77ac Add support for FK constraints management for fixtures to the Postgres server 10 years ago
  Bryan Crowe 34cc144e5a Remove unused use statements 10 years ago
  Mark Story 7f58bf1ffe Handle postgres time without timezone correctly. 10 years ago
  Yves P c0a96b66cb Prefer the term "constraint" over "fk" 10 years ago
  Yves P 0aea497e2d Make the foreign key constraints columns references resolution DRY 10 years ago