Beakerboy / Beakerboy/VBA-SQL-Library
README — code examples contain mistakes
- 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
Research direction
Open README.md and review each listed code example against the API names and intended SQL shown in the issue. Correct the typos, punctuation, call syntax, literals, and delete example identified there. Done means all listed snippets match the library API and their displayed SQL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100