Commit History

Author SHA1 Message Date
  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
  Yves P 0c8ecd055d Add a failing test to show that Schema reflection does not correctly reflects 10 years ago
  Mark Story 778c80f9e1 Postgres' money type should be handled as a string. 11 years ago
  Mark Story f03fd3bbb4 Describe foreign keys in a way that excludes procedures. 11 years ago
  Mark Story 8c69ebf516 Fix PHPCS. 11 years ago
  Mark Story ae1560a6a1 Fix composite primary key reflection in postgres. 11 years ago
  Mark Story c1a6afaf9c Fix mixed indentation. 11 years ago
  antograssiot dee3130a4b fix psr2 cs 11 years ago
  ADmad 6cf7b52897 Use short array syntax. 11 years ago
  Bryan Crowe be845a3a01 Run phpcbf for PSR2 CS fixers 11 years ago
  IWASE 2a78cc836d use (bool) instead of (boolean) 11 years ago
  IWASE c1a1cb0f03 Cast default value to boolean on boolean columns #5322 11 years ago
  euromark 0e90d71732 More defaults and doc block corrections. 11 years ago
  euromark 25414d8623 Correct return types. 11 years ago
  Yves 281b5b0bfc Unify the name of the variables representing a table name in the Schema system methods 11 years ago
  mark_story e4dedd7597 Insert data in a different transaction than schema. 11 years ago
  mark_story c29bed81d4 Fix typo in foreign key SQL. 11 years ago
  mark_story 4fe22665c0 Make postgres foreign keys deferrable. 11 years ago