Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Jul 10, 2024
1 parent 06ca62b commit 9173b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HieDb/Create.hs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ addRefsFromLoaded_unsafe
AstInfo refsGen declsGen importsGen = genAstInfo path smod GeneratedInfo refmapGeneratedOnly

unless (skipRefs skipOptions) $ do
executeMany conn "INSERT INTO refs VALUES (?,?,?,?,?,?,?,?)" (refsSrc <> refsGen)
executeMany conn "INSERT INTO refs VALUES (?,?,?,?,?,?,?,?,?)" (refsSrc <> refsGen)
unless (skipDecls skipOptions) $ do
executeMany conn "INSERT INTO decls VALUES (?,?,?,?,?,?,?)" (declsSrc <> declsGen)
unless (skipImports skipOptions) $ do
Expand Down

0 comments on commit 9173b1f

Please sign in to comment.