ensureDBVersion() needs to: defer rows.Close()

Issue #10 resolved
James Cooper created an issue

Hi,

I'm working off a fork of a fork so I thought an issue would be simpler.

In ensureDBVersion(), the first query is never closed.

Please add: defer rows.Close()

thanks!

Comments (2)

  1. Liam Staskawicz repo owner

    Thanks for the report! Should be resolved as of the commit above.

    Happy to consider any features/issues you're dealing with in your forks as well :)

  2. Log in to comment