ClickHouse / ClickHouse/clickhouse-java
[jdbc-v2, client-v2] Accept `1` and `0` for boolean properties
未关闭
还没有人认领这个 Issue。
area:general
client-api-v2
jdbc-v2
- 主要语言
- Java
- 星标
- 1.6k
- 派生
- 637
- 平均合并
- 2 天 23 小时
- 30 天内合并 PR
- 29
描述
Description
There is a number of boolean properties in the driver and the client. Currently they may be inconsistent and accept 1 along with true. For better user experience we need it consistent and documented.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先盘点 jdbc-v2 驱动程序和 client-v2 配置中的布尔属性,然后比较每个属性当前如何解析值,以及其文档定义在哪里。完成的标准是相关属性统一接受 true、false、1 和 0,并记录支持的值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- database
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100