Skip to content

Commit

Permalink
Add the Q sigil back
Browse files Browse the repository at this point in the history
  • Loading branch information
dvic committed Aug 12, 2023
1 parent fdf2f57 commit 85e1790
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,10 @@ defmodule NextLS do
rows =
DB.query(
pid,
"""
~Q"""
SELECT *
FROM symbols
WHERE #{file_predicates};
""",
""" <> "WHERE #{file_predicates};",
file_arguments
)

Expand Down

0 comments on commit 85e1790

Please sign in to comment.