Skip to content

v8.3.8

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 17:16
· 1105 commits to main since this release

Changelog

  • e08c46e Use dbutil.ScanAllSlice where possible
  • 2437d94 Merge pull request #111 from nyaruka/less_sqlx_2
  • ead12c3 Rename DBorTxx to just DBorTx and QueryerWithTx to just DB
  • 306937c Update to latest gocommon
  • 4f8c6fb Change Runtime.ReadonlyDB to be a regular sql.DB
  • ecf8e68 Rename Queryer to DBorTxx and add new Queryer which is only QueryContext
  • d93a4ba Merge pull request #110 from nyaruka/less_sqlx
  • 66c4991 Remove models.Exec
  • 16e4bba Add QueryContext to models.Queryer so contact loading can use it
  • 319ebca Rework asset loading functions to use sql.DB instead of sqlx.DB