John Guo

Results 49 issues of John Guo

We currently accept English and Chinese language in issue, but we encourage using English as possible as you can when discussing issues, for better globally communication. But more importantly, we...

help wanted
inactive

现有支持的DB Driver: https://github.com/gogf/gf/tree/master/contrib/drivers 新增DB Driver相当简便,请查看现有Driver实现。只需要几个接口方法即可。 感兴趣请创建新的issue跟进,并将issue恢复到本issue下便于记录。

feature
help wanted

reference: https://github.com/gogf/gf/pull/1879

enhancement

完善社区组件 `contrib/drivers/clickhouse` 的单元测试。 组件地址:https://github.com/gogf/gf/tree/master/contrib/drivers/clickhouse 要求: 1. 提供`Model`的`CURD`用例,至少包含这些方法的测试用例: - 模型:`Model/Raw` - 查询:`All/One/Value/Array/Scan/Count` - 条件:多条件`Where`组合用例 - 写入:`Insert/Replace/Save` - 更新:`Update` - 删除:`Delete` 3. 提供`DB`接口的`CURD`用例,至少包含这些方法的测试用例: - 原生:`Query/Exec` - 查询:`GetAll/GetOne/GetValue/GetCount/GetArray/GetScan` - 写入:`Insert/Replace/Save` - 更新:`Update` -...

feature
help wanted

该仓库不接受Issue提交,请提交到GF仓库地址:https://github.com/gogf/gf/issues