Waleed Fateem

Results 8 issues of Waleed Fateem

In the scenario where the host [JVM has proxy settings](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html) and the user wants to override those on the connection level by disabling proxy altogether, setting useProxy=false in the connection...

bug
jira

It looks like if you attempt to use the SnowflakeConnectionPoolDataSource and call its getConnection method as opposed to using the java.sql.DriverManager class, for whatever reason, the nonProxyHost parameter doesn't take...

bug
jira

After enabling debugging for the JDBC driver to look into a problem, I noticed the following message being logged a lot, making it very difficult to go through the logs:...

Added the JVM argument -Dnet.snowflake.jdbc.enableBouncyCastle to allow the JDBC driver to leverage the BouncyCastle provider to decrypt private keys instead of using the default security providers in the JDK. This...

The private key mismatch error code returned changed from 390144: JWT_TOKEN_INVALID to 394304: JWT_TOKEN_INVALID_PUBLIC_KEY_FINGERPRINT_MISMATCH

We're not really printing out a lot of useful information when exceptions occur, and in a lot of cases, we swallow exceptions until debugging is enabled. This has been a...

enhancement
feature
Backlog

Added setters for the JDBC connection parameters in SnowflakeBasicDataSource