Beakerboy / Beakerboy/VBA-SQL-Library
README — code examples contain mistakes
Open
- Dominant language
- VBA
- Stars
- 90
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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.
---
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.