8000 Tags · jwp003/sqlc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jwp003/sqlc

Tags

v1.7.0-patch1

Toggle v1.7.0-patch1's commit message
Use literal character names in enum constants

This helps avoid conflicting constant names when enum values
are only distinguished by special characters.

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.7.0 (sqlc-dev#912)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump to version v1.6.0 (sqlc-dev#806)

v1.5.0

Toggle v1.5.0's commit message
cmd/sqlc: Bump version to v1.5.0

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.4.0 (sqlc-dev#547)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd: Bump version to v1.3.0 (sqlc-dev#484)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.2.0 (sqlc-dev#441)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.1.0 (sqlc-dev#406)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create release for tags (sqlc-dev#346)

* release: Push release to stable branch on tag

* actions: Release new versions on tag creation

0.1.0

Toggle 0.1.0's commit message
Set stdout correctly (sqlc-dev#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`.
0