The issue 0000678 has been set as DUPLICATE OF the following issue. ====================================================================== http://www.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. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000678 Postgresql 8.3 CAST and dbmail ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 06-Feb-08 11:59 Maarten Deprez New Issue 10-Feb-08 22:11 paul Relationship added has duplicate 0000678 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
