Skip to content

Sequelize hangs on new connect / support node 14 #12274

@glassdimlygr

Description

@glassdimlygr

Issue Description

When using node 14, sequelize connection to postresql database hangs because lib/connection.js fails to emit event with this.emit('connect'), a function derived from nodejs core events library.

Workaround

Downgrade to node 12.

Proposed solution

(Eventually) upgrade lib/connection.js to support node 14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions