README — code examples contain mistakes
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 52/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- sql
- Domain
- documentation
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.
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 MyUpdateinstead ofWith MyDelete.
Proposed Fix
- Correct the snippets to match the library’s API and intended SQL.
- Dominant language
- VBA
- Stars
- 90
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Beakerboy/VBA-SQL-Library
-
Difficulty 1/5 Under an hour Newbie friendliness 55/100
Beakerboy/VBA-SQL-Library#68 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 55/100
Beakerboy/VBA-SQL-Library#67 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 55/100
Beakerboy/VBA-SQL-Library#65 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 55/100
Beakerboy/VBA-SQL-Library#64 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
Beakerboy/VBA-SQL-Library#63 ·
All issues in Beakerboy/VBA-SQL-Library
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
user-reported
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
Kong/developer.konghq.com#7316 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·