Releases: snowflakedb/gosnowflake
Releases · snowflakedb/gosnowflake
0.5.0
- A signal handling responsibility has moved to the applications. If you want to cancel a query/command by
Ctrl+C
, add a os.Interrupt trap
in context to execute methods that can take the context parameter, e.g., QueryContext
and ExecuteContext
0.4.0
- Made
glog
optional. Add -tags sfdebug
to go tools to enable glog
logging.
Preview Release
0.2
Updated the doc for preview release