Skip to content

Releases: georgysavva/scany

v1.2.0

05 Sep 16:06
d4bd17c
Compare
Choose a tag to compare

What's Changed

  • Replace archived pkg/error with std lib errors by @mrkagelui in #90

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Aug 05:30
fe4b088
Compare
Choose a tag to compare

What's Changed

  • FR-72 - Allow to ignore unknown db colums by @talbSE in #85

New Contributors

Full Changelog: v0.3.0...v1.1.0

v1.0.0

11 May 10:41
faa6baa
Compare
Choose a tag to compare

This release contains the first stable version of the library.

v0.3.0

11 Jan 09:44
faa6baa
Compare
Choose a tag to compare

What's Changed

  • Introduce API object to customize library behavior
  • Handle single-column case for custom scannable types

New Contributors

Full Changelog: v0.2.9...v0.3.0

v0.2.9

01 Jul 07:29
51cf52e
Compare
Choose a tag to compare
  • Allow commas in db struct tag
  • Improve dbscan docs

v0.2.8

01 Apr 10:02
e037f94
Compare
Choose a tag to compare

Fix nasty bug related to mapping db column to struct fields, see #30.

v0.2.7

01 Nov 07:37
7f4aa73
Compare
Choose a tag to compare

Add support for nested structs.

v0.2.6

16 Oct 14:10
77059d4
Compare
Choose a tag to compare
  • pgxscan and sqlscan return pgx.ErrNoRows and sql.ErrNoRows correspondingly
  • improve documentation for pgxscan and sqlscan about querying support

v0.2.5

25 Aug 15:08
Compare
Choose a tag to compare

Improve documentation structure and linking.

v0.2.4

29 Jul 18:40
Compare
Choose a tag to compare

Improve examples.