Skip to content

Commit

Permalink
fix(database): remove unnecessary dropTemporaryTables
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghancc committed Nov 18, 2021
1 parent 8be4387 commit 2e74959
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/database/offline/postgres/join.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ func (db *DB) readJoinedTable(ctx context.Context, entityRowsTableName string, t
if err != nil {
return nil, err
}
if err := db.dropTemporaryTables(ctx, tableNames); err != nil {
return nil, err
}
header, err := rows.Columns()
if err != nil {
return nil, err
Expand Down

0 comments on commit 2e74959

Please sign in to comment.