From f437a0dae7754d3c957cc1a68c6241f6403ac21d Mon Sep 17 00:00:00 2001 From: Xuan <112967240+xuan-cao-swi@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:46:31 -0500 Subject: [PATCH] Update CONFIGURATION.md Co-authored-by: Lin Lin --- CONFIGURATION.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 23722d7..26a8dde 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -167,7 +167,8 @@ SELECT * FROM SAMPLE_TABLE WHERE user_id = 1; /* traceparent=7435a9fe510ae453341 #### Limitation -Currently, tag queries don't support prepared statements. Active Record uses the PostgreSQL adapter (pg) by default to prepare statements. So, when you choose to use PostgreSQL and wish to enable trace context, please set `prepared_statements` to false." +> [!NOTE] +> This feature currently does not support prepared statements. Active Record by default enables prepared statements for the PostgreSQL adapter (`postgresql`), to use this feature you can explicitly disable it as shown below. Please evaluate the impact of disabling prepared statements on your system before proceeding. e.g.