databendlabs / databend-go

Golang driver for databend cloud
Apache License 2.0
20 stars 5 forks source link

refactor session. #101

Closed youngsofun closed 7 months ago

youngsofun commented 7 months ago
  1. group the session infos together, update as a whole. make it easier when add more field to SessionState.
  2. update SessionState on each resp.
youngsofun commented 7 months ago

cc @hantmac