Skip to content

Commit 0050608

Browse files
committed
Explain explain support to them.
1 parent fd30fb2 commit 0050608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Another configuration is the showplan option. Some might find the XML format mor
201201
ActiveRecord::ConnectionAdapters::SQLServerAdapter.showplan_option = 'SHOWPLAN_XML'
202202
```
203203

204+
**NOTE:** The method we utilize to make SHOWPLANs work is very brittle to complex SQL. There is no getting around this as we have to deconstruct an already prepared statement for the sp_executesql method. If you find that explain breaks your app, simple disable it. Do not open a github issue unless you have a patch.
204205

205206

206207
## Versions

0 commit comments

Comments
 (0)