Aaron Stone wrote: > On Wed, 2008-02-06 at 11:59 +0100, [EMAIL PROTECTED] wrote: > >> Description: >> I had to do a few changes in modules/authsql.c to make aliases work with >> PostgreSQL 8.3RC2 . The error is it cannot compare deliver_to (varchar) to >> an int user id. So you need to change "deliver_to = %llu" to "deliver_to = >> '%llu'" in queries. Hope this doesn't break for other databases. > > Paul, are you up for breaking the deliver_to into two fields in 2.3?
I dont have any strong feelings about it. It seems like a sensible change, and it's already current practice in the ldap driver. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
