I'm suddenly getting two errors here with SQLite.swift that don't seem to make any sense given the circumstances.
I had the same way of doing things working just now but now it's saying it expects a String argument? Nothing here takes a String argument and there's no subscript either.
OK. prepare
takes a String, but according to the documentation I should be able to pass it venues.filter(!closed)
or just venues
.