golistic / pxmysql

Go MySQL driver using X Protocol
MIT License
14 stars 0 forks source link

Prepared statements not closed when using connection Query/Exec #44

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

Prepared statements must be deallocated, and the SQL driver is not doing that when using the Query and Exec methods on the connections.

Easily fixed, but we need to have it tested.