Andre Furlan
Andre Furlan
This issue has been address by #310
Support for Azure AD OAuth has been added on #327
Sorry for the delay. There were many discussions on how to deal with this and heartbeats have many drawbacks. SQL Warehouses now have a 8 hour session idle timeout, so...
oh, in your case, please set https://pkg.go.dev/database/sql#DB.SetConnMaxIdleTime This will prevent the issue you're having. No need to restart the pod
@yunbodeng-db, the case I know is community edition. There's even an open PR for it here. I don't think it hurts.
one idea to improve would be `rs, exc, err = db.CheckExecution(ogCtx, exc)`. This would make a single call and make the loop simpler
Hi @zcking , until we have some real requests and use cases on why setting this is important to our users, I will prefer to not make it configurable. So,...
Hi @morleytj , is this issue still occurring? I have not been able to reproduce it.