Skip to content

Commit

Permalink
Updated doc for client_session_keep_alive option. Bumped up version t…
Browse files Browse the repository at this point in the history
…o 1.1.7
  • Loading branch information
smtakeda committed May 23, 2018
1 parent 3675e39 commit e490568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ The following connection parameters are supported:
* token: a token that can be used to authenticate. Should be used in conjunction with the "oauth" authenticator.
* client_session_keep_alive: Set to true have a heartbeat in the background every hour to keep the connection alive
such that the connection session will never expire. Care should be taken in using this option as it opens up
the access forever as long as the process is alive.
All other parameters are taken as session parameters. For example, TIMESTAMP_OUTPUT_FORMAT session parameter can be
set by adding:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
package gosnowflake

// SnowflakeGoDriverVersion is the version of Go Snowflake Driver.
const SnowflakeGoDriverVersion = "1.1.6"
const SnowflakeGoDriverVersion = "1.1.7"

0 comments on commit e490568

Please sign in to comment.