79259288

Date: 2024-12-06 20:25:12
Score: 1.5
Natty:
Report link

In the end the syntax that worked correctly and quickly was:

val field = s"paper_id=>$paperId"
val q = quote{
    auditDb.filter(row => sql"${row.rowData} @> ${lift(field)}::hstore".as[Boolean])
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tel