golistic / pxmysql

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

Need session resetter implementing driver.SessionResetter #27

Open geertjanvdk opened 1 year ago

geertjanvdk commented 1 year ago

We need to be able to check whether a connection is still valid or not. This is done implementing the driver.SessionResetter.

geertjanvdk commented 1 year ago

Would like to fix this when it becomes a problem. Also, haven't found a good way to test this.

We'll park it in the issue's branch.