From 3282bae7faab6df20764440bf915f4eb9119fb78 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Tue, 29 Oct 2024 14:09:37 +0100 Subject: [PATCH] SNOW-1756807: Add note about GCP regional endpoints --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9de65d51..1380f911 100644 --- a/README.rst +++ b/README.rst @@ -277,6 +277,11 @@ Using the Driver The next sections explain how to use the driver in a PHP page. +Note +---------------------------------------------------------------------- + +This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. + Connecting to the Snowflake Database ---------------------------------------------------------------------- @@ -574,7 +579,6 @@ The PHP PDO Snowflake driver uses phpt test framework. Refer the following docum - https://qa.php.net/write-test.php - https://qa.php.net/phpt_details.php - Troubleshooting ================================================================================