Hajime Nakagami
Hajime Nakagami
I hope someone's (including @mocobeta ) work. I think I don't understand detailed implementation of janone, and I don't have enogh time to work. And sorry, I don't have good...
An another approach, I wrote addon package https://github.com/nakagami/janomecabdic . It seems to work fine.
It does not appear to be an effect of driver. This is an old issue so, it will be closed.
Firebird 4.0 or later has TimeZone support, so try Firebird 4.0.
support MicroPython and SCRAM-SHA-1 and release as version 0.5.0
I don't know why, but 1. Write pure cymysql example code (not django and django-cymysql) 2. Test with mysql command
seems ``` "options": { "ssh" : True } ```
Oh, Sorry ``` "options": {"ssl": Ture} ``` ssh -> ssl
Sorry, I'm not sure about the SSL connection thing. The settings for ssl should be the same as PyMySQL in the original fork. https://github.com/PyMySQL/PyMySQL/issues/430 Here's what you might find helpful.
tcp_gen:recv() returns {error, ealready} because tcp_gen:recv() is called by multiple processes. - https://www.erlang.org/doc/man/gen_tcp.html#recv-3 - https://stackoverflow.com/questions/34076562/interrupting-gen-tcprecv-in-erlang I don't know what to do either, but if there is a way to improve...