Hello!
On Tue, Aug 6, 2013 at 1:10 AM, microwish wrote:
> Any plan to add support for setting charset in resty-mysql? Now it's just
> commented as a TODO in source of resty-mysql.
>
Right now we rely on
1. mysql server-wide configurations of charset used for connections, or
2. use of the "set names utf8" query on the client side.
The TODO item means adding a 3rd option, that is, specifying the
charset in the MySQL query packet.
> I'm to use this function and perhaps try patching it if it's not in your
> near-term plan.
>
It's not in my near-term plan, and yeah, patches are welcome :)
Regards,
-agentzh