Closed jongleb closed 2 months ago
type_name
without referencing table)ON DELETE CASCADE
in description, but not in the testoverall FOREIGN KEY was not handled until now at all, so thanks for bringing this up, but please uncomment the test cases so that they are actually failing
lease uncomment the test cases so that they are actually failing
Done.
for the second case it mentions ON DELETE CASCADE in description, but not in the
I removed this option, thanks, I found out that nullability on JOIN depends only on the column nullability and on the reference existence
These test shows required improvements to make JOINS work properly.
When dealing with a LEFT JOIN, nullability arises under the following scenarios:
No Foreign Key:
Nullable Foreign Key:
These scenarios highlight the conditions under which NULL values may appear in the result set of a LEFT JOIN operation.