Skip to content

v1.14.0

Compare
Choose a tag to compare
@huandu huandu released this 25 Jun 07:22
· 109 commits to master since this release
  • [NEW] SelectBuilder#GroupBy and SelectBuilder#OrderBy works slightly different now. If we call them more than once, they will append columns rather than replace columns. It may be a breaking change. Please let me know if this change breaks any reasonable use case. #74
  • [NEW] Add new methods Struct#Columns, Struct#ColumnsForTag, Struct#Values and Struct#ValuesForTag. They can be useful when working with sqlmock. #75
  • [FIX] Fix small comment typo by @dgellow in #68
  • [FIX] Fix warnings and typos by @Serpentiel in #71
  • [FIX] Ignore unexported fields that are not embedded structs by @MDobak in #73

Full Changelog: v1.13.0...v1.14.0