bug fixed

This commit is contained in:
datbeohbbh 2023-02-02 09:39:48 +03:00
parent 5fafa00043
commit c8e7ed0496
1 changed files with 3 additions and 0 deletions

View File

@ -815,6 +815,9 @@ func (engine *Engine) dumpTables(ctx context.Context, tables []*schemas.Table, w
return err return err
} }
} }
// !datbeohbbh! if no error, manually close
rows.Close()
sess.Close()
} }
return nil return nil
} }