The internal connection implementation is updated:
The type no longer implements the deprecated Queryer and Execer
interfaces. This was originally necessary due to a Go bug, but it was
fixed as of Go 1.10.
The error messages about not supporting parameterized queries are
updated to blame this driver, because Athena does now support them.
The internal connection implementation is updated: