2018-04-10 UTC
# petermolnar I found a weird bug with my search system: looking for "ssh-agent" resulted in HTTP 500; turned out to be a known issue with sqlite3 query parameters, because the query get's interpreted as ssh -agent, telling there's no "agent" column - which is true. Does anyone have any experience on how to avoid this?