orca-zhang

Results 65 comments of orca-zhang

有必要吗,有时候也会提issue

对的,除了表名以外是通过“?”占位符+可变长参数方式实现的。

感谢支持,抽空会陆续支持的,也欢迎大家一起来完善哈~ 事务、连接池这些都已经设计好了,只是目前实际生产环境需求不是那么强烈。

> 请问如果要子查询要怎么做啊 可以查看【联表查询(临时)】部分哈

是的,最好能实现成连接池

Thank you for your contributions. I'll check it and merge them then. : )

Hi, Great to hear from you. Your scene and suggestion is really good. The cue I could give you is the member variant `lines_`. What chain-able call finished is to...

> > Without even needing to look into the source for the datatypes, you could probably just use cpp's auto feature. In pseudocode, something along the lines of > >...

``` cpp auto &m = influxdb_cpp::builder().meas("test"); auto & f = m.field("val", 10); f.post_http(si, &resp); ```