Skip to content
Snippets Groups Projects
Commit 3bb6d155 authored by Erik Khamitov's avatar Erik Khamitov
Browse files

fix(sql): correct tcl response

parent a11fab4f
No related branches found
No related tags found
1 merge request!1524fix(sql): correct tcl response
Pipeline #58515 failed
......@@ -163,6 +163,7 @@ where
&& !plan.is_acl()?
&& !plan.is_plugin()?
&& !plan.is_deallocate()?
&& !plan.is_tcl()?
{
plan.bind_params(params)?;
plan.apply_options()?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment