Shige Takeda
Shige Takeda
### Issue description We might want to run fuzzing tests to harden the code base. Go fuzz package is available here: https://github.com/dvyukov/go-fuzz
### Issue description We may need to have Snowflake date, time and timestamp formatters. Currently all data are converted into native Golang types in fetch operations. But if the client...
Goal - Clarify data type mapping between Snowflake and PHP -- Converting from Snowflake to PHP -- Converting from PHP to Snowflake
- Build Curl and Openssl for Windows - Commit library and headers - Build PDO for Windows - Pass all existing tests
- Build Curl and Openssl on Mac - Commit the library and headers - Build PDO for Mac - Pass all existing tests.
Goals - Ensure the log includes required info for debug. - Ensure the log can be enabled and disabled as the customer needs. - Ensure the log location can be...
When connecting to Snowflake, session parameters, e.g., autocommit, timezone, etc, can be specified.
Due to the fix for #35, all parameters are cleared in query/prepare. This prevents from setting the statement attribute *before* query.
Goal - Provide a signal hander for the applications to stop a query. - Provide an example of Ctrl+C to stop a query. TBD: - Do we want to support...