Skip to content

Commit 8f82d8a

Browse files
authored
Merge pull request #176 from solarwinds/NH-103201-docs
Update tag_sql section
2 parents 4e9f3e0 + de6285e commit 8f82d8a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

CONFIGURATION.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,7 @@ SELECT * FROM SAMPLE_TABLE WHERE user_id = 1; /* traceparent=7435a9fe510ae453341
168168
#### Limitation
169169

170170
> [!NOTE]
171-
> 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.
172-
173-
e.g.
174-
175-
```yaml
176-
development:
177-
adapter: postgresql
178-
# ...
179-
prepared_statements: false
180-
```
171+
> This feature currently does not support prepared statements. For `mysql2` the `query` operation is supported, for `pg` the "[exec-ish](https://github.com/solarwinds/apm-ruby/blob/main/lib/solarwinds_apm/patch/tag_sql/sw_pg_patch.rb#L15)" operations like `exec` and `query` are supported.
181172
182173
### Background Jobs
183174

0 commit comments

Comments
 (0)