lapis icon indicating copy to clipboard operation
lapis copied to clipboard

Add mysql connection character set option.

Open name212 opened this issue 5 years ago • 1 comments

Hi!

Openresty mysql driver https://github.com/openresty/lua-resty-mysql provides the ability to specify a character set for a connection using the 'charset' option.

Is it possible to add this parameter to the lapis configuration?

name212 avatar Sep 12 '18 14:09 name212

You can already specify charset using driver options in resty_mysql field as seen in this commit (master only atm) https://github.com/leafo/lapis/commit/ff23e41dd4baa818a6334bf92fc037c75ff73739

edubart avatar Oct 23 '18 11:10 edubart