Mark Story
|
034b9e53eb
Clean up serial column detection.
|
10 years ago |
Mark Story
|
2005e1d213
Exclude NULLS clauses in schema reflection.
|
10 years ago |
Yves P
|
02d1361821
Clean up schema test cases by combining everything to one scenario
|
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
|
337bb4428d
Update docblocks to hint to the ConnectionInterface
|
10 years ago |
Mark Story
|
7f58bf1ffe
Handle postgres time without timezone correctly.
|
10 years ago |
Mark Story
|
778c80f9e1
Postgres' money type should be handled as a string.
|
11 years ago |
Mark Story
|
8c69ebf516
Fix PHPCS.
|
11 years ago |
Mark Story
|
ae1560a6a1
Fix composite primary key reflection in postgres.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
IWASE
|
c1a1cb0f03
Cast default value to boolean on boolean columns #5322
|
11 years ago |
mark_story
|
e4dedd7597
Insert data in a different transaction than schema.
|
11 years ago |
mark_story
|
47464352c5
Fix truncate tests for postgres.
|
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 |
mark_story
|
a6eff184e7
Fix default values in postgres.
|
11 years ago |
mark_story
|
3497a494d7
Add tests for postgres + sqlserver schema.table names.
|
11 years ago |
mark_story
|
2fc00df1d9
Make schema internal methods consistent.
|
11 years ago |
euromark
|
c7687561da
Fix tests on windows
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
mark_story
|
37d5323751
Fix constraint & foreign key reflection when columns are keywords
|
12 years ago |
mark_story
|
dd201c6da6
Fix failing tests related to table counts.
|
12 years ago |
mark_story
|
f006af55a0
Correctly reflect timestamp columns in postgres.
|
12 years ago |
Jose Lorenzo Rodriguez
|
751a886893
Unit testing the new Schema\Table::temporary() method
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
ndm2
|
29caa951c3
Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...)
|
12 years ago |
Jose Lorenzo Rodriguez
|
dbfb3de1b5
Moving more code after changing ConnectionManager's namespace
|
12 years ago |
ADmad
|
fb72c03b4c
Renamed folders "Cake" to "src" and "Test" to "tests".
|
12 years ago |