Mark Story
|
752d848d45
Fix the queries for postgres index/constraint reflection.
|
10 years ago |
Yevgeny Tomenko
|
5ede142458
Added identiferEquals method for expressions to use fields with quoting in join conditions. Added identifier parameter for expressions.
|
10 years ago |
Yves P
|
b3c383d1a8
Remove constraint support for SQLite
|
10 years ago |
Yves P
|
0aeb8625fc
Fix tests for SqlServer
|
10 years ago |
Yves P
|
d2993dd1d1
Reorder fixtures to prove that the order does not matter anymore
|
10 years ago |
Jose Lorenzo Rodriguez
|
722cbf8680
Removing baseType from the output of Table::column()
|
10 years ago |
Jose Lorenzo Rodriguez
|
7daa24e64a
Fixed tests
|
10 years ago |
Jose Lorenzo Rodriguez
|
e726b0d91d
Reading baseColumnType() insted of columnType() in EntityContext
|
10 years ago |
Yves P
|
afccef8dee
The TableRegistry should be cleared to prevent conflicts with
|
10 years ago |
Yves P
|
cd4ac1d89b
Delete unused fixture and add a test which asserts that single column constraint works as expected
|
10 years ago |
Yves P
|
d485e31d1d
Remove a use statement
|
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
|
fe747324b6
Add isNullable to Schema\Table.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
Mark Story
|
84e9edbbbf
Account for null = false and null default value.
|
11 years ago |
Mark Story
|
28cae9d06e
Fix null default values not being returned by defaultValues()
|
11 years ago |
Mark Story
|
dba0c10ccd
Always return an array from Table::primaryKey().
|
11 years ago |
mark_story
|
92627d1a46
Add Table::defaultValues()
|
11 years ago |
Jose Lorenzo Rodriguez
|
669e5c9ce9
Making Table::columnType() a setter too
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
mark_story
|
ea5d3e2b8c
Cover more cases with tests.
|
12 years ago |
mark_story
|
a5690367a7
Update error messages to be more helpful.
|
12 years ago |
Jose Lorenzo Rodriguez
|
751a886893
Unit testing the new Schema\Table::temporary() method
|
12 years ago |
Tigran Gabrielyan
|
6994bd28f5
Remove PHP Version from license information
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
ndm2
|
6c32004206
Make the wannabe fully qualified namespaces in docblock tags actually fully qualified by adding leading backslashes.
|
12 years ago |
ADmad
|
fb72c03b4c
Renamed folders "Cake" to "src" and "Test" to "tests".
|
12 years ago |