Skip to content

Commit

Permalink
drop temp table
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jun 24, 2024
1 parent 9e7a937 commit 2ddea63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codebase2/codebase-sqlite/U/Codebase/Sqlite/Queries.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,9 @@ getDirectDependenciesOfScope scope = do
)
|]

-- Drop the temporary table
execute [sql| DROP TABLE $tempTableName |]

-- Post-process the query result
let dependencies1 =
List.foldl'
Expand Down

0 comments on commit 2ddea63

Please sign in to comment.