Skip to content
  • Cecylia Bocovich's avatar
    Have SnowflakeConn.Close() return errors · 0d8bd159
    Cecylia Bocovich authored
    Return an error if the connection was already closed. On the first
    close, return an error if any of the calls inside Close() returned an
    error in this order:
    - smux.Stream.Close()
    - pconn.Close()
    - smux.Session.Close()
    0d8bd159
Loading