Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module/apmsql: don't report driver.ErrBadConn #346

Merged
merged 1 commit into from
Dec 5, 2018

Commits on Dec 5, 2018

  1. module/apmsql: don't report driver.ErrBadConn

    database/sql drivers may return driver.ErrBadConn
    to indicate that the connection is bad, and should
    not be reused. We should not report these errors,
    as they are expected by database/sql, and used for
    connection pooling/reuse.
    axw committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    dd2a172 View commit details
    Browse the repository at this point in the history