You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.