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 {
125
125
///
126
126
/// # Return
127
127
///
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
129
129
/// all other connection types will return an empty set always.
130
130
pub async fn execute_batch ( & self , sql : & str ) -> Result < BatchRows > {
131
131
tracing:: trace!( "executing batch `{}`" , sql) ;
@@ -136,7 +136,7 @@ impl Connection {
136
136
///
137
137
/// # Return
138
138
///
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
140
140
/// all other connection types will return an empty set always.
141
141
pub async fn execute_transactional_batch ( & self , sql : & str ) -> Result < BatchRows > {
142
142
tracing:: trace!( "executing batch transactional `{}`" , sql) ;
You can’t perform that action at this time.
0 commit comments