From 8fcfcbeaa868060c01bd4b0d7f68391ab23cd8ea Mon Sep 17 00:00:00 2001 From: TheOtherBrian1 <91111415+TheOtherBrian1@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:50:11 -0500 Subject: [PATCH] Update faq.md | session mode changes --- docs/faq.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 720b39e4..f1a1d7a3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -12,10 +12,7 @@ subsequently should show up in your exception monitoring software. ## Does Supavisor support prepared statements? -As of 1.0 Supavisor supports prepared statements. Supavisor will detect -`prepare` statements and issue those to all database connections. All clients -will then be able to address those prepared statements by name when issuing -`execute` statements. +It currently supports prepared statements only in session mode. ## Why do you route connections to a single Supavisor node when deployed as a cluster?