At 10:30 -0500 2001-08-01, Albrecht, Matt wrote:
I had to make a mod to the P4DTI that made it look for new Bugzilla entries
- without it, P4DTI would never see new entries and propagate them over to
P4.
This is caused by a bug in the implementation of LEFT JOIN in version
3.23.37 of MySQL. See
<http://www.ravenbrook.com/project/p4dti/issue/job000345/>. Here's
our workaround, which will be in the next release:
780c780
< " and bugs_activity.bug_when is null" # NO recent activity
---
" and bugs_activity.fieldid is null" # NO recent activity
Also, there's apparently a slight bug with the to-string
transformation for inserting into MySQL, where a date (as opposed to
a string) is passed into the routine.
Can you describe this problem in more detail? What goes wrong? What
are the symptoms?
[Nick: I wonder if this is could be to do with MySQL using date
objects instead of date strings if a particular Python module is
installed.]