Mikael
Mikael
> > 我会检查驱动程序是否支持。 > > 老哥麻烦尽快更新支持配置ES用户密码 最新版本已经支持了 ElasticSearch: Hosts: - "http://elasticsearch:9200" Index: "looklook-{{yyyy-MM-dd}}" Username: xxxx Password: xxxxx
This still depends on the scenario, if the performance requirements are not so extreme, in fact, for loop one update is not a big problem, if the amount is very...
这个默认我已经过滤了create_time、update_time 、version等 ,这个我看看怎么暴露一下
我晚点确认下,这个不知道是不是关键字什么导致的
> 2022/04/06 15:01:37 no compatible protobuf type found for `bit` mysql 的bit我用的少,基本都用tinyint代替了,它对应protobuf哪个类型好点?bytes ? int?bool? 我来支持下
> bool好些 ok
其实那个端口没啥用的,可以拿掉
变量目前是来自 go-zero项目下的goctl代码中传递过来的,如果想传递自己变量可能要fork后修改
> 已经提示很清楚啦,重复定义了
> ``` > > rpc AddAddres(AddAddresReq) returns (AddAddresResp); > > rpc UpdateAddres(UpdateAddresReq) returns (UpdateAddresResp);``` > > 表名Address ,生成的方法里面少了个s > ``` https://github.com/Mikaelemmmm/sql2pb/releases/tag/v1.0.4