[exim-dev] [Bug 980] Allow to specify mysql connection chars…

Pàgina inicial
Delete this message
Reply to this message
Autor: Arkadiusz Miskiewicz
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 980] Allow to specify mysql connection charset
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=980

Arkadiusz Miskiewicz <arekm@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arekm@???





--- Comment #1 from Arkadiusz Miskiewicz <arekm@???> 2010-05-09 11:25:04 ---
Per query option would be nicer IMO. You once could want ascii data, once utf8
and once iso8859-2 in your exim config.

There is:
${lookup mysql{servers=master; UPDATE ...} }
already so:
${lookup mysql{names=utf8; UPDATE .... } }

that would do 2 queries for that:
SET NAMES utf8;
UPDATE ...


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email