Re: 2.5.0.Beta5 available

From: Murray S. Kucherawy <msk_at_blackops.org>
Date: Mon, 28 Nov 2011 11:21:35 -0800 (PST)

On Mon, 28 Nov 2011, Andreas Schulze wrote:
> Am 28.11.2011 00:15 schrieb Murray S. Kucherawy:
>> o "atps" was in the wrong table in mkdb.mysql
> and is now in the wrong order.
>
> the table is filled with opendkim-import-stats line 835 with
> "size, sigcount, atps, spam) VALUES ..."
>
> but table is
> size int unsigned not null,
> sigcount int unsigned not null,
> spam tinyint not null default -1,
> atps tinyint not null default -1,

The list of column names in the INSERT clause gives the order in which the
values are given, but doesn't have to match the order in which the column
names are defined in the table. So this shouldn't cause a problem.

Does SQLite3 complain about this?
Received on Mon Nov 28 2011 - 19:21:50 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:33:13 PST