Skip to content

v1.1.0

Compare
Choose a tag to compare
@kyleconroy kyleconroy released this 17 Mar 23:45
248e72b

Core

  • Allow sqlc.arg('argname') form for named params (#351)
  • Apply changes to the ValuesList slice (#372)

PostgreSQL

  • Add support for create-if-not-exists for 'create schema' (#362)
  • Add support for the ltree extension (#385)

Go

  • Support Postgres macaddr type in Go (#358)
  • Scan enums when using pgx (#386)
  • Fix column comment (#392

Kotlin

  • Add Query class to support timeout and cancellation (#368)