Skip to content
Commit 48f6ac2b authored by Bertrand Lorentz's avatar Bertrand Lorentz
Browse files

SourceWatcher: Fix SQL error caused by incorrect escaping (bgo#667355)

Recent refactoring cause an SQL statement to become incorrect, as the
ESCAPE part was not @-quoted anymore.

Fix this and try to make the query construction a bit clearer by using a
temporary variable.
parent cfca3eab
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