You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the SQL statement is displayed with Prepared Statements placeholders and the actual values are rendered separately in a table. Add the possibility to display the values within the statement.
Add a config option to turn the substitution on/off
Substitute the values with the placeholders
Clean up the DB connection handling
The text was updated successfully, but these errors were encountered:
Currently the SQL statement is displayed with Prepared Statements placeholders and the actual values are rendered separately in a table. Add the possibility to display the values within the statement.
The text was updated successfully, but these errors were encountered: