SetConnMaxLifetime is not supported.
(time.Duration)
| 104 | |
| 105 | // SetConnMaxLifetime is not supported. |
| 106 | func (s *Source) SetConnMaxLifetime(time.Duration) { |
| 107 | s.Settings.SetConnMaxLifetime(time.Duration(0)) |
| 108 | } |
| 109 | |
| 110 | // SetMaxIdleConns is not supported. |
| 111 | func (s *Source) SetMaxIdleConns(int) { |
nothing calls this directly
no test coverage detected