release notes — February 28, 2021

sqlc v1.7.0 released

sqlc has come to Windows! It’s currently MySQL-only, but I hope to land PostgreSQL support in the coming months.

Changelog

Core

  • Initial Windows Support (#886)
  • UNION support (#896)
  • Publish documentation at https://docs.sqlc.dev
  • cmd: Allow config file location to be specified (#863)
  • Exit with non-zero error code when parsing fails (#870)

MySQL

  • Compile tinyint(1) to bool (#873)
  • Support joins in update statements (#883)
< All posts