Pdo Snowflake Versions Save

PHP PDO driver for snowflake

v0.2.2

4 years ago

Enhancements:

  • Added support for Windows Platforms (@notkriswagner)
  • Added support for macOS (@notkriswagner)

Bug Fixes:

  • Fixed "missing database" test (@notkriswagner)

This release uses libsnowflakeclient version: 0.3.7

v0.2.1

5 years ago

Enhancements:

  • Added support for Snowflake deployments on Azure. Added CI testing for Azure. (@notkriswagner)

v0.2.0

5 years ago

Enhancements:

  • Updated PDO Driver with new C API fetching interface. A slight performance improvement should be noticed with this change. (@notkriswagner)
  • Added OCSP checking. OCSP checking can be disabled by setting insecure_mode=true in the PDO Driver DSN. (@notkriswagner)
  • Added PDO Driver proxy support for PHP 7.2+. Instructions on how to enable this can be found in the README. (@h-chaturvedi)

v0.1.4

5 years ago
  • Added code to return an exception when a user tries to bind a named parameter (@notkriswagner)

v0.1.3

5 years ago
  • Fixed Possible integer overflow in memory allocation for #153 (@notkriswagner)
  • Upgraded libsnowfalkeclient