Oleg Efimov
Oleg Efimov
@phoomin2012 please specify your OSX/Xcode/clang versions and `mysql_config` without options output from terminal.
Also this was suggested and discussed in #110.
Also a good alternative: felixge/node-mysql#259. I need to write a benchmark to decide.
This is goes from MySQL C API: there is two ways to set connection settings: via flags on `mysql_real_connect` and via call `mysql_options`. So I prefer to keep this API...
I need a closer look at the code to decide between this choices. > Or there will be need to create asynchronous version of realConnect, and make obligatory call of...
You can look at the tests for synchronous example: https://github.com/Sannis/node-mysql-libmysqlclient/blob/master/tests/low-level-sync/test-class-mysqlconnection-sync.js#L51-L85 Are you really need async version for this?
Hi Chris! I think `.desc` files as descriptor origin should be previously added to `protobuf-c` so I can support them in my library after that. Will look on it.
@dapaulid even if I change json2protobuf_string() signature to "leaves allocation up to caller" it will affect only memory for root-level structure, not for all nested messages and other values. So...
Solution: https://github.com/Sannis/node-mysql-libmysqlclient/issues/107#issuecomment-3260917
Try [node-mysql-libmysqlclient](https://github.com/Sannis/node-mysql-libmysqlclient) if you are looking for Node.js MySQL driver ;)