nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
227 stars 60 forks source link

Send op_cancel asynchronously during response waiting if context cancelled or timed out #146

Closed artyom-smirnov closed 1 year ago

artyom-smirnov commented 1 year ago

Should fix #115

nakagami commented 1 year ago

Great! I don't think I could have written it with my abilities.

Thanks so much