6 messages in com.perforce.perforce-user[p4] Bugzilla 2.12 & P4DTI
FromSent OnAttachments
Albrecht, Matt01 Aug 2001 08:30.py
Bruce Edge01 Aug 2001 09:13 
Gareth Rees02 Aug 2001 12:04 
Gareth Rees02 Aug 2001 12:17 
Albrecht, Matt03 Aug 2001 16:27 
Nick Barnes06 Aug 2001 05:08 
Subject:[p4] Bugzilla 2.12 & P4DTI
From:Gareth Rees (gd@ravenbrook.com)
Date:08/02/2001 12:17:19 PM
List:com.perforce.perforce-user

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.]