For some reason #Pocketbase doesn't like the "created" and "updated" columns in my SQL VIEW. It refuses to parse them because the values have additional quotes around then. I had to resort to a dirty #golang solution.
These should be just TEXT columns, there's no DATETIME column type in SQLite anyway.