Skip to content

change con.end() to con.release() for pooled mysql connections #335

@snej51

Description

@snej51

There are changes made to the actual mysql driver when using pooled connections:

mysqljs/mysql#537

Perhaps it is necessary to change con.end() to con.release() because of this warning:

Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use conn.release() instead.

thx Jens

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions