Provides an easy way to know if a SQL has a corresponding SQL binding
Open
component/spm
contribution
report/customer
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
It's difficult to determine if a SQL statement has SQL binding information. The information displayed in `show global bindings` cannot be directly matched with the SQL statement, and in many cases the result of `show global bindings` floods the screen. When we believe that a SQL statement's SQL binding is not working, we cannot distinguish whether the SQL statement did not correctly create the SQL binding, or whether the SQL binding exists but is not working for some reason.
Contributor guide
Assessment
This issue has not been assessed yet.