Beakerboy / Beakerboy/VBA-SQL-Library

README — code examples contain mistakes

Aperta
#66 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
VBA
Stelle
90
Fork
18
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

---

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
sql
Ambito
documentation
Tipo di issue
Documentazione
Difficoltà
1/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Specificata chiaramente
Idoneità per principianti
52/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.