WDNUKCTNTDUCQMZYHZIGKFGREVQPHW5DAZ5SASANIHBMFQF7GPQQC
auto res = txn.parameterized("select * from Builds where id > $1 and finished = 0 order by id")(lastBuildId).exec();
auto res = txn.parameterized("select id, project, jobset, job, drvPath from Builds where id > $1 and finished = 0 order by id")(lastBuildId).exec();