hugsql 2019-07-12

@chadhs has joined the channel

delete from message
where date_created < now() - interval :expire-minutes 'days'
i’m curious how to concat :expire-minutes and days; wrapping both in single quotes doesn’t work but that value must be quoted.