Releases: sqlc-dev/sqlc
Releases · sqlc-dev/sqlc
v1.1.0
v1.0.0
- Add experimental support for MySQL and Kotlin
- Fix various bugs
- Implement a new, more rigorous, testing framework
v0.1.0: Set stdout correctly (#232)
The `cmd.Do` function takes a writer to use as standard out, but doesn't use it. Instead, there's a duplicate call to `cobra.Command.SetErr`. This patch replaces one of the duplicates with `SetOut`.