The following issue has been SUBMITTED. ====================================================================== http://dbmail.org/mantis/view.php?id=676 ====================================================================== Reported By: Maarten Deprez Assigned To: ====================================================================== Project: DBMail Issue ID: 676 Category: Authentication layer Reproducibility: always Severity: minor Priority: normal Status: new target: ====================================================================== Date Submitted: 06-Feb-08 11:59 CET Last Modified: 06-Feb-08 11:59 CET ====================================================================== Summary: cannot create aliases with PostgreSQL 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. ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 06-Feb-08 11:59 Maarten Deprez New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
