From b8427dee264850db338b0f59555ebe1aedda3459 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz <132913826+sfc-gh-dprzybysz@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:50:41 +0100 Subject: [PATCH] SNOW-1756807: Add note about GCP regional endpoints (#402) --- 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 ================================================================================