Bug #5597 | MySQL Connector/Net has a problem with the "LEFT JOIN" syntax | ||
---|---|---|---|
Submitted: | 15 Sep 2004 16:34 | Modified: | 16 Sep 2004 12:47 |
Reporter: | Nate Jones | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 1.0.0 Beta | OS: | Windows (Windows XP SP2) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[15 Sep 2004 16:34]
Nate Jones
[15 Sep 2004 20:40]
James Moore
5571 and 5565 are also issues with nulls. I included a patch in 5571; you might want to see if that helps with your issue. (No warranties or promises on the patch; I'm not an official mysql developer by any means)
[15 Sep 2004 21:44]
Nate Jones
James, You are absolutely correct in saying that this is a null field issue. I dove a little deeper into the problem, and the exact problem is that once a field says it has a null value, for every row after that, the column is still set to null. The fix you did in Bug #5571 is the exact same fix that I did for mine, and it fixed it. Thanks for sharing and commenting on bugs! Your help is greatly appreciated.
[16 Sep 2004 12:47]
Reggie Burnett
This is a duplicate of bug #5388 and has already been fixed.