Jochen Schroer wrote: > Hi, > > at my tests with svn 2192 and postgresql I find out that there is a huge > diff if you install dbmail with mysql or postgresql. > In postgresql the SQL operators "=" and "LIKE" are case-sensitive, so a > simple search over headerfields failed for me because e.g. the header > "subject" is saved in the database as "Subject", but thunderbird (and > dbmail) make a select with "SUBJECT". > Is there a plan to adapt database typical differences in near future? > ( C is not my lanuage, so I have some problems to provide source, what > I'm thinking about is to replace the compare operators in SQL-selects > with an variable that is filled with the best matched operator for this DB.
That is already done in the code. But just not in this particular case. Fixed in svn-trunk (2193). -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
