Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 09:20
· 4 commits to main since this release
b27064b

Release version v0.12.0

Release sha256 is ea5e95c1619c1ee9543b54bdabf652d29e3ac0ea4d45bc5cd5854c3168bf221f

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.12.0/sqlc-gen-csharp.wasm
    sha256: ea5e95c1619c1ee9543b54bdabf652d29e3ac0ea4d45bc5cd5854c3168bf221f

Changelog

b27064b - Ilan Uzan, 8 minutes ago : [release] [minor] bugfix - unable to generate code due to GenericInvalidData error (#76)
996e5b7 - Ilan Uzan, 11 hours ago : 1. Refactor around DB specific methods - adding proper interfaces and adjusting downstream code (#75)
da72359 - Ilan Uzan, 18 hours ago : small refactor to DbDriver interface (#74)
ea1dfb8 - Ilan Uzan, 21 hours ago : add windows-runner to CI (#73)
3683023 - Ilan Uzan, 7 days ago : add copy command support to Npgsql (#72)
077e21a - Ilan Uzan, 7 days ago : standardize list construction across project (#71)
e711775 - Ilan Uzan, 12 days ago : small fix to release action (#70)
bccac28 - Ilan Uzan, 2 weeks ago : update README (#69)
bec5e0c - github-actions[bot], 3 weeks ago : update docs (#68)
311425c - Ilan Uzan, 3 weeks ago : remove missing option from sqlc config and CI tests (#67)

Contributors