Have you installed this patch? https://github.com/kentnl-gentoo/DBD-mysql/commit/b6b8540216bd03b68f3bc076b3d3106f4be23f9d
-----Original Message----- From: amavis-users [mailto:[email protected]] On Behalf Of Alan Munday Sent: Wednesday, January 3, 2018 1:22 PM To: [email protected] Subject: Re: perl-DBD-MySQL (Fedora 24) On 03/01/18 18:15, Dino Edwards wrote: > Not sure, what's happening there. I can tell you on my end that those fields > are float type also. What does your sql_select_policy look like? Mine looks > like this: > > $sql_select_policy = 'SELECT *, users.id FROM users,policy'. > ' WHERE (users.policy_id=policy.id) AND (users.email IN (%k))'; ' > ORDER BY users.priority DESC'; > I'm still looking at this and it looks like there is a long standing bug in DBD-MySQL. From what I've found so far see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856064 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847311 https://github.com/perl5-dbi/DBD-mysql/issues/78 What I'm currently searching for is a temporary workaround, a couple of things I've tried so far have not worked. Alan
