Commit 9a81c0df authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] deprecated function compilation. ok.

parent 6b6a0c8a
Pipeline #56 canceled with stage
...@@ -104,7 +104,8 @@ insertNodeNgrams = insertNodeNgramW ...@@ -104,7 +104,8 @@ insertNodeNgrams = insertNodeNgramW
insertNodeNgramW :: [NodeNgramWrite] -> Cmd Int insertNodeNgramW :: [NodeNgramWrite] -> Cmd Int
insertNodeNgramW nns = insertNodeNgramW nns =
mkCmd $ \c -> fromIntegral mkCmd $ \c -> fromIntegral
<$> runInsertManyOnConflictDoNothing c nodeNgramTable nns <$> runInsertMany c nodeNgramTable nns
-- <$> runInsertManyOnConflictDoNothing c nodeNgramTable nns
type NgramsText = Text type NgramsText = Text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment