We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c38bd commit f64bf84Copy full SHA for f64bf84
1 file changed
config.go
@@ -165,8 +165,8 @@ type connection struct {
165
user string
166
tokenExpirationTime time.Time
167
iteratorValues []string
168
- snowflakeConfig *gosnowflake.Config
169
- snowflakeDSN string
+ snowflakeConfig *gosnowflake.Config
+ snowflakeDSN string
170
}
171
172
// Query is an SQL query that is executed on a connection
0 commit comments