Perry Mitchell

Results 711 comments of Perry Mitchell

I've built a replacement, which I'll be maintaining from here on out: [`ulidx`](https://github.com/perry-mitchell/ulidx). It'll adhere to the same spec, and is more or less a transposition of this library (but...

It's archived though.. Maybe close this issue?

You're right, it is. Couldn't find it in the documentation. What about the types for `releaseConnection` on the standard pool?

I can see it's the same error message as #1207, but I'm not using any proxy.

I'm still seeing this issue, with different queries.. This one fails for me: ```sql SELECT a.category_id, a.gtm_event_name, a.id, a.img_answer, a.is_end, a.is_live_chat, a.label_id, a.meta, a.next_no, a.priority, a.question_id, a.score, a.score2, a.sub_text, a.text,...

I personally think this logic would be better handled by _passively_ checking for idle time. Track the last timestamp a query completed, and when the pool is checking for a...

Still getting this error in staging/production today, latest version: ``` Error: This socket has been ended by the other party at Socket.writeAfterFIN [as write] (net.js:456:14) at Connection.write (/data/node_modules/mysql2/lib/connection.js:230:32) at Connection.writePacket...

Still getting these errors on occasional, out of the blue: ``` events.js:377 throw er; // Unhandled 'error' event ^ Error: This socket has been ended by the other party at...

Not sure it helps, but this is the usage: ```typescript export async function getChatMessages( chatID: string, limit: number, offset: number = 0, connection = getConnection() ): Promise { const [...

Ok, that was a good recommendation @sidorares - I was not using the same version locally. I've updated my local to MySQL 8.0.22 and now it fails on many queries:...