Skip to content

Query StreamOptions.objectMode has type any, should be true #3686

Open
@siddharthvp

Description

@siddharthvp

The StreamOptions interface in mysql2/typings/mysql/lib/protocol/sequences/Query.js includes: objectMode: any. However, the library always overwrites the provided value for objectMode to true. So, objectMode can be removed from the interface as it doesn't do anything, or at least its value could be set to true.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions