go-ozzo / ozzo-dbx

A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
MIT License
636 stars 91 forks source link

Support scanning slice of pointers #99

Open ganigeorgiev opened 2 years ago

ganigeorgiev commented 2 years ago

This PR adds support and tests for scanning slice of pointers (see issue #48).