Files
nairobi/app
Javi Martín 55d339572c Simplify setting tsvector values
We make the code easier to read and at the same time we remove a SQL
injection false positive regarding the use of `WHERE id = #{id}`.

We still get a warning about SQL injection regarding the `tsv =` part.
It's a false positive, since the value of that parameter does not
depend on user input.
2019-11-13 19:52:15 +01:00
..
2019-11-07 15:58:49 +01:00
2019-10-26 13:22:49 +02:00
2019-11-13 19:52:15 +01:00