Beakerboy / Beakerboy/VBA-SQL-Library

README — code examples contain mistakes

未关闭
#66 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
VBA
星标
90
派生
18
PR 合并指标
30 天内没有已合并 PR

描述

README: fix API typos and incorrect examples
- Component: `README.md`

### Problems (examples)
- `.innerJoin` (should be `.InnerJoin`).
- Missing comma: `.AddWhere "u.favorite" "c.name"`.
- Assignment instead of call: `.AddHaving = "age", "1", ">"` → `.AddHaving "age", 1, ">"`.
- `Ceate_SQLSelect` → `Create_SQLSelect`; literals inconsistent with shown SQL.
- Delete example uses `With MyUpdate` instead of `With MyDelete`.

### Proposed Fix
- Correct the snippets to match the library’s API and intended SQL.

---

贡献指南

这个仓库没有索引到贡献指南

调研方向

打开 README.md,并根据 issue 中显示的 API 名称和预期 SQL,检查其中列出的每个代码示例。修正其中指出的拼写错误、标点、调用语法和字面量,并删除其中指出的 delete 示例。所有列出的代码片段都与库 API 及显示的 SQL 相匹配,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
sql
领域
documentation
Issue 类型
文档
难度
1/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
52/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。