File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ impl Connection {
125125 ///
126126 /// # Return
127127 ///
128- /// This returns a `BatchRows` currently only the `remote` connection supports this feature and
128+ /// This returns a `BatchRows` currently only the `remote` and `local` connection supports this feature and
129129 /// all other connection types will return an empty set always.
130130 pub async fn execute_batch ( & self , sql : & str ) -> Result < BatchRows > {
131131 tracing:: trace!( "executing batch `{}`" , sql) ;
@@ -136,7 +136,7 @@ impl Connection {
136136 ///
137137 /// # Return
138138 ///
139- /// This returns a `BatchRows` currently only the `remote` connection supports this feature and
139+ /// This returns a `BatchRows` currently only the `remote` and `local` connection supports this feature and
140140 /// all other connection types will return an empty set always.
141141 pub async fn execute_transactional_batch ( & self , sql : & str ) -> Result < BatchRows > {
142142 tracing:: trace!( "executing batch transactional `{}`" , sql) ;
You can’t perform that action at this time.
0 commit comments