| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- RAMDOM → RANDOM and RAMDOMBLOB → RANDOMBLOB in sqlite/stdlib.go: these misspellings caused sqlc to not recognize SQLite's RANDOM() and RANDOMBLOB() built-in functions in queries - prepand → prepend in codegen/golang/struct.go (comment) - unsiged → unsigned in codegen/golang/opts/override.go (comment) - simpliest → simplest in compiler/selector.go (comment) - Overides → Overrides in protos/plugin/codegen.proto (comment)
| Back | FazBrowse Home | New Git URL |
Summary
Fix several typos found across the codebase:
The RANDOM/RANDOMBLOB fix is the most impactful — it's a functional issue where queries using SQLite's built-in random number functions won't be recognized by sqlc.