Skip to content

v0.11.1

Compare
Choose a tag to compare
@brandur brandur released this 06 Aug 03:37
· 114 commits to master since this release
527de9e

Fixed

  • database/sql driver: fix default value of scheduled_at for InsertManyTx when it is not specified in InsertOpts. PR #504.
  • Change ColumnExists query to respect search_path, thereby allowing migrations to be runnable outside of default schema. PR #505.